Skip to content

Commit fcebad9

Browse files
Upgraded langchain-core dependency version (#69)
* upgraded langchain-core dependency version * fix v2 * remove future annotation typing * added comment to issue * removed comment
1 parent 248d7c2 commit fcebad9

File tree

3 files changed

+70
-70
lines changed

3 files changed

+70
-70
lines changed

libs/ibm/langchain_ibm/toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class WatsonxToolkit(BaseToolkit):
182182
* True - default path to truststore will be taken
183183
* False - no verification will be made"""
184184

185-
_tools: Optional[List["WatsonxTool"]] = None
185+
_tools: Optional[List[WatsonxTool]] = None
186186
"""Tools in the toolkit."""
187187

188188
_watsonx_toolkit: Optional[Toolkit] = PrivateAttr(default=None) #: :meta private:

0 commit comments

Comments
 (0)