Skip to content

Commit

Permalink
Merge pull request #11629 from ic4f/dev_sa_pin
Browse files Browse the repository at this point in the history
Pin SQAlchemy to ~1.3.22
  • Loading branch information
jdavcs authored Mar 16, 2021
2 parents 6c74ebd + 2f0a024 commit b0173a3
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 = "*"
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 b0173a3

Please sign in to comment.