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.
1 parent 848ae05 commit 860abecCopy full SHA for 860abec
enochecker3/types.py
@@ -17,7 +17,7 @@ def _to_camel_case(x: str) -> str:
17
class BaseModel(PydanticBaseModel):
18
model_config = ConfigDict(
19
use_enum_values=True,
20
- alias_generator=AliasGenerator(serialization_alias=to_camel),
+ alias_generator=AliasGenerator(alias=to_camel),
21
populate_by_name=True,
22
)
23
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="enochecker3",
12
- version="0.9.0",
+ version="0.9.1",
13
author="ldruschk",
14
author_email="[email protected]",
15
description="FastAPI based library for building async python checkers for the EnoEngine A/D CTF Framework",
0 commit comments