Skip to content

Commit 6e18d5a

Browse files
authored
chore: remove the readOnly exclusion by adding a patch file (#2624)
AI-assisted: Claude Code (Opus 4.6) Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 6819f35 commit 6e18d5a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- a/catalog/clients/python/src/catalog_openapi/models/catalog_model.py
2+
+++ b/catalog/clients/python/src/catalog_openapi/models/catalog_model.py
3+
@@ -79,10 +79,7 @@
4+
* OpenAPI `readOnly` fields are excluded.
5+
* OpenAPI `readOnly` fields are excluded.
6+
"""
7+
- excluded_fields: Set[str] = set([
8+
- "create_time_since_epoch",
9+
- "last_update_time_since_epoch",
10+
- ])
11+
+ excluded_fields: Set[str] = set([])
12+
13+
_dict = self.model_dump(
14+
by_alias=True,

0 commit comments

Comments
 (0)