Skip to content

Commit 579e773

Browse files
committed
lets try this
1 parent 39fd74d commit 579e773

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
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
},

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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]
1616
requires =
@@ -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

0 commit comments

Comments
 (0)