Skip to content

Commit 7e8f113

Browse files
authored
Backport PR ipython#14879 on branch 8.x (Mask issue caused by langchain-core release 0.3.52) (ipython#14881)
Backport PR ipython#14879: Mask issue caused by `langchain-core` release `0.3.52`
2 parents e62b356 + f8321c5 commit 7e8f113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ test = [
104104
test_extra = [
105105
"ipython[test]",
106106
"curio",
107+
# mask https://github.com/langchain-ai/langchain/pull/30769
108+
"langchain-core<0.3.52",
107109
"jupyter_ai",
108110
"matplotlib!=3.2.0",
109111
"nbformat",

0 commit comments

Comments
 (0)