Skip to content

Commit 5d69892

Browse files
committed
Limit starlette version
1 parent 4687b4e commit 5d69892

File tree

3 files changed

+64
-62
lines changed

3 files changed

+64
-62
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
update-types: [version-update:semver-major]
2626
- dependency-name: pytest-asyncio
2727
update-types: [version-update:semver-major]
28+
- dependency-name: starlette
29+
update-types: [version-update:semver-major]
2830
# https://til.simonwillison.net/github/dependabot-python-setup
2931
groups:
3032
python-packages:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exclude = ["docs", "tests"]
6767
server = [
6868
"fastapi~=0.135.2",
6969
# starlette 1.0.0 break cookies
70-
"starlette<2.0",
70+
"starlette<1.0",
7171
"starlette-exporter~=0.23.0",
7272
"python-multipart~=0.0.21",
7373
"uvicorn~=0.42.0",

0 commit comments

Comments
 (0)