Skip to content

Commit

Permalink
Pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Aug 26, 2024
1 parent a57c32c commit 1eb680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def generate():
schema_names_to_collection_names = get_schema_names_to_collection_names()
raw_embedded_fields = get_raw_embedded_fields()
slim_embedded_fields = get_slim_embedded_fields(raw_embedded_fields, raw_schemas)
openapi_spec = generate_openapi_spec(schemas, schema_names_to_collection_names, slim_embedded_fields)
openapi_spec = generate_openapi_spec(schemas, schema_names_to_collection_names, slim_embedded_fields, version='46.1.3')
return openapi_spec


Expand Down

0 comments on commit 1eb680e

Please sign in to comment.