langfuse-python
langfuse-python copied to clipboard
Remove dependency on langchain
Langchain is a bloated package compared to langchain_core. Many apps using langgraph don't really need langchain, but rather use the core package.while. This PR changes some imports and the pyproject.toml to remove the hard dependency on langchain.