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.
1 parent f692025 commit ca0f12eCopy full SHA for ca0f12e
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"jsonschema>=4.9.1",
42
"urllib3>=1.25.10",
43
"semantic-version>=2.10.0",
44
- "oras>=0.2.31",
+ "oras<=0.2.31",
45
"python-qpid-proton>=0.39.0"
46
]
47
requirements.txt
@@ -9,5 +9,5 @@ subresource-integrity>=0.2
9
jsonschema>=4.9.1
10
urllib3>=1.25.10
11
semantic-version>=2.10.0
12
-oras>=0.2.31
+oras<=0.2.31
13
python-qpid-proton>=0.39.0
setup.py
@@ -58,7 +58,7 @@
58
59
60
61
62
63
],
64
)
0 commit comments