Version 5.1.0

This commit is contained in:
2026-07-28 08:19:33 -04:00
parent b4a7335e5e
commit 88ecfa8486
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "fastapi-toolsets"
version = "5.0.0"
version = "5.1.0"
description = "Production-ready utilities for FastAPI applications"
readme = "README.md"
license = "MIT"
+1 -1
View File
@@ -24,4 +24,4 @@ Example usage:
return Response(data={"user": user.username}, message="Success")
"""
__version__ = "5.0.0"
__version__ = "5.1.0"
Generated
+1 -1
View File
@@ -315,7 +315,7 @@ wheels = [
[[package]]
name = "fastapi-toolsets"
version = "5.0.0"
version = "5.1.0"
source = { editable = "." }
dependencies = [
{ name = "asyncpg" },