v2
This commit is contained in:
@@ -2,33 +2,33 @@
|
||||
# Python 3.12+ FastAPI Backend Requirements
|
||||
|
||||
# Core Web Framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
gunicorn==21.2.0
|
||||
fastapi==0.115.6
|
||||
uvicorn[standard]==0.32.1
|
||||
gunicorn==23.0.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
alembic==1.13.1
|
||||
sqlalchemy==2.0.36
|
||||
alembic==1.14.0
|
||||
|
||||
# Authentication & Security
|
||||
python-multipart==0.0.6
|
||||
python-multipart==0.0.12
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
bcrypt==4.1.2
|
||||
bcrypt==4.0.1
|
||||
|
||||
# Data Validation
|
||||
pydantic==2.5.2
|
||||
pydantic-settings==2.1.0
|
||||
email-validator==2.1.0
|
||||
pydantic==2.10.3
|
||||
pydantic-settings==2.7.0
|
||||
email-validator==2.2.0
|
||||
|
||||
# Templates & Static Files
|
||||
jinja2==3.1.2
|
||||
aiofiles==23.2.1
|
||||
jinja2==3.1.4
|
||||
aiofiles==24.1.0
|
||||
|
||||
# Testing
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
httpx==0.25.2
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.24.0
|
||||
httpx==0.28.1
|
||||
|
||||
# Development
|
||||
python-dotenv==1.0.0
|
||||
python-dotenv==1.0.1
|
||||
Reference in New Issue
Block a user