chore: fix legacy API usages of Query.get() by Session.get() in SqlAlchemy 2 (#6340)
This commit is contained in:
parent
7c397f5722
commit
7943f7f697
6 changed files with 28 additions and 28 deletions
|
|
@ -121,7 +121,7 @@ flask-cors = "~4.0.0"
|
|||
flask-login = "~0.6.3"
|
||||
flask-migrate = "~4.0.5"
|
||||
flask-restful = "~0.3.10"
|
||||
flask-sqlalchemy = "~3.0.5"
|
||||
Flask-SQLAlchemy = "~3.1.1"
|
||||
gevent = "~23.9.1"
|
||||
gmpy2 = "~2.1.5"
|
||||
google-ai-generativelanguage = "0.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue