File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
151151 "sanic" : (0 , 8 ),
152152 "sqlalchemy" : (1 , 2 ),
153153 "starlite" : (1 , 48 ),
154+ "statsig" : (0 , 55 , 3 ),
154155 "strawberry" : (0 , 209 , 5 ),
155156 "tornado" : (6 , 0 ),
156157 "typer" : (0 , 15 ),
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ envlist =
272272 # 1.51.14 is the last starlite version; the project continues as litestar
273273
274274 # Statsig
275- {py3.8,py3.12,py3.13}-statsig-v6.0.1
275+ {py3.8,py3.12,py3.13}-statsig-v0.55.3
276276 {py3.8,py3.12,py3.13}-statsig-latest
277277
278278 # SQL Alchemy
@@ -720,7 +720,6 @@ deps =
720720 starlite-v{1.51}: starlite~=1.51.0
721721
722722 # Statsig
723- statsig: typing_extensions
724723 statsig-v0.55.3: statsig~=0.55.3
725724 statsig-latest: statsig
726725
You can’t perform that action at this time.
0 commit comments