File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77[project ]
88name = " lmnr"
9- version = " 0.7.23a1 "
9+ version = " 0.7.23a2 "
1010description = " Python SDK for Laminar"
1111authors = [
1212 {
name =
" lmnr.ai" ,
email =
" [email protected] " }
@@ -67,7 +67,7 @@ lmnr = "lmnr.cli:cli"
6767alephalpha =[" opentelemetry-instrumentation-alephalpha>=0.47.1" ]
6868bedrock =[" opentelemetry-instrumentation-bedrock>=0.47.1" ]
6969chromadb =[" opentelemetry-instrumentation-chromadb>=0.47.1" ]
70- claude-agent-sdk =[" lmnr-claude-code-proxy>=0.1.0a4 " ]
70+ claude-agent-sdk =[" lmnr-claude-code-proxy>=0.1.0a5 " ]
7171cohere =[" opentelemetry-instrumentation-cohere>=0.47.1" ]
7272crewai =[" opentelemetry-instrumentation-crewai>=0.47.1" ]
7373haystack =[" opentelemetry-instrumentation-haystack>=0.47.1" ]
Original file line number Diff line number Diff line change 33from packaging import version
44
55
6- __version__ = "0.7.23a1 "
6+ __version__ = "0.7.23a2 "
77PYTHON_VERSION = f"{ sys .version_info .major } .{ sys .version_info .minor } "
88
99
You can’t perform that action at this time.
0 commit comments