We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b692b8b commit e8bb36fCopy full SHA for e8bb36f
src/langtrace_python_sdk/langtrace.py
@@ -129,8 +129,8 @@ def init(
129
"embedchain": EmbedchainInstrumentation(),
130
"qdrant-client": QdrantInstrumentation(),
131
"langchain": LangchainInstrumentation(),
132
- "langchain_core": LangchainCoreInstrumentation(),
133
- "langchain_community": LangchainCommunityInstrumentation(),
+ "langchain-core": LangchainCoreInstrumentation(),
+ "langchain-community": LangchainCommunityInstrumentation(),
134
"langgraph": LanggraphInstrumentation(),
135
"anthropic": AnthropicInstrumentation(),
136
"cohere": CohereInstrumentation(),
src/langtrace_python_sdk/version.py
@@ -1 +1 @@
1
-__version__ = "2.3.13"
+__version__ = "2.3.14"
0 commit comments