Skip to content

Commit 52d7b03

Browse files
bump: version 0.38.11 → 0.38.12
1 parent 4f828f9 commit 52d7b03

File tree

54 files changed

+59
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+59
-53
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tag_format = "v$version"
44
version_scheme = "pep440"
55
major_version_zero = true
66
update_changelog_on_bump = true
7-
version = "0.38.11"
7+
version = "0.38.12"
88
version_files = [
99
"packages/opentelemetry-instrumentation-groq/pyproject.toml:^version",
1010
"packages/opentelemetry-instrumentation-groq/opentelemetry/instrumentation/groq/version.py",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-alephalpha/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-alephalpha"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Aleph Alpha instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-anthropic/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-anthropic"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Anthropic instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-bedrock/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-bedrock"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Bedrock instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-chromadb/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-chromadb"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Chroma DB instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-cohere/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-cohere"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Cohere instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",

packages/opentelemetry-instrumentation-crewai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-crewai"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry crewAI instrumentation"
1313
authors = ["Gal Kleinman <[email protected]>", "Nir Gazit <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-crewai"

packages/opentelemetry-instrumentation-google-generativeai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-google-generativeai"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Google Generative AI instrumentation"
1313
authors = ["Gal Kleinman <[email protected]>", "Nir Gazit <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-google-generativeai"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-groq/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-groq"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Groq instrumentation"
1313
authors = ["Gal Kleinman <[email protected]>", "Nir Gazit <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-groq"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-haystack/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-haystack"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Haystack instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-lancedb/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-lancedb"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Lancedb instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-langchain/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-langchain"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Langchain instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-llamaindex/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-llamaindex"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry LlamaIndex instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-marqo/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-marqo"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Marqo instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-milvus/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-milvus"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Milvus instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-mistralai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-mistralai"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Mistral AI instrumentation"
1313
authors = ["Gal Kleinman <[email protected]>", "Nir Gazit <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-mistralai"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-ollama/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-ollama"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Ollama instrumentation"
1313
authors = ["Gal Kleinman <[email protected]>", "Nir Gazit <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-ollama"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-openai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-openai"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry OpenAI instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-pinecone/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-pinecone"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Pinecone instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-qdrant/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-qdrant"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Qdrant instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-replicate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-replicate"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Replicate instrumentation"
1313
authors = ["Kartik Prajapati <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-sagemaker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-sagemaker"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry SageMaker instrumentation"
1313
authors = ["Bobby Lindsey <[email protected]>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-sagemaker"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-together/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-together"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Together AI instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-transformers/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-transformers"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry transformers instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-vertexai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-vertexai"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Vertex AI instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-watsonx/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opentelemetry-instrumentation-watsonx"
3-
version = "0.38.11"
3+
version = "0.38.12"
44
description = "OpenTelemetry IBM Watsonx Instrumentation"
55
authors = ["Guangya Liu <[email protected]>"]
66
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-watsonx"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

packages/opentelemetry-instrumentation-weaviate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-weaviate"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "OpenTelemetry Weaviate instrumentation"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",

packages/traceloop-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "traceloop-sdk"
11-
version = "0.38.11"
11+
version = "0.38.12"
1212
description = "Traceloop Software Development Kit (SDK) for Python"
1313
authors = [
1414
"Gal Kleinman <[email protected]>",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.11"
1+
__version__ = "0.38.12"

0 commit comments

Comments
 (0)