fix: upgrade SQLAlchemy to 2.0.48 for Python 3.14 compatibility

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/222505d6-7a47-4202-a77a-315550f83178
This commit is contained in:
copilot-swe-agent[bot]
2026-03-23 19:01:35 +00:00
parent a2215f1482
commit 2c6e1646ef
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pydantic==2.12.5
pydantic-settings==2.13.1
# Database
sqlalchemy==2.0.25
sqlalchemy==2.0.48 # Updated: Fixed Python 3.14 incompatibility with TypingOnly assertion (was 2.0.25)
alembic==1.13.1
psycopg2-binary==2.9.11
asyncpg==0.31.0