Skip to content
4 changes: 2 additions & 2 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
"*": ["openai", "tiktoken", "langchain-openai"],
"<=0.1": ["httpx<0.28.0"],
">=0.3": ["langchain-community"],
">=1.0": ["langchain-classic"],
},
"include": "<1.0",
"python": {
"<1.0": "<3.14", # https://github.com/langchain-ai/langchain/issues/33449#issuecomment-3408876631
},
Expand All @@ -215,8 +215,8 @@
"*": ["openai", "langchain-openai"],
"<=0.1": ["httpx<0.28.0"],
">=0.3": ["langchain-community"],
">=1.0": ["langchain-classic"],
},
"include": "<1.0",
"python": {
"<1.0": "<3.14", # https://github.com/langchain-ai/langchain/issues/33449#issuecomment-3408876631
},
Expand Down
Loading