diff --git a/Makefile b/Makefile index 7f41d7b62..8a1a1afcb 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ get_version: $(RUN) python -c "import ontogpt;print('.'.join((ontogpt.__version__).split('.', 3)[:3]))" $(TEMPLATE_DIR)/%.py: src/$(PACKAGE)/templates/%.yaml - $(RUN) gen-pydantic --pydantic-version 2 $< > $@.tmp && mv $@.tmp $@ + $(RUN) gen-pydantic $< > $@.tmp && mv $@.tmp $@ %.py: %.yaml - $(RUN) gen-pydantic --pydantic-version 2 $< > $@ + $(RUN) gen-pydantic $< > $@ #all_images: $(patsubst %, docs/images/%.png, $(ENTRY_CLASSES)) #docs/images/%.png: