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 requirements-alembic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python-dotenv==1.2.1

# GeoAlchemy2 0.14.7 is the last version supporting Python 3.9
# (0.18+ requires Python 3.10+)
geoalchemy2==0.18.1
geoalchemy2==0.18.2

# Pydantic for model validation (used by API models)
# Using 2.11.0 which is the last version supporting Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ starlette>=0.49.1 # CVE-2025-62727 fix (DoS via Range header in FileResponse)
uvicorn[standard]==0.40.0
sqlalchemy==2.0.46
psycopg2-binary==2.9.11
geoalchemy2==0.18.1
geoalchemy2==0.18.2
cryptography==46.0.5
PyJWT==2.11.0
passlib[bcrypt]==1.7.4
Expand Down
Loading