Skip to content

Commit

Permalink
Update to latest fences version
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Aug 29, 2024
1 parent cd2a061 commit 5673a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aas_test_engines/_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ def apply(self, data: KeyReference) -> any:
def generate_graph(schema) -> FlowGraph:
norm_config = NormalizationConfig(
full_merge=False,
discard_fields={'discriminator'},
additional_mergers={
'check': lambda x, y: x + y
}
},
detect_duplicate_subschemas=True,
)
schema_norm = normalize(schema, norm_config)
config = default_config()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests>=2.31
pyyaml>=6.0
json_schema_tool>=0.4
jsonpath_ng>=1.5
fences==1.2.0
fences==1.3.0

0 comments on commit 5673a20

Please sign in to comment.