Skip to content

Commit

Permalink
Update uvicorn requirement from <0.33 to <0.35
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.0.1...0.34.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Dec 16, 2024
1 parent 080044e commit 11bc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ release-cfr = [
]
service = [
"fastapi<0.116",
"uvicorn<0.33",
"uvicorn<0.35",
]
test = [
"cratedb-toolkit[testing]",
Expand Down

0 comments on commit 11bc797

Please sign in to comment.