We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1606479 commit 7729f47Copy full SHA for 7729f47
tox.ini
@@ -432,10 +432,10 @@ deps =
432
mlmodel_openai-openailatest: openai[datalib]
433
; Required for openai testing
434
mlmodel_openai: protobuf
435
- ; Pinning to 0.1.16 while adding support for with_structured_output in chain tests
436
- mlmodel_langchain: langchain
+ ; Pin to 1.1.0 temporarily
+ mlmodel_langchain: langchain<1.1.1
437
+ mlmodel_langchain: langchain-core<1.1.1
438
mlmodel_langchain: langchain-community
- mlmodel_langchain: langchain-core
439
mlmodel_langchain: langchain-openai
440
; Required for langchain testing
441
mlmodel_langchain: pypdf
0 commit comments