Skip to content

Commit

Permalink
[tmp] Use fastapi-utils fork with SA2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Dec 15, 2023
1 parent 58c1a1f commit 036a728
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 @@ -64,7 +64,7 @@ ecdsa==0.18.0 ; python_version >= "3.8" and python_version < "3.12"
edam-ontology==1.25.2 ; python_version >= "3.8" and python_version < "3.12"
email-validator==2.1.0.post1 ; python_version >= "3.8" and python_version < "3.12"
exceptiongroup==1.2.0 ; python_version >= "3.8" and python_version < "3.11"
fastapi-utils==0.2.1 ; python_version >= "3.8" and python_version < "3.12"
fastapi-utils @ https://github.com/jdavcs/fastapi-utils/archive/refs/heads/sqlalchemy2.0.zip; python_version >= "3.8" and python_version < "3.12"
fastapi==0.98.0 ; python_version >= "3.8" and python_version < "3.12"
filelock==3.13.1 ; python_version >= "3.8" and python_version < "3.12"
frozenlist==1.4.0 ; python_version >= "3.8" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/web_apps/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
Babel
Cheetah3!=3.2.6.post2
fastapi>=0.71.0,!=0.89.0,<0.99
fastapi-utils
fastapi-utils @ https://github.com/jdavcs/fastapi-utils/archive/refs/heads/sqlalchemy2.0.zip
gunicorn
gxformat2
importlib-resources;python_version<'3.9'
Expand Down

0 comments on commit 036a728

Please sign in to comment.