File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- anyio = " ^4.4 .0"
10+ anyio = " ^4.9 .0"
1111contextvars = " *"
1212cryptography = " *"
13- fastapi = {version = " >=0.109.1 " , extras = [" all " ]}
13+ fastapi = {version = " >=0.115.12 " , extras = [" standard " ]}
1414PyJWT = " *"
1515starlette = " *"
1616types-requests = " *"
17- zipp = " >=3.19.1 "
17+ zipp = " >=3.21.0 "
1818
1919[tool .poetry .group .dev .dependencies ]
2020build = " *"
2121cachetools = " *"
2222contextvars = " *"
23- starlette = " >=0.40.0 "
23+ starlette = " >=0.46.2 "
2424flake8 = " *"
2525mock = " *"
2626mypy = " *"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ anyio>=4.9.0
22cachetools
33contextvars
44cryptography
5- fastapi [all ]>= 0.115.12
5+ fastapi [standard ]>= 0.115.12
66PyJWT
77starlette >= 0.46.2
88types-cachetools
You can’t perform that action at this time.
0 commit comments