Commit f23f912
fix: bound langchain-anthropic<1.7.0 on uipath-langchain-client extras
langchain-anthropic 1.7.0 changed the private _create/_acreate contract
to raw responses, breaking every UiPathChatAnthropic operation. Bound
<1.7.0 on the anthropic extra and explicitly on the bedrock extra
(previously unbounded there via langchain-aws[anthropic]). Interim pin
until the overrides adopt the new contract.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 30fd2fb commit f23f912
4 files changed
Lines changed: 12 additions & 4 deletions
File tree
- packages/uipath_langchain_client
- src/uipath_langchain_client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments