Skip to content

Commit 7083ac0

Browse files
committed
.
1 parent ce654bc commit 7083ac0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ help:
1818

1919
dist: .venv
2020
rm -rf dist dist-serverless build
21-
$(VENV_PATH)/bin/pip install wheel "setuptools<78.0.1"
21+
$(VENV_PATH)/bin/pip install wheel "setuptools<78.0"
2222
$(VENV_PATH)/bin/python setup.py sdist bdist_wheel
2323
.PHONY: dist
2424

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ responses
1313
pysocks
1414
socksio
1515
httpcore[http2]
16-
setuptools<78.0.1
16+
setuptools<78.0
1717
Brotli
1818
docker

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires =
1717
# This version introduced using pip 24.1 which does not work with older Celery and HTTPX versions.
1818
virtualenv<20.26.3
1919
# https://github.com/pypa/setuptools/issues/4910
20-
setuptools<78.0.1
20+
setuptools<78.0
2121
envlist =
2222
# === Common ===
2323
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common
@@ -744,6 +744,7 @@ setenv =
744744
PYTHONDONTWRITEBYTECODE=1
745745
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
746746
COVERAGE_FILE=.coverage-sentry-{envname}
747+
# https://github.com/pypa/setuptools/issues/4910
747748
PIP_CONSTRAINT=constraints.txt
748749
py3.6: COVERAGE_RCFILE=.coveragerc36
749750

0 commit comments

Comments
 (0)