langchain-core==1.5.3
📦 langchainView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release fixes a bug where the gateway would not fall back to `LANGSMITH_API_KEY` if `LANGCHAIN_API_KEY` was not set. The gateway will now correctly use `LANGSMITH_API_KEY` in such cases.
🐛 Bug Fixes
- The gateway now falls back to `LANGSMITH_API_KEY` if `LANGCHAIN_API_KEY` is not set.