Skip to content

Commit ec3d9cb

Browse files
committed
try arq
1 parent 16a4ba2 commit ec3d9cb

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

scripts/populate_tox/dependencies.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535

3636

3737
DEPENDENCIES = {
38-
"anthropic": {
39-
"package": "anthropic",
40-
"deps": {
41-
"*": ["pytest-asyncio"],
42-
"<0.34": ["httpx<0.28.0"],
43-
},
44-
},
4538
"ariadne": {
4639
"package": "ariadne",
4740
"deps": {

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
# suites over to this script. Some entries will probably stay forever
4444
# as they don't fit the mold (e.g. common, asgi).
4545
"aiohttp",
46-
"arq",
4746
"asgi",
4847
"asyncpg",
4948
"aws_lambda",

scripts/populate_tox/tox.jinja

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ envlist =
3636
{py3.7,py3.9,py3.11}-aiohttp-v{3.8}
3737
{py3.8,py3.12,py3.13}-aiohttp-latest
3838

39-
# Arq
40-
{py3.7,py3.11}-arq-v{0.23}
41-
{py3.7,py3.12,py3.13}-arq-latest
39+
# Anthropic
40+
{py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
41+
{py3.7,py3.11,py3.12}-anthropic-latest
4242

4343
# Asgi
4444
{py3.7,py3.12,py3.13}-asgi
@@ -342,13 +342,13 @@ deps =
342342
aiohttp-v3.8: pytest-asyncio
343343
aiohttp-latest: pytest-asyncio
344344
345-
# Arq
346-
arq-v0.23: arq~=0.23.0
347-
arq-v0.23: pydantic<2
348-
arq-latest: arq
349-
arq: fakeredis>=2.2.0,<2.8
350-
arq: pytest-asyncio
351-
arq: async-timeout
345+
# Anthropic
346+
anthropic: pytest-asyncio
347+
anthropic-v{0.16,0.28}: httpx<0.28.0
348+
anthropic-v0.16: anthropic~=0.16.0
349+
anthropic-v0.28: anthropic~=0.28.0
350+
anthropic-v0.40: anthropic~=0.40.0
351+
anthropic-latest: Anthropic
352352
353353
# Asgi
354354
asgi: pytest-asyncio

0 commit comments

Comments
 (0)