Skip to content

Commit

Permalink
chore: release main (#1342)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 6, 2025
1 parent 2582513 commit 99bc895
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"python/instrumentation/openinference-instrumentation-openai": "0.1.21",
"python/instrumentation/openinference-instrumentation-llama-index": "3.3.1",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.18",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.34",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.35",
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.16",
"python/instrumentation/openinference-instrumentation-mistralai": "1.3.0",
"python/openinference-instrumentation": "0.1.23",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.35](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.34...python-openinference-instrumentation-langchain-v0.1.35) (2025-03-06)


### Bug Fixes

* handle missing attribute if .instrument() has not been called and tracer has not been initialized ([#1340](https://github.com/Arize-ai/openinference/issues/1340)) ([2582513](https://github.com/Arize-ai/openinference/commit/2582513ef60dc510fc3f63930b9717edfe07b9a2))

## [0.1.34](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.33...python-openinference-instrumentation-langchain-v0.1.34) (2025-03-05)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.34"
__version__ = "0.1.35"

0 comments on commit 99bc895

Please sign in to comment.