Version 2.4.3

This commit is contained in:
2026-03-26 07:58:32 -04:00
parent 65d0b0e0b1
commit 460b760fa4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "fastapi-toolsets"
version = "2.4.2"
version = "2.4.3"
description = "Production-ready utilities for FastAPI applications"
readme = "README.md"
license = "MIT"

View File

@@ -21,4 +21,4 @@ Example usage:
return Response(data={"user": user.username}, message="Success")
"""
__version__ = "2.4.2"
__version__ = "2.4.3"

2
uv.lock generated
View File

@@ -251,7 +251,7 @@ wheels = [
[[package]]
name = "fastapi-toolsets"
version = "2.4.2"
version = "2.4.3"
source = { editable = "." }
dependencies = [
{ name = "asyncpg" },