From 0009a0ae340a8788f32b07de22ef43aed3a7647d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:45:47 +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/v15.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 ceec276..21e5c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.12.0", "pydantic-settings>=2.13.0", "alembic>=1.18.0", - "fastapi-users[sqlalchemy]>=15.0.0", + "fastapi-users[sqlalchemy]>=15.0.5", "python-multipart>=0.0.22", "slowapi>=0.1.9", "limits>=5.8.0", diff --git a/uv.lock b/uv.lock index 68d85a4..5410848 100644 --- a/uv.lock +++ b/uv.lock @@ -95,7 +95,7 @@ requires-dist = [ { name = "alembic", specifier = ">=1.18.0" }, { name = "asyncpg", specifier = ">=0.31.0" }, { name = "fastapi", specifier = ">=0.135.0" }, - { name = "fastapi-users", extras = ["sqlalchemy"], specifier = ">=15.0.0" }, + { name = "fastapi-users", extras = ["sqlalchemy"], specifier = ">=15.0.5" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "limits", specifier = ">=5.8.0" }, { name = "opentelemetry-api", specifier = ">=1.40.0" },