Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-langchain 0…
Browse files Browse the repository at this point in the history
….1.29 (#1047)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 31, 2024
1 parent 8f48bcf commit 7529297
Show file tree
Hide file tree
Showing 3 changed files with 10 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.16",
"python/instrumentation/openinference-instrumentation-llama-index": "3.0.2",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.13",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.28",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.29",
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.11",
"python/instrumentation/openinference-instrumentation-mistralai": "1.1.0",
"python/openinference-instrumentation": "0.1.18",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.29](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.28...python-openinference-instrumentation-langchain-v0.1.29) (2024-10-30)


### Features

* Add `get_chain_root_span` utility for langchain instrumentation ([#1054](https://github.com/Arize-ai/openinference/issues/1054)) ([4337aa1](https://github.com/Arize-ai/openinference/commit/4337aa1674476958bdfcdd3725b0145c37268425))
* support langchain 0.3 ([#1045](https://github.com/Arize-ai/openinference/issues/1045)) ([ff43e9d](https://github.com/Arize-ai/openinference/commit/ff43e9ddc0a5f683f80d09139247ad194d6c29af))

## [0.1.28](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.27...python-openinference-instrumentation-langchain-v0.1.28) (2024-09-10)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.28"
__version__ = "0.1.29"

0 comments on commit 7529297

Please sign in to comment.