Skip to content

Commit 030fd1b

Browse files
sl0thentr0pyclaude
andcommitted
pin transitive prereleases and cap setuptools<81 for pkg_resources
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent be0237c commit 030fd1b

5 files changed

Lines changed: 33 additions & 14 deletions

File tree

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
16+
setuptools<81
1717
Brotli
1818
docker

scripts/populate_tox/config.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"num_versions": 2,
5454
"deps": {
5555
"*": ["dill"],
56+
">=2.73": ["betterproto==2.0.0b6"],
5657
},
5758
},
5859
"boto3": {
@@ -71,6 +72,7 @@
7172
"package": "celery",
7273
"deps": {
7374
"*": ["newrelic<10.17.0", "redis"],
75+
"py3.6": ["newrelic<8"],
7476
"py3.7": ["importlib-metadata<5.0"],
7577
},
7678
},
@@ -150,6 +152,9 @@
150152
"gql": {
151153
"package": "gql[all]",
152154
"num_versions": 2,
155+
"deps": {
156+
"==4.3.0b2": ["graphql-core>=3.3.0a3"],
157+
},
153158
},
154159
"google_genai": {
155160
"package": "google-genai",
@@ -268,6 +273,7 @@
268273
"package": "fastmcp",
269274
"deps": {
270275
"*": ["pytest-asyncio"],
276+
"==3.4.0b1": ["fastmcp-slim==3.4.0b1"],
271277
},
272278
},
273279
"openai-base": {
@@ -313,7 +319,11 @@
313319
"package": "pydantic-ai",
314320
"deps": {
315321
"*": ["pytest-asyncio"],
316-
"==2.0.0b3": ["pydantic-ai-slim==2.0.0b3"],
322+
"==2.0.0b3": [
323+
"pydantic-ai-slim==2.0.0b3",
324+
"pydantic-graph==2.0.0b3",
325+
"pydantic-evals==2.0.0b3",
326+
],
317327
},
318328
"python": ">=3.10",
319329
},

0 commit comments

Comments
 (0)