File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ gen-examples:
105105
106106gen-project : $(PYMODEL )
107107 $(RUN ) gen-project ${GEN_PARGS} -d $(DEST ) $(SOURCE_SCHEMA_PATH ) && mv $(DEST ) /* .py $(PYMODEL )
108- $(RUN ) gen-pydantic --pydantic_version 1 src/translator_testing_model/schema/translator_testing_model.yaml > $(PYMODEL ) /pydanticmodel.py
109108 $(RUN ) gen-pydantic --pydantic_version 2 src/translator_testing_model/schema/translator_testing_model.yaml > $(PYMODEL ) /pydanticmodel_v2.py
110109
111110
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " translator_testing_model"
3- version = " 0.0.0 "
3+ version = " 0.2.4.post10.dev0+bc3594f "
44description = " This is the project description."
55authors = [" Sierra Moxon <sierra.taylor@gmail.com>" , " Richard Bruskiewich <richard.bruskiewich@delphinai.com>" ]
66license = " MIT"
@@ -22,7 +22,7 @@ pydantic = "^1.10.13"
2222bmt = " ^1.2.1"
2323
2424[tool .poetry-dynamic-versioning ]
25- enable = true
25+ enable = false
2626vcs = " git"
2727style = " pep440"
2828
You can’t perform that action at this time.
0 commit comments