fastapi-camelcase
fastapi-camelcase copied to clipboard
Package for providing a class for camelizing request and response bodies for fastapi while keeping your python code snake cased.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi there. Is there a simple way to use this with SQLModel models? If so, we should document it. Thanks.
2.0 leverages a module which was added in Pydantic 2.0 - `alias_generators`. As a result, the version of Pydantic required by this package should be pinned to 2.0 or higher....
I get the following error when trying to build fastapi-camelcase. ``` setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. ``` I believe description-file...