-
Notifications
You must be signed in to change notification settings - Fork 167
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
Support to SqlAlchemy 2.0 #270
Comments
@dmontagu Hope to support SQLAlchemy 2.0 |
@dmontagu Up, thanks |
https://github.com/yuval9313/FastApi-RESTful is a more active fork of this repo that already has slqalchemy 2 support since |
This project seems to be dead now. |
I've resumed control over this project and now version 0.6.0 sqlalchemy 2 is supported! |
Description
Hi there
Thank you for your effort to maintain this project
Is there any plan to support SqlALchemy 2.0?
I'm trying do install, but got the above error
#0 8.704 ERROR: Cannot install -r requirements.txt (line 12), -r requirements.txt (line 2) and SQLAlchemy==2.0.8 because these package versions have conflicting dependencies. #0 8.705 #0 8.705 The conflict is caused by: #0 8.705 The user requested SQLAlchemy==2.0.8 #0 8.705 fastapi-utils 0.2.1 depends on sqlalchemy<2.0.0 and >=1.3.12 #0 8.705 #0 8.705 To fix this you could try to: #0 8.705 1. loosen the range of package versions you've specified #0 8.705 2. remove package versions to allow pip attempt to solve the dependency conflict
The text was updated successfully, but these errors were encountered: