Version 3.0.2

This commit is contained in:
2026-04-04 19:13:09 -04:00
parent 8bed96f4bf
commit 6b127d9645
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "fastapi-toolsets"
version = "3.0.1"
version = "3.0.2"
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__ = "3.0.1"
__version__ = "3.0.2"

2
uv.lock generated
View File

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