We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5520d8 + 21eda76 commit 7e4cf03Copy full SHA for 7e4cf03
fastapi_camelcase/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""FastAPI CamelCase Parser Module
3
4
-Module adds aliases to pydantic models
+Module adds aliases to pydantic models
5
Module will decode the body and decamilize (camelCase => snake_case) its keys
6
then encode it back again.
7
@@ -16,7 +16,7 @@
16
__author__ = "Ahmed Nafies <ahmed.nafies@gmail.com>"
17
__copyright__ = "Copyright 2020, Ahmed Nafies"
18
__license__ = "MIT"
19
-__version__ = "1.0.4"
+__version__ = "1.0.5"
20
21
22
class CamelModel(BaseModel):
0 commit comments