File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ generate-examples:
7171
7272# Generate OpenAPI documentation
7373generate-openapi :
74- uv run --isolated -p 3.9 --with ' pydantic>=2.9.0' ./ scripts/ generate_mintlify_openapi_docs.py
74+ uv run --isolated -p 3.10 --with ' pydantic>=2.9.0' ./ scripts/ generate_mintlify_openapi_docs.py
7575
7676# Generate settings schema and reference
7777generate-settings :
78- uv run --isolated -p 3.9 --with ' pydantic>=2.9.0' ./ scripts/ generate_settings_schema.py
79- uv run --isolated -p 3.9 --with ' pydantic>=2.9.0' ./ scripts/ generate_settings_ref.py
78+ uv run --isolated -p 3.10 --with ' pydantic>=2.9.0' ./ scripts/ generate_settings_schema.py
79+ uv run --isolated -p 3.10 --with ' pydantic>=2.9.0' ./ scripts/ generate_settings_ref.py
8080
8181generate-cli-docs :
8282 uv run --isolated ./ scripts/ generate_cli_docs.py
You can’t perform that action at this time.
0 commit comments