Replies: 1 comment
|
There was an attempt at this in #1884, which relaxed the pin and added a pre-release test job. It was closed in July because 2.1 was still in beta and a maintainer preferred to wait for the final release before touching the Until then, since you use uv, you can try 2.1 in your own project without waiting: [tool.uv]
override-dependencies = ["sqlalchemy>=2.1"]
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First Check
Example Code
Description
With the release of SQLAlchemy 2.1, I noticed that SQLModel currently still restricts SQLAlchemy to versions below 2.1:
sqlalchemy>=2.0.54,<2.1
The latest SQLAlchemy version currently supported by SQLModel is therefore 2.0.54.
Is there a plan to add support for SQLAlchemy 2.1?
It would be great to have SQLModel support the 2.1 release series once compatibility has been verified. In particular, the current <2.1 upper bound prevents projects using SQLModel from upgrading to the latest SQLAlchemy release.
Thanks for the great work on SQLModel!
Operating System
Windows
Operating System Details
No response
Project Version
0.0.47
Python Version
3.14
Additional Context
No response
All reactions