Skip to content

Commit b6bc03e

Browse files
committed
Merge branch 'master' into potel-base
2 parents f8d88bb + c31ba06 commit b6bc03e

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ def _compare_min_version_with_defined(
513513
):
514514
print(
515515
f" Integration defines {defined_min_version} as minimum "
516-
f"version, but the effective minimum version is {releases[0]}."
516+
f"version, but the effective minimum version based on metadata "
517+
f"is {releases[0]}."
517518
)
518519

519520

tox.ini

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-07-08T14:00:07.609918+00:00
13+
# Last generated: 2025-07-15T08:55:25.785747+00:00
1414

1515
[tox]
1616
requires =
@@ -127,7 +127,7 @@ envlist =
127127
{py3.7,py3.8,py3.9}-common-v1.4.1
128128
{py3.7,py3.8,py3.9,py3.10,py3.11}-common-v1.14.0
129129
{py3.8,py3.9,py3.10,py3.11}-common-v1.24.0
130-
{py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.34.1
130+
{py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.35.0
131131

132132

133133
# ~~~ AI ~~~
@@ -137,17 +137,17 @@ envlist =
137137
{py3.8,py3.11,py3.12}-anthropic-v0.57.1
138138

139139
{py3.9,py3.10,py3.11}-cohere-v5.4.0
140-
{py3.9,py3.11,py3.12}-cohere-v5.8.1
141-
{py3.9,py3.11,py3.12}-cohere-v5.11.4
142-
{py3.9,py3.11,py3.12}-cohere-v5.15.0
140+
{py3.9,py3.11,py3.12}-cohere-v5.9.4
141+
{py3.9,py3.11,py3.12}-cohere-v5.13.12
142+
{py3.9,py3.11,py3.12}-cohere-v5.16.1
143143

144144
{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
145145
{py3.9,py3.12,py3.13}-openai_agents-v0.1.0
146146

147147
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
148148
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
149149
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
150-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.2
150+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.4
151151

152152

153153
# ~~~ DBs ~~~
@@ -170,15 +170,15 @@ envlist =
170170
{py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
171171
{py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
172172
{py3.8,py3.12,py3.13}-launchdarkly-v9.10.0
173-
{py3.8,py3.12,py3.13}-launchdarkly-v9.11.1
173+
{py3.9,py3.12,py3.13}-launchdarkly-v9.12.0
174174

175175
{py3.8,py3.12,py3.13}-openfeature-v0.7.5
176176
{py3.9,py3.12,py3.13}-openfeature-v0.8.1
177177

178178
{py3.7,py3.12,py3.13}-statsig-v0.55.3
179179
{py3.7,py3.12,py3.13}-statsig-v0.56.0
180180
{py3.7,py3.12,py3.13}-statsig-v0.57.3
181-
{py3.7,py3.12,py3.13}-statsig-v0.58.3
181+
{py3.7,py3.12,py3.13}-statsig-v0.59.0
182182

183183
{py3.8,py3.12,py3.13}-unleash-v6.0.1
184184
{py3.8,py3.12,py3.13}-unleash-v6.1.0
@@ -202,14 +202,15 @@ envlist =
202202
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
203203
{py3.8,py3.11,py3.12}-strawberry-v0.231.1
204204
{py3.8,py3.12,py3.13}-strawberry-v0.253.1
205-
{py3.9,py3.12,py3.13}-strawberry-v0.275.5
205+
{py3.9,py3.12,py3.13}-strawberry-v0.276.0
206206

207207

208208
# ~~~ Network ~~~
209209
{py3.7,py3.8}-grpc-v1.32.0
210210
{py3.7,py3.9,py3.10}-grpc-v1.46.5
211211
{py3.7,py3.11,py3.12}-grpc-v1.60.2
212212
{py3.9,py3.12,py3.13}-grpc-v1.73.1
213+
{py3.9,py3.12,py3.13}-grpc-v1.74.0rc1
213214

214215

215216
# ~~~ Tasks ~~~
@@ -253,14 +254,14 @@ envlist =
253254
{py3.7,py3.9,py3.10}-fastapi-v0.79.1
254255
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
255256
{py3.7,py3.10,py3.11}-fastapi-v0.103.2
256-
{py3.8,py3.12,py3.13}-fastapi-v0.116.0
257+
{py3.8,py3.12,py3.13}-fastapi-v0.116.1
257258

258259

259260
# ~~~ Web 2 ~~~
260261
{py3.7}-aiohttp-v3.4.4
261262
{py3.7,py3.8,py3.9}-aiohttp-v3.7.4
262263
{py3.8,py3.12,py3.13}-aiohttp-v3.10.11
263-
{py3.9,py3.12,py3.13}-aiohttp-v3.12.13
264+
{py3.9,py3.12,py3.13}-aiohttp-v3.12.14
264265

265266
{py3.7}-bottle-v0.12.25
266267
{py3.8,py3.12,py3.13}-bottle-v0.13.4
@@ -483,7 +484,7 @@ deps =
483484
common-v1.4.1: opentelemetry-sdk==1.4.1
484485
common-v1.14.0: opentelemetry-sdk==1.14.0
485486
common-v1.24.0: opentelemetry-sdk==1.24.0
486-
common-v1.34.1: opentelemetry-sdk==1.34.1
487+
common-v1.35.0: opentelemetry-sdk==1.35.0
487488
common: pytest
488489
common: pytest-asyncio
489490
py3.7-common: pytest<7.0.0
@@ -501,9 +502,9 @@ deps =
501502
anthropic-v0.44.0: httpx<0.28.0
502503

503504
cohere-v5.4.0: cohere==5.4.0
504-
cohere-v5.8.1: cohere==5.8.1
505-
cohere-v5.11.4: cohere==5.11.4
506-
cohere-v5.15.0: cohere==5.15.0
505+
cohere-v5.9.4: cohere==5.9.4
506+
cohere-v5.13.12: cohere==5.13.12
507+
cohere-v5.16.1: cohere==5.16.1
507508

508509
openai_agents-v0.0.19: openai-agents==0.0.19
509510
openai_agents-v0.1.0: openai-agents==0.1.0
@@ -512,7 +513,7 @@ deps =
512513
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
513514
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
514515
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
515-
huggingface_hub-v0.33.2: huggingface_hub==0.33.2
516+
huggingface_hub-v0.33.4: huggingface_hub==0.33.4
516517

517518

518519
# ~~~ DBs ~~~
@@ -536,15 +537,15 @@ deps =
536537
launchdarkly-v9.8.1: launchdarkly-server-sdk==9.8.1
537538
launchdarkly-v9.9.0: launchdarkly-server-sdk==9.9.0
538539
launchdarkly-v9.10.0: launchdarkly-server-sdk==9.10.0
539-
launchdarkly-v9.11.1: launchdarkly-server-sdk==9.11.1
540+
launchdarkly-v9.12.0: launchdarkly-server-sdk==9.12.0
540541

541542
openfeature-v0.7.5: openfeature-sdk==0.7.5
542543
openfeature-v0.8.1: openfeature-sdk==0.8.1
543544

544545
statsig-v0.55.3: statsig==0.55.3
545546
statsig-v0.56.0: statsig==0.56.0
546547
statsig-v0.57.3: statsig==0.57.3
547-
statsig-v0.58.3: statsig==0.58.3
548+
statsig-v0.59.0: statsig==0.59.0
548549
statsig: typing_extensions
549550

550551
unleash-v6.0.1: UnleashClient==6.0.1
@@ -577,7 +578,7 @@ deps =
577578
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
578579
strawberry-v0.231.1: strawberry-graphql[fastapi,flask]==0.231.1
579580
strawberry-v0.253.1: strawberry-graphql[fastapi,flask]==0.253.1
580-
strawberry-v0.275.5: strawberry-graphql[fastapi,flask]==0.275.5
581+
strawberry-v0.276.0: strawberry-graphql[fastapi,flask]==0.276.0
581582
strawberry: httpx
582583
strawberry-v0.209.8: pydantic<2.11
583584
strawberry-v0.231.1: pydantic<2.11
@@ -589,6 +590,7 @@ deps =
589590
grpc-v1.46.5: grpcio==1.46.5
590591
grpc-v1.60.2: grpcio==1.60.2
591592
grpc-v1.73.1: grpcio==1.73.1
593+
grpc-v1.74.0rc1: grpcio==1.74.0rc1
592594
grpc: protobuf
593595
grpc: mypy-protobuf
594596
grpc: types-protobuf
@@ -676,7 +678,7 @@ deps =
676678
fastapi-v0.79.1: fastapi==0.79.1
677679
fastapi-v0.91.0: fastapi==0.91.0
678680
fastapi-v0.103.2: fastapi==0.103.2
679-
fastapi-v0.116.0: fastapi==0.116.0
681+
fastapi-v0.116.1: fastapi==0.116.1
680682
fastapi: httpx
681683
fastapi: pytest-asyncio
682684
fastapi: python-multipart
@@ -692,10 +694,10 @@ deps =
692694
aiohttp-v3.4.4: aiohttp==3.4.4
693695
aiohttp-v3.7.4: aiohttp==3.7.4
694696
aiohttp-v3.10.11: aiohttp==3.10.11
695-
aiohttp-v3.12.13: aiohttp==3.12.13
697+
aiohttp-v3.12.14: aiohttp==3.12.14
696698
aiohttp: pytest-aiohttp
697699
aiohttp-v3.10.11: pytest-asyncio
698-
aiohttp-v3.12.13: pytest-asyncio
700+
aiohttp-v3.12.14: pytest-asyncio
699701

700702
bottle-v0.12.25: bottle==0.12.25
701703
bottle-v0.13.4: bottle==0.13.4

0 commit comments

Comments
 (0)