
- Fixed Pydantic configuration using ConfigDict for latest Pydantic version - Fixed import order in alembic/env.py for proper module imports - Applied code formatting with Ruff - Optimized database connection settings - Ensured proper error handling for API endpoints generated with BackendIM... (backend.im)
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
fastapi==0.110.1
|
|
uvicorn==0.29.0
|
|
sqlalchemy==2.0.29
|
|
pydantic==2.6.4
|
|
pydantic-settings==2.2.1
|
|
alembic==1.13.1
|
|
ruff==0.3.2
|
|
python-dotenv==1.0.1 |