From cb85d6e2d0fdc44efa582276fa456d673a3494ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:17:40 +0000 Subject: [PATCH] chore: Bump fastapi from 0.135.3 to 0.136.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.3 to 0.136.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.3...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- uv.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e205661..edf61cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "ruff>=0.15.10", "pydantic>=2.0.0", "httpx>=0.28.1", - "fastapi>=0.115.0", + "fastapi>=0.136.0", ] # Example dependency groups @@ -30,7 +30,7 @@ django = [ "Django>=4.2,<5", ] fastapi = [ - "fastapi>=0.100.0", + "fastapi>=0.136.0", "pydantic>=2.0.0", "uvicorn[standard]>=0.44.0", ] diff --git a/uv.lock b/uv.lock index 9333790..afb1d21 100644 --- a/uv.lock +++ b/uv.lock @@ -202,7 +202,7 @@ requires-dist = [{ name = "fable-library", specifier = "==5.0.0rc7" }] [package.metadata.requires-dev] dev = [ - { name = "fastapi", specifier = ">=0.115.0" }, + { name = "fastapi", specifier = ">=0.136.0" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "pydantic", specifier = ">=2.0.0" }, { name = "pytest", specifier = ">=9.0.3,<10" }, @@ -211,13 +211,13 @@ dev = [ django = [{ name = "django", specifier = ">=4.2,<5" }] examples = [ { name = "django", specifier = ">=4.2,<5" }, - { name = "fastapi", specifier = ">=0.100.0" }, + { name = "fastapi", specifier = ">=0.136.0" }, { name = "flask", specifier = ">=3.1.2,<4" }, { name = "pydantic", specifier = ">=2.0.0" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] fastapi = [ - { name = "fastapi", specifier = ">=0.100.0" }, + { name = "fastapi", specifier = ">=0.136.0" }, { name = "pydantic", specifier = ">=2.0.0" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] @@ -225,7 +225,7 @@ flask = [{ name = "flask", specifier = ">=3.1.2,<4" }] [[package]] name = "fastapi" -version = "0.135.3" +version = "0.136.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -234,9 +234,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f7/e6/7adb4c5fa231e82c35b8f5741a9f2d055f520c29af5546fd70d3e8e1cd2e/fastapi-0.135.3.tar.gz", hash = "sha256:bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654", size = 396524, upload-time = "2026-04-01T16:23:58.188Z" } +sdist = { url = "https://files.pythonhosted.org/packages/4e/d9/e66315807e41e69e7f6a1b42a162dada2f249c5f06ad3f1a95f84ab336ef/fastapi-0.136.0.tar.gz", hash = "sha256:cf08e067cc66e106e102d9ba659463abfac245200752f8a5b7b1e813de4ff73e", size = 396607, upload-time = "2026-04-16T11:47:13.623Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/84/a4/5caa2de7f917a04ada20018eccf60d6cc6145b0199d55ca3711b0fc08312/fastapi-0.135.3-py3-none-any.whl", hash = "sha256:9b0f590c813acd13d0ab43dd8494138eb58e484bfac405db1f3187cfc5810d98", size = 117734, upload-time = "2026-04-01T16:23:59.328Z" }, + { url = "https://files.pythonhosted.org/packages/26/a3/0bd5f0cdb0bbc92650e8dc457e9250358411ee5d1b65e42b6632387daf81/fastapi-0.136.0-py3-none-any.whl", hash = "sha256:8793d44ec7378e2be07f8a013cf7f7aa47d6327d0dfe9804862688ec4541a6b4", size = 117556, upload-time = "2026-04-16T11:47:11.922Z" }, ] [[package]]