From 85f0ba2ba47009b352d6ba387ff1106a6a72c403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:45:45 +0000 Subject: [PATCH] chore(deps): update fastapi-users[sqlalchemy] requirement Updates the requirements on [fastapi-users[sqlalchemy]](https://github.com/fastapi-users/fastapi-users) to permit the latest version. - [Release notes](https://github.com/fastapi-users/fastapi-users/releases) - [Commits](https://github.com/fastapi-users/fastapi-users/compare/v14.0.0...v15.0.5) --- updated-dependencies: - dependency-name: fastapi-users[sqlalchemy] dependency-version: 15.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b60f471..73429e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.0.0", "pydantic-settings>=2.0.0", "alembic>=1.14.0", - "fastapi-users[sqlalchemy]>=14.0.0", + "fastapi-users[sqlalchemy]>=15.0.5", "python-multipart>=0.0.9", "slowapi>=0.1.9", "httpx-oauth>=0.16.0", diff --git a/uv.lock b/uv.lock index 19791be..1f9fe7a 100644 --- a/uv.lock +++ b/uv.lock @@ -1348,7 +1348,7 @@ requires-dist = [ { name = "alembic", specifier = ">=1.14.0" }, { name = "asyncpg", specifier = ">=0.30.0" }, { name = "fastapi", specifier = ">=0.115.0" }, - { name = "fastapi-users", extras = ["sqlalchemy"], specifier = ">=14.0.0" }, + { name = "fastapi-users", extras = ["sqlalchemy"], specifier = ">=15.0.5" }, { name = "httpx-oauth", specifier = ">=0.16.0" }, { name = "limits", specifier = ">=5.6.0" }, { name = "pydantic", specifier = ">=2.0.0" },