Skip to content

Commit dee9696

Browse files
dependabot[bot]amotl
authored andcommitted
Update fastapi requirement from <0.109,>=0.55.1 to >=0.55.1,<0.111
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.55.1...0.110.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65c884c commit dee9696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
],
8080
extras_require={
8181
"service": [
82-
"fastapi>=0.55.1,<0.109",
82+
"fastapi>=0.55.1,<0.111",
8383
"httpx<1",
8484
"uvicorn<=0.29.0",
8585
],

0 commit comments

Comments
 (0)