@@ -163,10 +163,6 @@ envlist =
163
163
{py3.9,py3.11,py3.12}-langchain-latest
164
164
{py3.9,py3.11,py3.12}-langchain-notiktoken
165
165
166
- # LaunchDarkly
167
- {py3.8,py3.12,py3.13}-launchdarkly-v9.8.0
168
- {py3.8,py3.12,py3.13}-launchdarkly-latest
169
-
170
166
# Litestar
171
167
{py3.8,py3.11}-litestar-v{2.0}
172
168
{py3.8,py3.11,py3.12}-litestar-v{2.6}
@@ -184,10 +180,6 @@ envlist =
184
180
{py3.9,py3.11,py3.12}-openai-latest
185
181
{py3.9,py3.11,py3.12}-openai-notiktoken
186
182
187
- # OpenFeature
188
- {py3.8,py3.12,py3.13}-openfeature-v0.7
189
- {py3.8,py3.12,py3.13}-openfeature-latest
190
-
191
183
# OpenTelemetry (OTel)
192
184
{py3.7,py3.9,py3.12,py3.13}-opentelemetry
193
185
@@ -259,10 +251,6 @@ envlist =
259
251
{py3.8,py3.11}-starlite-v{1.48,1.51}
260
252
# 1.51.14 is the last starlite version; the project continues as litestar
261
253
262
- # Statsig
263
- {py3.8,py3.12,py3.13}-statsig-v0.55.3
264
- {py3.8,py3.12,py3.13}-statsig-latest
265
-
266
254
# SQL Alchemy
267
255
{py3.6,py3.9}-sqlalchemy-v{1.2,1.4}
268
256
{py3.7,py3.11}-sqlalchemy-v{2.0}
@@ -284,14 +272,24 @@ envlist =
284
272
{py3.7,py3.12,py3.13}-typer-v{0.15}
285
273
{py3.7,py3.12,py3.13}-typer-latest
286
274
287
- # Unleash
288
- {py3.8,py3.12,py3.13}-unleash-v6.0.1
289
- {py3.8,py3.12,py3.13}-unleash-latest
290
-
291
275
# === Integrations - Auto-generated ===
292
276
# These come from the populate_tox.py script. Eventually we should move all
293
277
# integration tests there.
294
278
279
+ # ~~~ Flags ~~~
280
+ {py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
281
+ {py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
282
+
283
+ {py3.8,py3.12,py3.13}-openfeature-v0.7.5
284
+ {py3.9,py3.12,py3.13}-openfeature-v0.8.0
285
+
286
+ {py3.7,py3.12,py3.13}-statsig-v0.55.3
287
+ {py3.7,py3.12,py3.13}-statsig-v0.56.0
288
+
289
+ {py3.8,py3.12,py3.13}-unleash-v6.0.1
290
+ {py3.8,py3.12,py3.13}-unleash-v6.1.0
291
+
292
+
295
293
# ~~~ GraphQL ~~~
296
294
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
297
295
{py3.8,py3.11,py3.12}-ariadne-v0.22
@@ -307,7 +305,7 @@ envlist =
307
305
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
308
306
{py3.8,py3.11,py3.12}-strawberry-v0.226.2
309
307
{py3.8,py3.11,py3.12}-strawberry-v0.243.1
310
- {py3.9,py3.12,py3.13}-strawberry-v0.260.0
308
+ {py3.9,py3.12,py3.13}-strawberry-v0.260.1
311
309
312
310
313
311
@@ -565,18 +563,6 @@ deps =
565
563
openai-latest: tiktoken~=0.6.0
566
564
openai-notiktoken: openai
567
565
568
- # OpenFeature
569
- openfeature-v0.7: openfeature-sdk~=0.7.1
570
- openfeature-latest: openfeature-sdk
571
-
572
- # LaunchDarkly
573
- launchdarkly-v9.8.0: launchdarkly-server-sdk~=9.8.0
574
- launchdarkly-latest: launchdarkly-server-sdk
575
-
576
- # Unleash
577
- unleash-v6.0.1: UnleashClient~=6.0.1
578
- unleash-latest: UnleashClient
579
-
580
566
# OpenTelemetry (OTel)
581
567
opentelemetry: opentelemetry-distro
582
568
@@ -701,11 +687,6 @@ deps =
701
687
starlite-v{1.48}: starlite~=1.48.0
702
688
starlite-v{1.51}: starlite~=1.51.0
703
689
704
- # Statsig
705
- statsig: typing_extensions
706
- statsig-v0.55.3: statsig~=0.55.3
707
- statsig-latest: statsig
708
-
709
690
# SQLAlchemy
710
691
sqlalchemy-v1.2: sqlalchemy~=1.2.0
711
692
sqlalchemy-v1.4: sqlalchemy~=1.4.0
@@ -737,6 +718,21 @@ deps =
737
718
# These come from the populate_tox.py script. Eventually we should move all
738
719
# integration tests there.
739
720
721
+ # ~~~ Flags ~~~
722
+ launchdarkly-v9.8.1: launchdarkly-server-sdk ==9.8.1
723
+ launchdarkly-v9.9.0: launchdarkly-server-sdk ==9.9.0
724
+
725
+ openfeature-v0.7.5: openfeature-sdk ==0.7.5
726
+ openfeature-v0.8.0: openfeature-sdk ==0.8.0
727
+
728
+ statsig-v0.55.3: statsig ==0.55.3
729
+ statsig-v0.56.0: statsig ==0.56.0
730
+ statsig: typing_extensions
731
+
732
+ unleash-v6.0.1: UnleashClient ==6.0.1
733
+ unleash-v6.1.0: UnleashClient ==6.1.0
734
+
735
+
740
736
# ~~~ GraphQL ~~~
741
737
ariadne-v0.20.1: ariadne ==0.20.1
742
738
ariadne-v0.22: ariadne ==0.22
@@ -760,7 +756,7 @@ deps =
760
756
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
761
757
strawberry-v0.226.2: strawberry-graphql[fastapi,flask]==0.226.2
762
758
strawberry-v0.243.1: strawberry-graphql[fastapi,flask]==0.243.1
763
- strawberry-v0.260.0 : strawberry-graphql[fastapi,flask]==0.260.0
759
+ strawberry-v0.260.1 : strawberry-graphql[fastapi,flask]==0.260.1
764
760
strawberry: httpx
765
761
766
762
0 commit comments