Skip to content

Commit ed1314d

Browse files
committed
KIT-4258: Cleanup packages and added versions
1 parent 4af930b commit ed1314d

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ readme = "README.md"
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
anyio = "^4.9.0"
11-
contextvars = "*"
12-
cryptography = "*"
11+
cachetools = ">=6.0.0"
12+
contextvars = ">=2.4.0"
1313
fastapi = {version = ">=0.115.12", extras = ["standard"]}
14-
PyJWT = "*"
15-
starlette = "*"
16-
types-requests = "*"
14+
PyJWT = "2.10.1"
15+
starlette = ">= 0.46.2"
1716
zipp = ">=3.21.0"
1817

1918
[tool.poetry.group.dev.dependencies]
2019
build = "*"
21-
cachetools = "*"
22-
contextvars = "*"
2320
starlette = ">=0.46.2"
2421
flake8 = "*"
2522
mock = "*"

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ mypy
88
pytest
99
pytest-asyncio
1010
pytest-cov
11+
types-cachetools
1112
types-mock
13+
types-requests
1214
tomli

requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
anyio>=4.9.0
2-
cachetools
3-
contextvars
4-
cryptography
2+
cachetools>=6.0.0
3+
contextvars>=2.4.0
54
fastapi[standard]>=0.115.12
6-
PyJWT
5+
PyJWT>=2.10.1
76
starlette >= 0.46.2
8-
types-cachetools
9-
types-requests
107
zipp>=3.21.0

0 commit comments

Comments
 (0)