Skip to content

Commit 8be760f

Browse files
committed
fix tox
1 parent b5c6e37 commit 8be760f

File tree

1 file changed

+126
-125
lines changed

1 file changed

+126
-125
lines changed

scripts/populate_tox/config.py

Lines changed: 126 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -145,142 +145,143 @@
145145
">=0.3": ["langchain-community"],
146146
},
147147
"include": "<1.0",
148-
"langgraph": {
149-
"package": "langgraph",
150-
},
151-
"launchdarkly": {
152-
"package": "launchdarkly-server-sdk",
153-
},
154-
"litestar": {
155-
"package": "litestar",
156-
"deps": {
157-
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
158-
"<2.7": ["httpx<0.28"],
148+
"langgraph": {
149+
"package": "langgraph",
159150
},
160-
},
161-
"loguru": {
162-
"package": "loguru",
163-
},
164-
"openai-base": {
165-
"package": "openai",
166-
"integration_name": "openai",
167-
"deps": {
168-
"*": ["pytest-asyncio", "tiktoken"],
169-
"<1.55": ["httpx<0.28"],
151+
"launchdarkly": {
152+
"package": "launchdarkly-server-sdk",
170153
},
171-
"python": ">=3.8",
172-
},
173-
"openai-notiktoken": {
174-
"package": "openai",
175-
"integration_name": "openai",
176-
"deps": {
177-
"*": ["pytest-asyncio"],
178-
"<1.55": ["httpx<0.28"],
154+
"litestar": {
155+
"package": "litestar",
156+
"deps": {
157+
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
158+
"<2.7": ["httpx<0.28"],
159+
},
179160
},
180-
"python": ">=3.8",
181-
},
182-
"openai_agents": {
183-
"package": "openai-agents",
184-
"deps": {
185-
"*": ["pytest-asyncio"],
186-
"<=0.2.10": ["openai<1.103.0"],
161+
"loguru": {
162+
"package": "loguru",
187163
},
188-
"python": ">=3.10",
189-
},
190-
"openfeature": {
191-
"package": "openfeature-sdk",
192-
},
193-
"pymongo": {
194-
"package": "pymongo",
195-
"deps": {
196-
"*": ["mockupdb"],
164+
"openai-base": {
165+
"package": "openai",
166+
"integration_name": "openai",
167+
"deps": {
168+
"*": ["pytest-asyncio", "tiktoken"],
169+
"<1.55": ["httpx<0.28"],
170+
},
171+
"python": ">=3.8",
197172
},
198-
},
199-
"pyramid": {
200-
"package": "pyramid",
201-
"deps": {
202-
"*": ["werkzeug<2.1.0"],
173+
"openai-notiktoken": {
174+
"package": "openai",
175+
"integration_name": "openai",
176+
"deps": {
177+
"*": ["pytest-asyncio"],
178+
"<1.55": ["httpx<0.28"],
179+
},
180+
"python": ">=3.8",
203181
},
204-
},
205-
"redis_py_cluster_legacy": {
206-
"package": "redis-py-cluster",
207-
},
208-
"requests": {
209-
"package": "requests",
210-
},
211-
"spark": {
212-
"package": "pyspark",
213-
"python": ">=3.8",
214-
},
215-
"sqlalchemy": {
216-
"package": "sqlalchemy",
217-
},
218-
"starlette": {
219-
"package": "starlette",
220-
"deps": {
221-
"*": [
222-
"pytest-asyncio",
223-
"python-multipart",
224-
"requests",
225-
"anyio<4.0.0",
226-
"jinja2",
227-
"httpx",
228-
],
229-
# See the comment on FastAPI's httpx bound for more info
230-
"<0.37.2": ["httpx<0.28.0"],
231-
"<0.15": ["jinja2<3.1"],
232-
"py3.6": ["aiocontextvars"],
182+
"openai_agents": {
183+
"package": "openai-agents",
184+
"deps": {
185+
"*": ["pytest-asyncio"],
186+
"<=0.2.10": ["openai<1.103.0"],
187+
},
188+
"python": ">=3.10",
233189
},
234-
},
235-
"starlite": {
236-
"package": "starlite",
237-
"deps": {
238-
"*": [
239-
"pytest-asyncio",
240-
"python-multipart",
241-
"requests",
242-
"cryptography",
243-
"pydantic<2.0.0",
244-
"httpx<0.28",
245-
],
190+
"openfeature": {
191+
"package": "openfeature-sdk",
246192
},
247-
"python": "<=3.11",
248-
"include": "!=2.0.0a1,!=2.0.0a2", # these are not relevant as there will never be a stable 2.0 release (starlite continues as litestar)
249-
},
250-
"statsig": {
251-
"package": "statsig",
252-
"deps": {
253-
"*": ["typing_extensions"],
193+
"pymongo": {
194+
"package": "pymongo",
195+
"deps": {
196+
"*": ["mockupdb"],
197+
},
254198
},
255-
},
256-
"strawberry": {
257-
"package": "strawberry-graphql[fastapi,flask]",
258-
"deps": {
259-
"*": ["httpx"],
260-
"<=0.262.5": ["pydantic<2.11"],
199+
"pyramid": {
200+
"package": "pyramid",
201+
"deps": {
202+
"*": ["werkzeug<2.1.0"],
203+
},
261204
},
262-
},
263-
"tornado": {
264-
"package": "tornado",
265-
"deps": {
266-
"*": ["pytest"],
267-
"<=6.4.1": [
268-
"pytest<8.2"
269-
], # https://github.com/tornadoweb/tornado/pull/3382
270-
"py3.6": ["aiocontextvars"],
205+
"redis_py_cluster_legacy": {
206+
"package": "redis-py-cluster",
271207
},
272-
},
273-
"trytond": {
274-
"package": "trytond",
275-
"deps": {
276-
"*": ["werkzeug"],
277-
"<=5.0": ["werkzeug<1.0"],
208+
"requests": {
209+
"package": "requests",
210+
},
211+
"spark": {
212+
"package": "pyspark",
213+
"python": ">=3.8",
214+
},
215+
"sqlalchemy": {
216+
"package": "sqlalchemy",
217+
},
218+
"starlette": {
219+
"package": "starlette",
220+
"deps": {
221+
"*": [
222+
"pytest-asyncio",
223+
"python-multipart",
224+
"requests",
225+
"anyio<4.0.0",
226+
"jinja2",
227+
"httpx",
228+
],
229+
# See the comment on FastAPI's httpx bound for more info
230+
"<0.37.2": ["httpx<0.28.0"],
231+
"<0.15": ["jinja2<3.1"],
232+
"py3.6": ["aiocontextvars"],
233+
},
234+
},
235+
"starlite": {
236+
"package": "starlite",
237+
"deps": {
238+
"*": [
239+
"pytest-asyncio",
240+
"python-multipart",
241+
"requests",
242+
"cryptography",
243+
"pydantic<2.0.0",
244+
"httpx<0.28",
245+
],
246+
},
247+
"python": "<=3.11",
248+
"include": "!=2.0.0a1,!=2.0.0a2", # these are not relevant as there will never be a stable 2.0 release (starlite continues as litestar)
249+
},
250+
"statsig": {
251+
"package": "statsig",
252+
"deps": {
253+
"*": ["typing_extensions"],
254+
},
255+
},
256+
"strawberry": {
257+
"package": "strawberry-graphql[fastapi,flask]",
258+
"deps": {
259+
"*": ["httpx"],
260+
"<=0.262.5": ["pydantic<2.11"],
261+
},
262+
},
263+
"tornado": {
264+
"package": "tornado",
265+
"deps": {
266+
"*": ["pytest"],
267+
"<=6.4.1": [
268+
"pytest<8.2"
269+
], # https://github.com/tornadoweb/tornado/pull/3382
270+
"py3.6": ["aiocontextvars"],
271+
},
272+
},
273+
"trytond": {
274+
"package": "trytond",
275+
"deps": {
276+
"*": ["werkzeug"],
277+
"<=5.0": ["werkzeug<1.0"],
278+
},
279+
},
280+
"typer": {
281+
"package": "typer",
282+
},
283+
"unleash": {
284+
"package": "UnleashClient",
278285
},
279-
},
280-
"typer": {
281-
"package": "typer",
282-
},
283-
"unleash": {
284-
"package": "UnleashClient",
285286
},
286287
}

0 commit comments

Comments
 (0)