Skip to content

Commit 527c16c

Browse files
committed
adds setuptools pinning for version 81.0.0 #497
1 parent 31a0481 commit 527c16c

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"pyvmomi==8.0.3.0.1",
1616
"pyyaml>=6.0.3",
1717
"requests>=2.32.5",
18+
"setuptools==81.0.0",
1819
"urllib3>=2.6.3",
1920
"wheel>=0.46.3",
2021
]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pycparser==3.0
99
pyvmomi==8.0.3.0.1
1010
pyyaml==6.0.3
1111
requests==2.32.5
12+
setuptools==81.0.0
1213
six==1.17.0
1314
urllib3==2.6.3
1415
wheel==0.46.3

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)