Skip to content

Commit 80af591

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 80af591

5 files changed

Lines changed: 31 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: 10 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": {
@@ -150,6 +151,9 @@
150151
"gql": {
151152
"package": "gql[all]",
152153
"num_versions": 2,
154+
"deps": {
155+
"==4.3.0b2": ["graphql-core>=3.3.0a3"],
156+
},
153157
},
154158
"google_genai": {
155159
"package": "google-genai",
@@ -268,6 +272,7 @@
268272
"package": "fastmcp",
269273
"deps": {
270274
"*": ["pytest-asyncio"],
275+
"==3.4.0b1": ["fastmcp-slim==3.4.0b1"],
271276
},
272277
},
273278
"openai-base": {
@@ -313,7 +318,11 @@
313318
"package": "pydantic-ai",
314319
"deps": {
315320
"*": ["pytest-asyncio"],
316-
"==2.0.0b3": ["pydantic-ai-slim==2.0.0b3"],
321+
"==2.0.0b3": [
322+
"pydantic-ai-slim==2.0.0b3",
323+
"pydantic-graph==2.0.0b3",
324+
"pydantic-evals==2.0.0b3",
325+
],
317326
},
318327
"python": ">=3.10",
319328
},

0 commit comments

Comments
 (0)