Skip to content

Commit

Permalink
chore(deps): update uvicorn[standard] requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn[standard]](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.32.0...0.34.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CNSeniorious000 committed Dec 16, 2024
1 parent caec1bd commit defda63
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 @@ -7,7 +7,7 @@ readme = "README.md"
license = { text = "MIT" }
dependencies = [
"fastapi~=0.115.0",
"uvicorn[standard]~=0.32.0",
"uvicorn[standard]~=0.34.0",
"promplate[all]~=0.3.4.7",
"promplate-trace[langfuse,langsmith]==0.3.0dev5",
"python-box~=7.3.0",
Expand Down

0 comments on commit defda63

Please sign in to comment.