Skip to content

Commit 4699efb

Browse files
xiangyan99pvaneck
authored andcommitted
pin setuptools (#35212)
* pin setuptools * skip tests * updates * update
1 parent 6a07fc9 commit 4699efb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/tox/install_depend_packages.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
"msal": "1.23.0",
4848
}
4949

50-
MAXIMUM_VERSION_GENERIC_OVERRIDES = {}
50+
MAXIMUM_VERSION_GENERIC_OVERRIDES = {
51+
"aiohttp": "3.9.3"
52+
}
5153

5254
# SPECIFIC OVERRIDES provide additional filtering of upper and lower bound by
5355
# binding an override to the specific package being processed. As an example, when

tools/azure-sdk-tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
extras_require={
5959
":python_version>='3.5'": ["pytest-asyncio>=0.9.0"],
6060
":python_version<'3.11'": ["tomli==2.0.1"],
61-
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel"],
61+
"build": ["six", "setuptools==67.6.0", "pyparsing", "certifi", "cibuildwheel"],
6262
"conda": ["beautifulsoup4"],
6363
"systemperf": ["aiohttp>=3.0", "requests>=2.0", "tornado==6.0.3", "httpx>=0.21", "azure-core"],
6464
"ghtools": ["GitPython", "PyGithub>=1.59.0", "requests>=2.0"],

0 commit comments

Comments
 (0)