# This LangChain example needs langchain-core (the callback machinery the adapter
# hooks into) and the RiskKernel Python SDK (stdlib-only). Tested with langchain-core
# 1.4.0; the adapter also supports the older langchain.callbacks.base import path.
langchain-core>=0.2
riskkernel

# Working inside a clone and want your local SDK instead? From THIS directory:
#     pip install ../../sdks/python
