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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user