Skip to content

Commit

Permalink
Pin sqlalchemy in package requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Mar 16, 2021
1 parent 0babeeb commit 2f0a024
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pycryptodome
pydantic
pysam
social-auth-core[openidconnect]==3.3.0
SQLAlchemy
SQLAlchemy>=1.3.0,<1.4.0 # https://github.com/kvesteri/sqlalchemy-utils/issues/474
sqlalchemy-migrate
sqlalchemy-utils
WebOb
2 changes: 1 addition & 1 deletion packages/web_framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pydantic<1.8
requests
Routes
six
SQLAlchemy
SQLAlchemy>=1.3.0,<1.4.0 # https://github.com/kvesteri/sqlalchemy-utils/issues/474
WebOb
2 changes: 1 addition & 1 deletion packages/web_stack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sqlalchemy
SQLAlchemy>=1.3.0,<1.4.0 # https://github.com/kvesteri/sqlalchemy-utils/issues/474
galaxy-util
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ requests = "*"
Routes = "*"
social-auth-core = {version = "==3.3.0", extras = ["openidconnect"]}
sortedcontainers = "*"
SQLAlchemy = "~1.3.22" # https://github.com/kvesteri/sqlalchemy-utils/issues/474
SQLAlchemy = ">=1.3.22, <1.4.0" # https://github.com/kvesteri/sqlalchemy-utils/issues/474
sqlalchemy-migrate = "*"
SQLAlchemy-Utils = "!=0.36.8" # https://github.com/kvesteri/sqlalchemy-utils/issues/462
sqlitedict = "*"
Expand Down

0 comments on commit 2f0a024

Please sign in to comment.