We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652b07a + 184b017 commit 7e0b31bCopy full SHA for 7e0b31b
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
dynamic = ["version"]
23
24
[project.optional-dependencies]
25
-obj = ["boto3"]
+obj = ["boto3>=1.36.0"]
26
dev = [
27
"pylint>=2.17.4",
28
"pytest>=7.3.1",
resolve_spec_url
@@ -39,5 +39,5 @@ if __name__ == "__main__":
39
desired_version = get_latest_tag()
40
41
print(
42
- f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.yaml"
+ f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.json"
43
)
0 commit comments