Skip to content

Commit

Permalink
chore: release main (#1270)
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 Feb 5, 2025
1 parent 44b1994 commit 00ceba6
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 @@ -11,7 +11,7 @@
"python/instrumentation/openinference-instrumentation-vertexai": "0.1.5",
"python/instrumentation/openinference-instrumentation-crewai": "0.1.4",
"python/instrumentation/openinference-instrumentation-haystack": "0.1.15",
"python/instrumentation/openinference-instrumentation-litellm": "0.1.8",
"python/instrumentation/openinference-instrumentation-litellm": "0.1.9",
"python/instrumentation/openinference-instrumentation-groq": "0.1.6",
"python/instrumentation/openinference-instrumentation-instructor": "0.1.3",
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.8...python-openinference-instrumentation-litellm-v0.1.9) (2025-02-05)


### Bug Fixes

* use safe_json_dumps for invocation parameters in litellm instrumentor ([#1269](https://github.com/Arize-ai/openinference/issues/1269)) ([650dbb9](https://github.com/Arize-ai/openinference/commit/650dbb9f83ce7e94329d159819033d8f86e21129))

## [0.1.8](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.7...python-openinference-instrumentation-litellm-v0.1.8) (2025-02-04)


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

0 comments on commit 00ceba6

Please sign in to comment.