Skip to content

Commit f8321c5

Browse files
krassowskimeeseeksmachine
authored andcommitted
Backport PR ipython#14879: Mask issue caused by langchain-core release 0.3.52
1 parent e62b356 commit f8321c5

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)