
- Added pydantic and pydantic-settings to requirements.txt - Updated config.py to use proper Pydantic v2 imports and patterns - Updated schemas to use Pydantic v2 configuration format - Replaced orm_mode with from_attributes=True in schema models - Applied code formatting with Ruff
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.0
|
|
python-multipart>=0.0.6
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
ruff>=0.1.0 |