File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -125,21 +125,36 @@ def iter_default_integrations(with_auto_enabling_integrations):
125125 "ariadne" : (0 , 20 ),
126126 "arq" : (0 , 23 ),
127127 "asyncpg" : (0 , 23 ),
128- "boto3" : (1 , 12 ), # this is actually the botocore version
128+ "beam" : (2 , 12 ),
129+ "boto3" : (1 , 12 ), # botocore
129130 "bottle" : (0 , 12 ),
130131 "celery" : (4 , 4 , 7 ),
132+ "chalice" : (1 , 16 , 0 ),
131133 "clickhouse_driver" : (0 , 2 , 0 ),
132134 "django" : (1 , 8 ),
135+ "dramatiq" : (1 , 9 ),
133136 "falcon" : (1 , 4 ),
137+ "fastapi" : (0 , 79 , 0 ),
134138 "flask" : (0 , 10 ),
135139 "gql" : (3 , 4 , 1 ),
136140 "graphene" : (3 , 3 ),
141+ "grpc" : (1 , 32 , 0 ), # grpcio
142+ "huggingface_hub" : (0 , 22 ),
143+ "langchain" : (0 , 0 , 210 ),
144+ "launchdarkly" : (9 , 8 , 0 ),
145+ "openai" : (1 , 0 , 0 ),
146+ "openfeature" : (0 , 7 , 1 ),
147+ "quart" : (0 , 16 , 0 ),
137148 "ray" : (2 , 7 , 0 ),
149+ "requests" : (2 , 0 , 0 ),
138150 "rq" : (0 , 6 ),
139151 "sanic" : (0 , 8 ),
140152 "sqlalchemy" : (1 , 2 ),
153+ "starlite" : (1 , 48 ),
141154 "strawberry" : (0 , 209 , 5 ),
142155 "tornado" : (6 , 0 ),
156+ "typer" : (0 , 15 ),
157+ "unleash" : (6 , 0 , 1 ),
143158}
144159
145160
You can’t perform that action at this time.
0 commit comments