File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
openinference-instrumentation-bedrock
src/openinference/instrumentation/bedrock
openinference-instrumentation-openai
src/openinference/instrumentation/openai Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"python/openinference-semantic-conventions" : " 0.1.21" ,
3
3
"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 " ,
5
5
"python/instrumentation/openinference-instrumentation-llama-index" : " 4.3.5" ,
6
6
"python/instrumentation/openinference-instrumentation-dspy" : " 0.1.29" ,
7
7
"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 " ,
9
9
"python/instrumentation/openinference-instrumentation-mistralai" : " 1.3.3" ,
10
10
"python/openinference-instrumentation" : " 0.1.38" ,
11
11
"python/instrumentation/openinference-instrumentation-guardrails" : " 0.1.9" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 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)
4
11
5
12
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.27 "
1
+ __version__ = "0.1.28 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 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)
4
11
5
12
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.33 "
1
+ __version__ = "0.1.34 "
You can’t perform that action at this time.
0 commit comments