Skip to content

Commit

Permalink
Merge branch 'releases/0.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mz06 committed Jan 14, 2024
2 parents 8e08890 + dfaf545 commit 996135c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pytmv1/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.5"
__version__ = "0.7.6"
4 changes: 2 additions & 2 deletions src/pytmv1/model/commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def __init__(self, **data: Any):

class Config:
alias_generator = to_camel
allow_population_by_field_name = True
populate_by_name = True


class RootModel(PydanticRootModel[List[int]]):
class Config:
alias_generator = to_camel
allow_population_by_field_name = True
populate_by_name = True


class BaseConsumable(BaseModel):
Expand Down

0 comments on commit 996135c

Please sign in to comment.