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
4 changes: 2 additions & 2 deletions requirements-alembic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Alembic 1.16.5 is the last version supporting Python 3.9
# (1.17+ requires Python 3.10+)
alembic==1.18.5
alembic==1.19.1

sqlalchemy==2.0.51
psycopg2-binary==2.9.12
Expand All @@ -16,5 +16,5 @@ geoalchemy2==0.20.0
# Pydantic for model validation (used by API models)
# Using 2.11.0 which is the last version supporting Python 3.9
pydantic==2.13.4
pydantic-settings==2.14.2
pydantic-settings==2.15.0

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
pre-commit==4.6.1
bandit==1.9.4
pip-audit==2.10.1
diff-cover==10.4.1
diff-cover==10.5.0
pip-licenses==5.5.5
2 changes: 1 addition & 1 deletion requirements-migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ geoalchemy2>=0.20.0,<1.0.0

# Configuration management (Python 3.9 compatible versions)
pydantic>=2.13.4,<3.0.0
pydantic-settings>=2.14.2,<2.15.0
pydantic-settings>=2.15.0,<2.16.0
python-dotenv>=1.0.0,<2.0.0

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ bcrypt==4.3.0
crypt-r>=3.13.1 # Replacement for removed crypt module (Python 3.13+)
python-multipart==0.0.32 # CVE-2026-42561 fix
pydantic[email]==2.13.4
pydantic-settings==2.14.2
pydantic-settings==2.15.0
python-dotenv==1.2.2
alembic==1.18.5
alembic==1.19.1

# Testing dependencies
pytest==9.1.1
Expand Down
Loading