Skip to content

Commit

Permalink
Upgrade FastAPI to v0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Nov 3, 2021
1 parent 8788b8c commit af4ef0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ecdsa==0.14.1; python_version >= "2.6" and python_full_version < "3.0.0" or pyth
edam-ontology==1.25.2
fabric3==1.14.post1
fastapi-utils==0.2.1; python_version >= "3.6" and python_version < "4.0"
fastapi==0.69.0; python_version >= "3.6"
fastapi==0.70.0; python_version >= "3.6"
fluent-logger==0.10.0; python_version >= "3.5"
fs==2.4.13
funcsigs==1.0.2
Expand Down Expand Up @@ -232,7 +232,7 @@ sqlalchemy==1.4.25
sqlitedict==1.7.0
sqlparse==0.4.2; python_version >= "3.5"
starlette-context==0.3.2; python_version >= "3.7"
starlette==0.15.0; python_version >= "3.6"
starlette==0.16.0; python_version >= "3.6"
statsd==3.3.0
stevedore==3.3.0; python_version >= "3.6"
svgwrite==1.4.1; python_version >= "3.6"
Expand Down
4 changes: 2 additions & 2 deletions lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ecdsa==0.14.1; python_version >= "2.6" and python_full_version < "3.0.0" or pyth
edam-ontology==1.25.2
fabric3==1.14.post1
fastapi-utils==0.2.1; python_version >= "3.6" and python_version < "4.0"
fastapi==0.69.0; python_version >= "3.6"
fastapi==0.70.0; python_version >= "3.6"
fs==2.4.13
funcsigs==1.0.2
future==0.18.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
Expand Down Expand Up @@ -187,7 +187,7 @@ sqlalchemy==1.4.25
sqlitedict==1.7.0
sqlparse==0.4.2; python_version >= "3.5"
starlette-context==0.3.2; python_version >= "3.7"
starlette==0.15.0; python_version >= "3.6"
starlette==0.16.0; python_version >= "3.6"
stevedore==3.3.0; python_version >= "3.6"
svgwrite==1.4.1; python_version >= "3.6"
tempita==0.5.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dictobj = "*"
docutils = "!=0.17, !=0.17.1"
edam-ontology = "*"
Fabric3 = "*"
fastapi = ">=0.69.0"
fastapi = ">=0.70.0"
fastapi-utils = "*"
fs = "*"
future = "*"
Expand Down

0 comments on commit af4ef0c

Please sign in to comment.