Skip to content

Commit b6d28a8

Browse files
authored
update for wheel (#41212)
1 parent 491b075 commit b6d28a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/auto_release/requirement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ packaging==24.1
66
pytest==6.2.5
77
fastcore==1.3.25
88
tox==4.15.0
9-
wheel==0.46.1
9+
wheel==0.45.1
1010
setuptools==78.1.0

scripts/automation_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
python -m pip install -U pip > /dev/null
55
python scripts/dev_setup.py -p azure-core > /dev/null
66
pip install tox==4.15.0 > /dev/null
7-
pip install wheel==0.46.1 > /dev/null
7+
pip install wheel==0.45.1 > /dev/null
88
pip install setuptools==78.1.0 > /dev/null
99

1010
# install tsp-client globally (local install may interfere with tooling)

0 commit comments

Comments
 (0)