mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Upgrade SQLAlchemy to 2.0
This conflicts with dependency requirements for sqlalchemy-graphene (used only in toolshed, new WIP client)
This commit is contained in:
@@ -182,7 +182,7 @@ sniffio==1.3.1 ; python_version >= "3.8" and python_version < "3.13"
|
||||
social-auth-core==4.5.3 ; python_version >= "3.8" and python_version < "3.13"
|
||||
sortedcontainers==2.4.0 ; python_version >= "3.8" and python_version < "3.13"
|
||||
spython==0.3.13 ; python_version >= "3.8" and python_version < "3.13"
|
||||
sqlalchemy==1.4.52 ; python_version >= "3.8" and python_version < "3.13"
|
||||
sqlalchemy==2.0.25 ; python_version >= "3.8" and python_version < "3.13"
|
||||
sqlitedict==2.1.0 ; python_version >= "3.8" and python_version < "3.13"
|
||||
sqlparse==0.4.4 ; python_version >= "3.8" and python_version < "3.13"
|
||||
starlette-context==0.3.6 ; python_version >= "3.8" and python_version < "3.13"
|
||||
|
||||
@@ -68,7 +68,7 @@ install_requires =
|
||||
refgenconf>=0.12.0
|
||||
regex
|
||||
requests
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
sqlitedict
|
||||
starlette
|
||||
svgwrite
|
||||
|
||||
@@ -58,7 +58,7 @@ install_requires =
|
||||
pysam>=0.21
|
||||
rocrate
|
||||
social-auth-core[openidconnect]==4.0.3
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
tifffile
|
||||
typing-extensions
|
||||
WebOb
|
||||
|
||||
@@ -38,7 +38,7 @@ install_requires =
|
||||
galaxy-tool-util
|
||||
galaxy-util
|
||||
MarkupSafe
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
packages = find:
|
||||
python_requires = >=3.8
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ install_requires =
|
||||
PyYAML
|
||||
requests
|
||||
Routes
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
sqlalchemy-migrate
|
||||
starlette
|
||||
starlette-context
|
||||
|
||||
@@ -40,7 +40,7 @@ install_requires =
|
||||
pydantic>=2,!=2.6.0,!=2.6.1
|
||||
requests
|
||||
Routes
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
WebOb
|
||||
|
||||
packages = find:
|
||||
|
||||
@@ -34,7 +34,7 @@ include_package_data = True
|
||||
install_requires =
|
||||
galaxy-data
|
||||
galaxy-util
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
SQLAlchemy>=2.0,<2.1
|
||||
packages = find:
|
||||
python_requires = >=3.8
|
||||
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@ Routes = "*"
|
||||
schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575
|
||||
social-auth-core = ">=4.5.0" # to drop dependency on abandoned python-jose
|
||||
sortedcontainers = "*"
|
||||
SQLAlchemy = ">=1.4.25,<2"
|
||||
SQLAlchemy = "^2.0"
|
||||
sqlitedict = "*"
|
||||
sqlparse = "*"
|
||||
starlette = "*"
|
||||
|
||||
Reference in New Issue
Block a user