Skip to content

Commit 047f716

Browse files
chore: release main (#2248)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a209e6a commit 047f716

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"python/openinference-semantic-conventions": "0.1.21",
33
"python/instrumentation/openinference-instrumentation-agno": "0.1.15",
4-
"python/instrumentation/openinference-instrumentation-openai": "0.1.33",
4+
"python/instrumentation/openinference-instrumentation-openai": "0.1.34",
55
"python/instrumentation/openinference-instrumentation-llama-index": "4.3.5",
66
"python/instrumentation/openinference-instrumentation-dspy": "0.1.29",
77
"python/instrumentation/openinference-instrumentation-langchain": "0.1.52",
8-
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.27",
8+
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.28",
99
"python/instrumentation/openinference-instrumentation-mistralai": "1.3.3",
1010
"python/openinference-instrumentation": "0.1.38",
1111
"python/instrumentation/openinference-instrumentation-guardrails": "0.1.9",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.28](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-bedrock-v0.1.27...python-openinference-instrumentation-bedrock-v0.1.28) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **bedrock:** fix test compatibility with boto3-latest ([#2243](https://github.com/Arize-ai/openinference/issues/2243)) ([7cf5760](https://github.com/Arize-ai/openinference/commit/7cf576059859e370a3f83b60d0e2c9ff6d6971b7))
9+
310
## [0.1.27](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-bedrock-v0.1.26...python-openinference-instrumentation-bedrock-v0.1.27) (2025-08-22)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.27"
1+
__version__ = "0.1.28"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.34](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.33...python-openinference-instrumentation-openai-v0.1.34) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **openai:** handle complex output types in responses API for openai 2 compat ([#2253](https://github.com/Arize-ai/openinference/issues/2253)) ([a209e6a](https://github.com/Arize-ai/openinference/commit/a209e6a1a33b36a497de5cc44d7059a723a75020))
9+
310
## [0.1.33](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.32...python-openinference-instrumentation-openai-v0.1.33) (2025-09-22)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.33"
1+
__version__ = "0.1.34"

0 commit comments

Comments
 (0)