Skip to content

Commit 2006087

Browse files
dependabot[bot]amotl
authored andcommitted
Update uvicorn requirement from <0.35 to <0.36
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/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.0.1...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f7197e commit 2006087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ optional-dependencies.release-cfr = [
212212
]
213213
optional-dependencies.service = [
214214
"fastapi<0.116",
215-
"uvicorn<0.35",
215+
"uvicorn<0.36",
216216
]
217217
optional-dependencies.settings = [
218218
"cratedb-toolkit[docs-api]",

0 commit comments

Comments
 (0)