Skip to content

Commit 7ba1161

Browse files
Minor bugfix to langchain instrumentation (#348)
* Bugfix * bump version
1 parent 79d51d8 commit 7ba1161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/langtrace_python_sdk/langtrace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ def init(
129129
"embedchain": EmbedchainInstrumentation(),
130130
"qdrant-client": QdrantInstrumentation(),
131131
"langchain": LangchainInstrumentation(),
132-
"langchain_core": LangchainCoreInstrumentation(),
133-
"langchain_community": LangchainCommunityInstrumentation(),
132+
"langchain-core": LangchainCoreInstrumentation(),
133+
"langchain-community": LangchainCommunityInstrumentation(),
134134
"langgraph": LanggraphInstrumentation(),
135135
"anthropic": AnthropicInstrumentation(),
136136
"cohere": CohereInstrumentation(),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.13"
1+
__version__ = "2.3.14"

0 commit comments

Comments
 (0)