We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be36f commit 4b1d0c4Copy full SHA for 4b1d0c4
class_generator/README.md
@@ -70,6 +70,15 @@ class-generator --kind Pod --add-tests
70
uv tool install --python python3.9 openapi2jsonschema
71
```
72
73
+If install fail ([Issue 1455](https://github.com/astral-sh/uv/issues/1455)) try to install manually:
74
+
75
+```bash
76
+git clone https://github.com/instrumenta/openapi2jsonschema
77
+cd openapi2jsonschema
78
+sed -i s/'pyyaml = "^5.1"'/'pyyaml = ">=6.0"'/g pyproject.toml
79
+uv tool install --python python3.9 .
80
+```
81
82
- Clone this repository
83
84
```bash
0 commit comments