Skip to content

Commit

Permalink
[WIP] Manually add SQLAlchemy 2.0
Browse files Browse the repository at this point in the history
This conflicts with dependency requirements for sqlalchemy-graphene
(used only in toolshed, new WIP client)
  • Loading branch information
jdavcs committed Dec 12, 2023
1 parent e992a9b commit 0422194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.12"
social-auth-core[openidconnect]==4.0.3 ; python_version >= "3.8" and python_version < "3.12"
sortedcontainers==2.4.0 ; python_version >= "3.8" and python_version < "3.12"
spython==0.3.11 ; python_version >= "3.8" and python_version < "3.12"
sqlalchemy==1.4.50 ; python_version >= "3.8" and python_version < "3.12"
sqlalchemy==2.0.23 ; python_version >= "3.8" and python_version < "3.12"
sqlitedict==2.1.0 ; python_version >= "3.8" and python_version < "3.12"
sqlparse==0.4.4 ; python_version >= "3.8" and python_version < "3.12"
starlette-context==0.3.6 ; python_version >= "3.8" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Routes = "*"
schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575
social-auth-core = {version = "==4.0.3", extras = ["openidconnect"]}
sortedcontainers = "*"
SQLAlchemy = ">=1.4.25,<2"
SQLAlchemy = ">=2"
sqlitedict = "*"
sqlparse = "*"
starlette = "*"
Expand Down

0 comments on commit 0422194

Please sign in to comment.