Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[project]
name = "lmnr"
version = "0.7.12"
version = "0.7.13"
description = "Python SDK for Laminar"
authors = [
{ name = "lmnr.ai", email = "[email protected]" }
Expand Down Expand Up @@ -65,7 +65,6 @@ lmnr = "lmnr.cli:cli"
alephalpha=["opentelemetry-instrumentation-alephalpha>=0.46.2"]
bedrock=["opentelemetry-instrumentation-bedrock>=0.46.2"]
chromadb=["opentelemetry-instrumentation-chromadb>=0.46.2"]
cohere=["opentelemetry-instrumentation-cohere>=0.46.2"]
crewai=["opentelemetry-instrumentation-crewai>=0.46.2"]
haystack=["opentelemetry-instrumentation-haystack>=0.46.2"]
lancedb=["opentelemetry-instrumentation-lancedb>=0.46.2"]
Expand Down Expand Up @@ -93,7 +92,6 @@ all = [
"opentelemetry-instrumentation-alephalpha>=0.46.2",
"opentelemetry-instrumentation-bedrock>=0.46.2",
"opentelemetry-instrumentation-chromadb>=0.46.2",
"opentelemetry-instrumentation-cohere>=0.46.2",
"opentelemetry-instrumentation-crewai>=0.46.2",
"opentelemetry-instrumentation-haystack>=0.46.2",
"opentelemetry-instrumentation-lancedb>=0.46.2",
Expand Down Expand Up @@ -136,6 +134,7 @@ dev = [
"groq>=0.30.0",
"anthropic[bedrock]>=0.60.0",
"langchain-openai>=0.3.32",
"cohere>=5.18.0",
]

[build-system]
Expand All @@ -146,4 +145,4 @@ build-backend = "uv_build"
members = ["examples/fastapi-app"]

[tool.ruff]
target-version = "py310"
target-version = "py310"
Loading