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 b328087 commit 598b9ddCopy full SHA for 598b9dd
packages/models-library/src/models_library/api_schemas_catalog/services.py
@@ -332,7 +332,9 @@ class ServiceUpdateV2(BaseModel):
332
access_rights: dict[GroupID, ServiceGroupAccessRightsV2] | None = None
333
334
model_config = ConfigDict(
335
- extra="forbid", populate_by_name=True, alias_generator=snake_to_camel
+ extra="forbid",
336
+ populate_by_name=True,
337
+ alias_generator=snake_to_camel,
338
)
339
340
0 commit comments