Skip to content

Commit 629b591

Browse files
pin setuptools version
1 parent 2636517 commit 629b591

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

requirements-linting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ types-protobuf
55
types-gevent
66
types-greenlet
77
types-redis
8-
types-setuptools==80.10.0.20260124
8+
types-setuptools
99
types-webob
1010
opentelemetry-distro[otlp]
1111
pymongo # There is no separate types module.
@@ -18,4 +18,4 @@ statsig
1818
UnleashClient
1919
typer
2020
strawberry-graphql
21-
setuptools
21+
setuptools==81.0.0

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[tox]
1616
requires =
1717
# This version introduced using pip 24.1 which does not work with older Celery and HTTPX versions.
18-
virtualenv
18+
virtualenv<20.26.3
1919
envlist =
2020
# === Common ===
2121
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common
@@ -806,7 +806,6 @@ setenv =
806806
# Lowest version to support free-threading
807807
# https://discuss.python.org/t/announcement-pip-24-1-release/56281
808808
py3.14t: VIRTUALENV_PIP=24.1
809-
linters: VIRTUALENV_PIP=24.1
810809

811810
django: DJANGO_SETTINGS_MODULE=tests.integrations.django.myapp.settings
812811
spark-v{3.0.3,3.5.6}: JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64
@@ -935,5 +934,5 @@ commands =
935934
commands =
936935
ruff check tests sentry_sdk
937936
ruff format --check tests sentry_sdk
938-
python -m mypy sentry_sdk
937+
mypy sentry_sdk
939938
python scripts/find_raise_from_none.py

0 commit comments

Comments
 (0)