Skip to content

Commit

Permalink
changing pydantic version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Dec 11, 2023
1 parent dfae653 commit 79055a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
continue-on-error: true
run: |
gen-json-schema linkml-schema/reproschema.yaml > autogenerated-schema/reproschema.json;
gen-pydantic linkml-schema/reproschema.yaml > autogenerated-schema/reproschema.py;
gen-pydantic --pydantic-version 2 linkml-schema/reproschema.yaml > autogenerated-schema/reproschema.py;
#gen-shacl linkml-schema/reproschema.yaml > autogenerated-schema/reproschema.shacl.ttl;
gen-erdiagram linkml-schema/reproschema.yaml > autogenerated-schema/reproschema.md;
Expand Down

0 comments on commit 79055a4

Please sign in to comment.