Skip to content

Commit

Permalink
Update uvicorn requirement from <0.30 to <0.31
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.30.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jun 12, 2024
1 parent 75fa840 commit 4ca2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"service": [
"fastapi<0.112",
"pydantic-settings<3",
"uvicorn<0.30",
"uvicorn<0.31",
],
},
entry_points={
Expand Down

0 comments on commit 4ca2214

Please sign in to comment.