Skip to content

Commit

Permalink
add starlette as a direct dependency
Browse files Browse the repository at this point in the history
It was already an indirect dependency and already imported directly in
 a few places, but we should make that explicit.
  • Loading branch information
kmichel-aiven committed May 1, 2024
1 parent 8345bcd commit dfd86af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"pyyaml",
"rohmu >= 2.2.0",
"sentry-sdk",
"starlette",
"tabulate",
"typing-extensions >= 4.7.1; python_version < '3.12'",
"uvicorn",
Expand Down Expand Up @@ -59,6 +60,7 @@ f38 = [
"pydantic == 1.10.2",
"pyyaml == 6.0.0",
"requests == 2.28.2",
"starlette == 0.27.0",
"tabulate == 0.9.0",
"uritemplate == 4.1.1",
"urllib3 == 1.26.18",
Expand All @@ -81,6 +83,7 @@ f39 = [
"pydantic == 1.10.14",
"pyyaml == 6.0.1",
"requests == 2.28.2",
"starlette == 0.27.0",
"tabulate == 0.9.0",
"uritemplate == 4.1.1",
"urllib3 == 1.26.18",
Expand Down

0 comments on commit dfd86af

Please sign in to comment.