Skip to content

Commit 4af930b

Browse files
committed
KIT-4258 fastapi changes in pyproject.toml
1 parent af8cfcf commit 4af930b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
anyio = "^4.4.0"
10+
anyio = "^4.9.0"
1111
contextvars = "*"
1212
cryptography = "*"
13-
fastapi = {version = ">=0.109.1", extras = ["all"]}
13+
fastapi = {version = ">=0.115.12", extras = ["standard"]}
1414
PyJWT = "*"
1515
starlette = "*"
1616
types-requests = "*"
17-
zipp = ">=3.19.1"
17+
zipp = ">=3.21.0"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
build = "*"
2121
cachetools = "*"
2222
contextvars = "*"
23-
starlette = ">=0.40.0"
23+
starlette = ">=0.46.2"
2424
flake8 = "*"
2525
mock = "*"
2626
mypy = "*"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ anyio>=4.9.0
22
cachetools
33
contextvars
44
cryptography
5-
fastapi[all]>=0.115.12
5+
fastapi[standard]>=0.115.12
66
PyJWT
77
starlette >= 0.46.2
88
types-cachetools

0 commit comments

Comments
 (0)