Open uhinze opened 4 months ago
Using the latest langchain
, langsmith
and langchainplus-sdk
in requirements.txt fixed this error for me.
langchain
langchainplus-sdk
langsmith
As @jsmey says, you have to look for this elements:
langchain==0.1.11
langchainplus-sdk==0.0.17
langsmith==0.0.14
in the requirements.txt files under "handler-claude-agent", "handler-claude-simple" and "handler-claude-websocket" directories and replace them with:
langchain
langchainplus-sdk
langsmith
so the pip install process can deal with package dependencies by installing latest versions.
CDK deployment fails with the following error: