From 3c809d016223bfd27ab8cc9a94b70de563c89cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:14:40 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /fowoco-knowledge Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/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] --- fowoco-knowledge/hr-intent-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fowoco-knowledge/hr-intent-service/requirements.txt b/fowoco-knowledge/hr-intent-service/requirements.txt index e11eb9a..8d1178a 100644 --- a/fowoco-knowledge/hr-intent-service/requirements.txt +++ b/fowoco-knowledge/hr-intent-service/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.115.0 +fastapi>=0.141.1 uvicorn[standard]>=0.30.0 pydantic-settings>=2.5.0 transformers>=4.46.0