From 51582d7045b5a6b6e576086cce79e8e037cf4c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:06:58 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.139.2 to 0.140.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.2 to 0.140.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9512eba..9b0a74e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,14 +269,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.139.2" +version = "0.140.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "fastapi-0.139.2-py3-none-any.whl", hash = "sha256:b9ad015a835173d59865e2f5d8296fbc2b317bf56a2ba1a5bfbdd03de2fd4b1c"}, - {file = "fastapi-0.139.2.tar.gz", hash = "sha256:333145a6891e9b5b3cfceb69baf817e8240cde4d4588ae5a10bf56ffacb6255e"}, + {file = "fastapi-0.140.0-py3-none-any.whl", hash = "sha256:e951c0a0d9540bf5d9a2a9e078fd415da2ab7e312d435139e7d9e2e7fe9f0b23"}, + {file = "fastapi-0.140.0.tar.gz", hash = "sha256:f338951b82fd74ca8f843163aec43ea1a1ce84d515415a50fa98fa25572a5544"}, ] [package.dependencies] @@ -2704,4 +2704,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "217343196f28d4dbe5731f075971be0b136bdea9da018e52588820cfe6fcee15" +content-hash = "f27e98f1953635dbb8b69f54d189a81695efb2fd1843c779e4ce1d4dbcb7faea" diff --git a/pyproject.toml b/pyproject.toml index 34eabdf..56ea9cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" pydantic = "2.*" -fastapi = ">=0.135.3,<0.140.0" +fastapi = ">=0.135.3,<0.141.0" nc-py-api = {extras = ["app"], version = ">=0.24.2,<0.31.0"} langchain = "^0.3.27" niquests = "^3.18.5"