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 491b075 commit b6d28a8Copy full SHA for b6d28a8
scripts/auto_release/requirement.txt
@@ -6,5 +6,5 @@ packaging==24.1
6
pytest==6.2.5
7
fastcore==1.3.25
8
tox==4.15.0
9
-wheel==0.46.1
+wheel==0.45.1
10
setuptools==78.1.0
scripts/automation_init.sh
@@ -4,7 +4,7 @@
4
python -m pip install -U pip > /dev/null
5
python scripts/dev_setup.py -p azure-core > /dev/null
pip install tox==4.15.0 > /dev/null
-pip install wheel==0.46.1 > /dev/null
+pip install wheel==0.45.1 > /dev/null
pip install setuptools==78.1.0 > /dev/null
# install tsp-client globally (local install may interfere with tooling)
0 commit comments