File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed
Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,15 @@ readme = "README.md"
88[tool .poetry .dependencies ]
99python = " ^3.12"
1010anyio = " ^4.9.0"
11- contextvars = " * "
12- cryptography = " * "
11+ cachetools = " >=6.0.0 "
12+ contextvars = " >=2.4.0 "
1313fastapi = {version = " >=0.115.12" , extras = [" standard" ]}
14- PyJWT = " *"
15- starlette = " *"
16- types-requests = " *"
14+ PyJWT = " 2.10.1"
15+ starlette = " >= 0.46.2"
1716zipp = " >=3.21.0"
1817
1918[tool .poetry .group .dev .dependencies ]
2019build = " *"
21- cachetools = " *"
22- contextvars = " *"
2320starlette = " >=0.46.2"
2421flake8 = " *"
2522mock = " *"
Original file line number Diff line number Diff line change 88pytest
99pytest-asyncio
1010pytest-cov
11+ types-cachetools
1112types-mock
13+ types-requests
1214tomli
Original file line number Diff line number Diff line change 11anyio >= 4.9.0
2- cachetools
3- contextvars
4- cryptography
2+ cachetools >= 6.0.0
3+ contextvars >= 2.4.0
54fastapi [standard ]>= 0.115.12
6- PyJWT
5+ PyJWT >= 2.10.1
76starlette >= 0.46.2
8- types-cachetools
9- types-requests
107zipp >= 3.21.0
You can’t perform that action at this time.
0 commit comments