From b0c35bfc8a575e922eaac6168e3bb2cda87ccd35 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Wed, 3 Jun 2026 16:03:47 -0400 Subject: [PATCH] Version 4.1.1 --- pyproject.toml | 2 +- src/fastapi_toolsets/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2f5466..c34aa56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "4.1.0" +version = "4.1.1" description = "Production-ready utilities for FastAPI applications" readme = "README.md" license = "MIT" diff --git a/src/fastapi_toolsets/__init__.py b/src/fastapi_toolsets/__init__.py index a979cf0..c6231a5 100644 --- a/src/fastapi_toolsets/__init__.py +++ b/src/fastapi_toolsets/__init__.py @@ -21,4 +21,4 @@ Example usage: return Response(data={"user": user.username}, message="Success") """ -__version__ = "4.1.0" +__version__ = "4.1.1" diff --git a/uv.lock b/uv.lock index 7d5cd95..ac3e0fd 100644 --- a/uv.lock +++ b/uv.lock @@ -330,7 +330,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "4.1.0" +version = "4.1.1" source = { editable = "." } dependencies = [ { name = "asyncpg" },