Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-openai 0.1.…
Browse files Browse the repository at this point in the history
…16 (#1092)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent 9bbadd2 commit 8f48bcf
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
@@ -1,6 +1,6 @@
{
"python/openinference-semantic-conventions": "0.1.12",
"python/instrumentation/openinference-instrumentation-openai": "0.1.15",
"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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.16](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.15...python-openinference-instrumentation-openai-v0.1.16) (2024-10-30)


### Features

* add tool call id to openai instrumentor ([#1090](https://github.com/Arize-ai/openinference/issues/1090)) ([9bbadd2](https://github.com/Arize-ai/openinference/commit/9bbadd23a371b6adb8378bd6f5cbe1e275241804))

## [0.1.15](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.14...python-openinference-instrumentation-openai-v0.1.15) (2024-10-28)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.15"
__version__ = "0.1.16"

0 comments on commit 8f48bcf

Please sign in to comment.