Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-openai 0.1.8 (
Browse files Browse the repository at this point in the history
#594)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent ee1fd0e commit fcec920
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.9",
"python/instrumentation/openinference-instrumentation-openai": "0.1.7",
"python/instrumentation/openinference-instrumentation-openai": "0.1.8",
"python/instrumentation/openinference-instrumentation-llama-index": "2.1.0",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.9",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.7...python-openinference-instrumentation-openai-v0.1.8) (2024-07-17)


### Bug Fixes

* **openai:** missing span when stream response is used as context manager ([#591](https://github.com/Arize-ai/openinference/issues/591)) ([ee1fd0e](https://github.com/Arize-ai/openinference/commit/ee1fd0ecfc4616c481a3b81e3e2eebf5858e5d8a))

## [0.1.7](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.6...python-openinference-instrumentation-openai-v0.1.7) (2024-06-27)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"

0 comments on commit fcec920

Please sign in to comment.