Skip to content

Commit a74197a

Browse files
committed
fixes
1 parent d0266f2 commit a74197a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
77
### Fixes
88
- Fixes on openai langchain client on resposes_api
99
- Allow the flavor to be set up at requst time, not just when instantiating the llm
10+
- Some fixes for the anthropic client
1011

1112
## [1.1.2] - 2026-02-12
1213

tests/langchain/test_langchain_functionality.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setup_models(self, request: pytest.FixtureRequest, client_settings: UiPathBa
1616
self._completions_kwargs = {
1717
"model": "anthropic.claude-3-5-sonnet-20240620-v1:0",
1818
"client_settings": client_settings,
19+
"vendor_type": "awsbedrock",
1920
}
2021

2122
@property

0 commit comments

Comments
 (0)