From 9f8ed48bb4c71e2153c5c3521a41beb8fe0aa2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:40:10 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.3 to 0.138.1 in /backend/fastapi Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/fastapi/pyproject.toml | 2 +- backend/fastapi/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/fastapi/pyproject.toml b/backend/fastapi/pyproject.toml index b10266e9..b6cf65ae 100644 --- a/backend/fastapi/pyproject.toml +++ b/backend/fastapi/pyproject.toml @@ -5,7 +5,7 @@ version = "0.1.0" description = "Workma!te AI Server (FastAPI)" requires-python = ">=3.11" dependencies = [ - "fastapi==0.136.3", + "fastapi==0.138.1", "uvicorn[standard]==0.49.0", "sqlalchemy==2.0.50", "psycopg2-binary==2.9.12", diff --git a/backend/fastapi/uv.lock b/backend/fastapi/uv.lock index 0c0ec344..87221cf1 100644 --- a/backend/fastapi/uv.lock +++ b/backend/fastapi/uv.lock @@ -561,7 +561,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.136.3" +version = "0.138.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -570,9 +570,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size = 396410, upload-time = "2026-05-23T18:53:15.192Z" } +sdist = { url = "https://files.pythonhosted.org/packages/8a/c9/5e8defe249899c0dc900643695fc07829a67fc88b4ff2cdb03fcbdbf5a4b/fastapi-0.138.1.tar.gz", hash = "sha256:96e3702dce09ee0dce48856135620d3d865ca684a79fe7513fd7b13a12f82862", size = 419646, upload-time = "2026-06-25T15:40:42.115Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size = 117481, upload-time = "2026-05-23T18:53:16.924Z" }, + { url = "https://files.pythonhosted.org/packages/38/a9/69a6924f645eb4dd8cd625bf255b3625990eb3e14e073438a53c405dcd3e/fastapi-0.138.1-py3-none-any.whl", hash = "sha256:b994cae7ba8b82c976a728b544244de31333fa5f7d261f9a1dffe526444cae23", size = 129182, upload-time = "2026-06-25T15:40:40.771Z" }, ] [[package]] @@ -3397,7 +3397,7 @@ requires-dist = [ { name = "aiofiles", specifier = "==25.1.0" }, { name = "anyio", specifier = ">=4.13.0" }, { name = "boto3", specifier = ">=1.43.29" }, - { name = "fastapi", specifier = "==0.136.3" }, + { name = "fastapi", specifier = "==0.138.1" }, { name = "kiwipiepy", specifier = ">=0.23.2" }, { name = "langchain", specifier = "==1.3.9" }, { name = "langchain-core", specifier = ">=1.4.0" },