8000 WIP: refactor annotation injection for known (often generic) types by sydney-runkle · Pull Request #9979 · pydantic/pydantic · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
temp patch for fastapi tests
  • Loading branch information
sydney-runkle committed Jul 29, 2024
commit 8cdcd247bcf6f006be09f9d95dd4064e307393dc
4 changes: 4 additions & 0 deletions tests/test_fastapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set -e
cd fastapi
git fetch --tags

# waiting on a fix for a bug introduced in v72.0.0, see https://github.com/pypa/setuptools/issues/4520
# problem lies in sqlalchemy
python -m pip install 'setuptools<72.0.0'

pip install -r requirements.txt
# Install the version of pydantic from the current branch, not the released version used by fastapi
pip uninstall -y pydantic
Expand Down
0