File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 151151 "langchain-notiktoken" : {
152152 "package" : "langchain" ,
153153 "deps" : {
154- "*" : ["langchain-openai" ],
154+ "*" : ["openai" ],
155+ "<0.2" : ["httpx<0.28.0" ],
155156 ">0.2" : ["langchain-community" ],
156157 },
157158 },
Original file line number Diff line number Diff line change 1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-05-06T12:02:53.436044 +00:00
13+ # Last generated: 2025-05-06T12:10:52.864239 +00:00
1414
1515[tox]
1616requires =
@@ -519,7 +519,9 @@ deps =
519519 langchain-notiktoken-v0.1.20: langchain ==0.1.20
520520 langchain-notiktoken-v0.2.17: langchain ==0.2.17
521521 langchain-notiktoken-v0.3.25: langchain ==0.3.25
522- langchain-notiktoken: langchain-openai
522+ langchain-notiktoken: openai
523+ langchain-notiktoken-v0.0.354: httpx<0.28.0
524+ langchain-notiktoken-v0.1.20: httpx<0.28.0
523525 langchain-notiktoken-v0.2.17: langchain-community
524526 langchain-notiktoken-v0.3.25: langchain-community
525527
You can’t perform that action at this time.
0 commit comments