
- Update FastAPI from 0.96.x to 0.100.x to support Pydantic 2.x - Update uvicorn from 0.22.x to 0.23.x for compatibility - Update Pydantic model configurations to use model_config instead of Config class - Keep Pydantic 2.x version as required by the project
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
fastapi>=0.100.0,<0.101.0
|
|
uvicorn>=0.23.0,<0.24.0
|
|
pydantic>=2.0.0,<3.0.0
|
|
pydantic-settings>=2.0.0,<3.0.0
|
|
sqlalchemy>=2.0.0,<3.0.0
|
|
alembic>=1.11.0,<1.12.0
|
|
httpx>=0.24.0,<0.25.0
|
|
python-jose[cryptography]>=3.3.0,<3.4.0
|
|
passlib[bcrypt]>=1.7.4,<1.8.0
|
|
python-multipart>=0.0.6,<0.0.7
|
|
email-validator>=2.0.0,<3.0.0
|
|
tenacity>=8.2.2,<8.3.0
|
|
ruff>=0.0.270,<0.1.0 |