Skip to content

Commit

Permalink
Update uvicorn requirement from ==0.22.* to >=0.22,<0.24
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.22.0...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent 231c155 commit 45d4710
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 @@ -26,7 +26,7 @@ classifiers=[
]
dependencies = [
"fastapi==0.99.*",
"uvicorn==0.22.*",
"uvicorn>=0.22,<0.24",
"numpy>=1.23,<1.26",
"aiofiles",
"tqdm",
Expand Down

0 comments on commit 45d4710

Please sign in to comment.