Skip to content

Commit 95f9e90

Browse files
chore(deps): update fastapi requirement (#248)
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 413939f commit 95f9e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
# prebuilt wheels (esp. pydantic-core) for all supported Python/macOS/Linux
2727
# combinations. Without these caps, `brew upgrade` and fresh `pip install`
2828
# can drift onto source-only releases and trigger a 3–5 min cargo build.
29-
"fastapi>=0.115.0,<0.137",
29+
"fastapi>=0.115.0,<0.142",
3030
"uvicorn[standard]>=0.32.0,<0.49",
3131
"httpx>=0.27.0,<0.29",
3232
"pydantic>=2.9,<2.14",

0 commit comments

Comments
 (0)