Skip to content

Commit 2d3477a

Browse files
authored
Merge branch 'master' into ivana/strawberry-autodetection
2 parents fbf13b7 + 3d026cd commit 2d3477a

File tree

5 files changed

+42
-24
lines changed

5 files changed

+42
-24
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
"*": ["openai", "tiktoken", "langchain-openai"],
203203
"<=0.1": ["httpx<0.28.0"],
204204
">=0.3": ["langchain-community"],
205+
">=1.0": ["langchain-classic"],
205206
},
206-
"include": "<1.0",
207207
"python": {
208208
"<1.0": "<3.14", # https://github.com/langchain-ai/langchain/issues/33449#issuecomment-3408876631
209209
},
@@ -215,8 +215,8 @@
215215
"*": ["openai", "langchain-openai"],
216216
"<=0.1": ["httpx<0.28.0"],
217217
">=0.3": ["langchain-community"],
218+
">=1.0": ["langchain-classic"],
218219
},
219-
"include": "<1.0",
220220
"python": {
221221
"<1.0": "<3.14", # https://github.com/langchain-ai/langchain/issues/33449#issuecomment-3408876631
222222
},

0 commit comments

Comments
 (0)