We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23c8be commit e330704Copy full SHA for e330704
sentry_sdk/integrations/__init__.py
@@ -148,6 +148,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
148
"rq": (0, 6),
149
"sanic": (0, 8),
150
"sqlalchemy": (1, 2),
151
+ "starlite": (1, 48),
152
"strawberry": (0, 209, 5),
153
"tornado": (6, 0),
154
"unleash": (6, 0, 1),
tox.ini
@@ -289,9 +289,9 @@ envlist =
289
{py3.7,py3.9,py3.10}-quart-v0.17.0
290
{py3.9,py3.12,py3.13}-quart-v0.20.0
291
292
- {py3.7,py3.9,py3.10}-starlite-v0.1.6
293
- {py3.7,py3.9,py3.10}-starlite-v0.7.2
294
- {py3.7,py3.9,py3.10}-starlite-v1.0.5
+ {py3.8,py3.10,py3.11}-starlite-v1.48.1
+ {py3.8,py3.10,py3.11}-starlite-v1.49.0
+ {py3.8,py3.10,py3.11}-starlite-v1.50.2
295
{py3.8,py3.11,py3.12}-starlite-v1.51.16
296
297
@@ -732,9 +732,9 @@ deps =
732
quart-v0.17.0: hypercorn<0.15.0
733
py3.8-quart: taskgroup==0.0.0a4
734
735
- starlite-v0.1.6: starlite==0.1.6
736
- starlite-v0.7.2: starlite==0.7.2
737
- starlite-v1.0.5: starlite==1.0.5
+ starlite-v1.48.1: starlite==1.48.1
+ starlite-v1.49.0: starlite==1.49.0
+ starlite-v1.50.2: starlite==1.50.2
738
starlite-v1.51.16: starlite==1.51.16
739
starlite: pytest-asyncio
740
starlite: pytest-multipart
0 commit comments