Skip to content

Commit

Permalink
Pin Starlette dependency to <1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Oct 31, 2023
1 parent 91f0423 commit d0106db
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fastapi = { version = ">=0.87.0", optional = true }
flask = { version = ">=2.0.0", optional = true }
httpx = { version = ">=0.22.0", optional = true }
requests = { version = ">=2.26.0", optional = true }
starlette = { version = ">=0.21.0", optional = true }
starlette = { version = ">=0.21.0,<1.0.0", optional = true }

[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
Expand Down

0 comments on commit d0106db

Please sign in to comment.