Skip to content

Commit efa1262

Browse files
authored
remove grace sleep on cc proxy shutdown (#217)
* remove grace sleep on cc proxy shutdown * bump to newer fixed version
1 parent a0790af commit efa1262

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "lmnr"
9-
version = "0.7.23a1"
9+
version = "0.7.23a2"
1010
description = "Python SDK for Laminar"
1111
authors = [
1212
{ name = "lmnr.ai", email = "[email protected]" }
@@ -67,7 +67,7 @@ lmnr = "lmnr.cli:cli"
6767
alephalpha=["opentelemetry-instrumentation-alephalpha>=0.47.1"]
6868
bedrock=["opentelemetry-instrumentation-bedrock>=0.47.1"]
6969
chromadb=["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"]
7171
cohere=["opentelemetry-instrumentation-cohere>=0.47.1"]
7272
crewai=["opentelemetry-instrumentation-crewai>=0.47.1"]
7373
haystack=["opentelemetry-instrumentation-haystack>=0.47.1"]

src/lmnr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from packaging import version
44

55

6-
__version__ = "0.7.23a1"
6+
__version__ = "0.7.23a2"
77
PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
88

99

0 commit comments

Comments
 (0)