Skip to content

Commit 2c7bd4a

Browse files
chore: release main (#1564)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d9306b commit 2c7bd4a

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"python/instrumentation/openinference-instrumentation-vertexai": "0.1.9",
1212
"python/instrumentation/openinference-instrumentation-crewai": "0.1.8",
1313
"python/instrumentation/openinference-instrumentation-haystack": "0.1.20",
14-
"python/instrumentation/openinference-instrumentation-litellm": "0.1.16",
14+
"python/instrumentation/openinference-instrumentation-litellm": "0.1.17",
1515
"python/instrumentation/openinference-instrumentation-groq": "0.1.10",
1616
"python/instrumentation/openinference-instrumentation-instructor": "0.1.8",
1717
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.16",
@@ -20,5 +20,5 @@
2020
"python/instrumentation/openinference-instrumentation-openai-agents": "0.1.9",
2121
"python/instrumentation/openinference-instrumentation-portkey": "0.1.0",
2222
"python/instrumentation/openinference-instrumentation-beeai": "0.1.4",
23-
"python/instrumentation/openinference-instrumentation-mcp": "1.1.0"
23+
"python/instrumentation/openinference-instrumentation-mcp": "1.2.0"
2424
}

python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.17](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.16...python-openinference-instrumentation-litellm-v0.1.17) (2025-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Start span before API call ([#1562](https://github.com/Arize-ai/openinference/issues/1562)) ([7d9306b](https://github.com/Arize-ai/openinference/commit/7d9306b2f0654600b0a19c06319895470368fdde))
9+
310
## [0.1.16](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.15...python-openinference-instrumentation-litellm-v0.1.16) (2025-04-16)
411

512

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.16"
1+
__version__ = "0.1.17"

python/instrumentation/openinference-instrumentation-mcp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-mcp-v1.1.0...python-openinference-instrumentation-mcp-v1.2.0) (2025-04-25)
4+
5+
6+
### Features
7+
8+
* **mcp-python:** move instrumentation to transport layer ([#1563](https://github.com/Arize-ai/openinference/issues/1563)) ([2ef9208](https://github.com/Arize-ai/openinference/commit/2ef9208ecdf51e5cf5fba87da20f052ddb198668))
9+
310
## [1.1.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-mcp-v1.0.0...python-openinference-instrumentation-mcp-v1.1.0) (2025-04-17)
411

512

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)