Skip to content

Commit

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 232c031 commit 97eacca
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 @@ -14,5 +14,5 @@
"python/instrumentation/openinference-instrumentation-litellm": "0.1.4",
"python/instrumentation/openinference-instrumentation-groq": "0.1.4",
"python/instrumentation/openinference-instrumentation-instructor": "0.1.1",
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.4"
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.5"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.4...python-openinference-instrumentation-anthropic-v0.1.5) (2024-10-28)


### Features

* **anthropic:** add llm provider and system attributes to anthropic instrumentation ([#1084](https://github.com/Arize-ai/openinference/issues/1084)) ([32756ed](https://github.com/Arize-ai/openinference/commit/32756ed864849082f9eefc63e7d1fd8ec999d0b3))

## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.3...python-openinference-instrumentation-anthropic-v0.1.4) (2024-10-11)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 97eacca

Please sign in to comment.