-
-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLAlchemy Minimum Version Requirement at least 1.4.29 #434
Comments
SQLAlchemy is now pretty out of date, with several releases since. However, I do see 1.4.41 installed with 0.0.8, so maybe this can be closed out? https://github.com/tiangolo/sqlmodel/blob/main/pyproject.toml#L34 |
Thanks! This was handled in #439, it will be available in the next version, |
Is 0.0.9 coming soon? 0.0.8 locks SQLAlchemy to a specific patch release, but the later patch releases have bug fixes that I need (version locking fixed in #519). |
First Check
Commit to Help
Example Code
Description
In version 0.0.7 the new Session.get() parameter execution_options was added, however this parameter is not available in SQLAlchemy version <1.4.29 (see here). I think the minimum SQLAlchemy version requirement needs to be increased from 1.4.17 to at least 1.4.29.
For my example code above I was using:
The following error was returned:
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.8
Additional Context
No response
The text was updated successfully, but these errors were encountered: