Skip to content

Commit 9d2ae1d

Browse files
committed
hardcode oras version to 0.2.25 to avoid issue oras-project/oras-py#187
1 parent a4a5862 commit 9d2ae1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/acrcssc/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from distutils import log as logger
1414
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1515

16-
VERSION = '1.0.0b1'
16+
VERSION = '1.0.0b2'
1717

1818
# The full list of classifiers is available at
1919
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -31,7 +31,7 @@
3131
]
3232

3333
# TODO: Add any additional SDK dependencies here
34-
DEPENDENCIES = ["oras~=0.2.25", "croniter~=3.0.0"]
34+
DEPENDENCIES = ["oras==0.2.25", "croniter~=3.0.0"]
3535

3636
with open('README.rst', 'r', encoding='utf-8') as f:
3737
README = f.read()

0 commit comments

Comments
 (0)