Skip to content

Commit e8bb36f

Browse files
karthikscale3rohit-kadhealizenhomdarshit-s3
authored
Release 2.3.14 (#349)
* remove logs * remove requirements * Bump version * Squash * add sentry integration * update readme * hotfix for checking package installed * Support Autogen (#242) * autogen kickstart * enhance autogen * run autogen * finish autogen * add readme * disable cache * Support genai and also add token reporting and other data points (#345) * support genai and also add token reporting * rename example file * fix --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> * fix: weaviate datetime handling for request and response (#346) * fix: weaviate datetime handling for request and response * bump version * bump version --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> * Minor bugfix to langchain instrumentation (#348) * Bugfix * bump version --------- Co-authored-by: Rohit Kadhe <[email protected]> Co-authored-by: Rohit Kadhe <[email protected]> Co-authored-by: Ali Waleed <[email protected]> Co-authored-by: darshit-s3 <[email protected]>
1 parent b692b8b commit e8bb36f

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)