File tree Expand file tree Collapse file tree 1 file changed +10
-24
lines changed Expand file tree Collapse file tree 1 file changed +10
-24
lines changed Original file line number Diff line number Diff line change @@ -124,45 +124,31 @@ def iter_default_integrations(with_auto_enabling_integrations):
124124 "ariadne" : (0 , 20 ),
125125 "arq" : (0 , 23 ),
126126 "asyncpg" : (0 , 23 ),
127+ "beam" : (2 , 12 ),
127128 "boto3" : (1 , 12 ), # this is actually the botocore version
128129 "bottle" : (0 , 12 ),
129130 "celery" : (4 , 4 , 7 ),
131+ "chalice" : (1 , 16 , 0 ),
130132 "clickhouse_driver" : (0 , 2 , 0 ),
131133 "django" : (1 , 8 ),
132134 "falcon" : (1 , 4 ),
135+ "fastapi" : (0 , 79 , 0 ),
133136 "flask" : (0 , 10 ),
134137 "gql" : (3 , 4 , 1 ),
135138 "graphene" : (3 , 3 ),
139+ "grpcio" : (1 , 21 , 1 ),
140+ "huggingface_hub" : (0 , 22 ),
141+ "langchain" : (0 , 0 , 210 ),
142+ "launchdarkly" : (9 , 8 , 0 ),
143+ "openai" : (1 , 0 , 0 ),
144+ "openfeature" : (0 , 7 , 1 ),
136145 "ray" : (2 , 7 , 0 ),
137146 "rq" : (0 , 6 ),
138147 "sanic" : (0 , 8 ),
139148 "sqlalchemy" : (1 , 2 ),
140149 "strawberry" : (0 , 209 , 5 ),
141150 "tornado" : (6 , 0 ),
142- }
143-
144-
145- _MIN_VERSIONS = {
146- "aiohttp" : (3 , 4 ),
147- "anthropic" : (0 , 16 ),
148- "ariadne" : (0 , 20 ),
149- "arq" : (0 , 23 ),
150- "asyncpg" : (0 , 23 ),
151- "boto3" : (1 , 12 ), # this is actually the botocore version
152- "bottle" : (0 , 12 ),
153- "celery" : (4 , 4 , 7 ),
154- "clickhouse_driver" : (0 , 2 , 0 ),
155- "django" : (1 , 8 ),
156- "falcon" : (1 , 4 ),
157- "flask" : (0 , 10 ),
158- "gql" : (3 , 4 , 1 ),
159- "graphene" : (3 , 3 ),
160- "ray" : (2 , 7 , 0 ),
161- "rq" : (0 , 6 ),
162- "sanic" : (0 , 8 ),
163- "sqlalchemy" : (1 , 2 ),
164- "strawberry" : (0 , 209 , 5 ),
165- "tornado" : (6 , 0 ),
151+ "unleash" : (6 , 0 , 1 ),
166152}
167153
168154
You can’t perform that action at this time.
0 commit comments