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 ad36f37 commit c93e357Copy full SHA for c93e357
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
"Operating System :: OS Independent",
19
]
20
dependencies = [
21
- 'trace-attributes==7.1.2',
+ 'trace-attributes==7.2.0',
22
'opentelemetry-api>=1.25.0',
23
'opentelemetry-sdk>=1.25.0',
24
'opentelemetry-instrumentation>=0.47b0',
@@ -44,6 +44,7 @@ dev = [
44
"anthropic",
45
"chromadb",
46
"qdrant-client",
47
+ "graphlit-client",
48
"python-dotenv",
49
"pinecone-client",
50
"langchain",
src/langtrace_python_sdk/version.py
@@ -1 +1 @@
1
-__version__ = "3.5.0"
+__version__ = "3.6.0"
0 commit comments