Skip to content

Commit 55fd6e5

Browse files
msyycCopilot
andauthored
[sdk generation pipeline] Fix for apiview (#41214)
* update for wheel * Update scripts/automation_init.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update dep --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6d28a8 commit 55fd6e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.45.1
9+
wheel==0.43.0
1010
setuptools==78.1.0

scripts/automation_init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
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.45.1 > /dev/null
7+
pip install wheel==0.43.0 > /dev/null
88
pip install setuptools==78.1.0 > /dev/null
9+
pip install setuptools-scm==8.3.0 > /dev/null
910

1011
# install tsp-client globally (local install may interfere with tooling)
1112
echo Install tsp-client

0 commit comments

Comments
 (0)