From fbdfd7925c5b919d8d3f79ade02a9ea25fcf3284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:09:40 +0000 Subject: [PATCH] build(deps): bump fastapi-sso from 0.16.0 to 0.19.0 in /.circleci Bumps [fastapi-sso](https://github.com/tomasvotava/fastapi-sso) from 0.16.0 to 0.19.0. - [Release notes](https://github.com/tomasvotava/fastapi-sso/releases) - [Commits](https://github.com/tomasvotava/fastapi-sso/compare/0.16.0...0.19.0) --- updated-dependencies: - dependency-name: fastapi-sso dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .circleci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 8cd14de91897..33018cae5045 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -10,6 +10,6 @@ anthropic orjson==3.10.12 # fast /embedding responses pydantic==2.10.2 google-cloud-aiplatform==1.43.0 -fastapi-sso==0.16.0 +fastapi-sso==0.19.0 uvloop==0.21.0 mcp==1.10.1 # for MCP server