Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asyncpg==0.29.0

# Validation & Settings
pydantic==2.5.3
pydantic-settings==2.1.0
pydantic-settings==2.13.1
email-validator==2.1.0

# HTTP Client (data ingestion)
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ alembic==1.13.1

# Validation & Serialization
pydantic==2.5.3
pydantic-settings==2.1.0
pydantic-settings==2.13.1
email-validator==2.1.0

# Authentication
Expand Down