We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14586af commit 34efddeCopy full SHA for 34efdde
fastapi_class/__init__.py
@@ -37,7 +37,7 @@ def post(self, user: ItemModel):
37
"""
38
39
40
-__version__ = "3.4.0"
+__version__ = "3.5.0"
41
42
from fastapi_class.exception import FormattedMessageException
43
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses
0 commit comments