Version 4.1.0

This commit is contained in:
2026-05-21 12:26:20 -04:00
parent 7f7734f0f3
commit f80dae285a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "fastapi-toolsets"
version = "4.0.0"
version = "4.1.0"
description = "Production-ready utilities for FastAPI applications"
readme = "README.md"
license = "MIT"
+1 -1
View File
@@ -21,4 +21,4 @@ Example usage:
return Response(data={"user": user.username}, message="Success")
"""
__version__ = "4.0.0"
__version__ = "4.1.0"
Generated
+1 -1
View File
@@ -330,7 +330,7 @@ wheels = [
[[package]]
name = "fastapi-toolsets"
version = "4.0.0"
version = "4.1.0"
source = { editable = "." }
dependencies = [
{ name = "asyncpg" },