Skip to content

Commit 7729f47

Browse files
committed
Pin langchain & langchain_core
1 parent 1606479 commit 7729f47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@ deps =
432432
mlmodel_openai-openailatest: openai[datalib]
433433
; Required for openai testing
434434
mlmodel_openai: protobuf
435-
; Pinning to 0.1.16 while adding support for with_structured_output in chain tests
436-
mlmodel_langchain: langchain
435+
; Pin to 1.1.0 temporarily
436+
mlmodel_langchain: langchain<1.1.1
437+
mlmodel_langchain: langchain-core<1.1.1
437438
mlmodel_langchain: langchain-community
438-
mlmodel_langchain: langchain-core
439439
mlmodel_langchain: langchain-openai
440440
; Required for langchain testing
441441
mlmodel_langchain: pypdf

0 commit comments

Comments
 (0)