File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ all = [
51
51
" langchain_anthropic" ,
52
52
" langchain_aws" ,
53
53
" langchain_cohere" ,
54
+ # Pin cohere to <5.16 to prevent langchain_cohere from breaking as it uses ChatResponse removed in cohere 5.16.0
55
+ # TODO: remove cohere pin when langchain_cohere is updated to work with cohere >=5.16
56
+ " cohere<5.16" ,
54
57
" langchain_google_genai" ,
55
58
" langchain_mistralai" ,
56
59
" langchain_nvidia_ai_endpoints" ,
Original file line number Diff line number Diff line change 62
62
"@emotion/react" : " ^11.10.5" ,
63
63
"@emotion/styled" : " ^11.10.5" ,
64
64
"@jupyter-notebook/application" : " ^7.2.0" ,
65
- "@jupyter/chat" : " ^0.15 .0" ,
65
+ "@jupyter/chat" : " ^0.16 .0" ,
66
66
"@jupyterlab/application" : " ^4.2.0" ,
67
67
"@jupyterlab/apputils" : " ^4.2.0" ,
68
68
"@jupyterlab/codeeditor" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -2237,7 +2237,7 @@ __metadata:
2237
2237
"@emotion/react": ^11.10.5
2238
2238
"@emotion/styled": ^11.10.5
2239
2239
"@jupyter-notebook/application": ^7.2.0
2240
- "@jupyter/chat": ^0.15 .0
2240
+ "@jupyter/chat": ^0.16 .0
2241
2241
"@jupyterlab/application": ^4.2.0
2242
2242
"@jupyterlab/apputils": ^4.2.0
2243
2243
"@jupyterlab/builder": ^4.2.0
@@ -2322,9 +2322,9 @@ __metadata:
2322
2322
languageName: node
2323
2323
linkType: hard
2324
2324
2325
- "@jupyter/chat@npm:^0.15 .0":
2326
- version: 0.15 .0
2327
- resolution: "@jupyter/chat@npm:0.15 .0"
2325
+ "@jupyter/chat@npm:^0.16 .0":
2326
+ version: 0.16 .0
2327
+ resolution: "@jupyter/chat@npm:0.16 .0"
2328
2328
dependencies:
2329
2329
"@emotion/react": ^11.10.5
2330
2330
"@emotion/styled": ^11.10.5
@@ -2349,7 +2349,7 @@ __metadata:
2349
2349
clsx: ^2.1.0
2350
2350
react: ^18.2.0
2351
2351
react-dom: ^18.2.0
2352
- checksum: 3255d164756073a889fd29019da66f6cff947a5edb22cb9f7ae9ee08a6265f58eefa127133177422ed17b2ecae6482b6c1f61c549688eff9997adcdee66bde31
2352
+ checksum: c92b195b5b13d57e4cd29d81e8b3f3a75b2eee15540d753fffd3a1b3536706f1d7980dd8af51ff06dbf57bc563631841ee25ad93e4be152da37bb7bcd665806a
2353
2353
languageName: node
2354
2354
linkType: hard
2355
2355
You can’t perform that action at this time.
0 commit comments