Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-dspy 0.1.12 (
Browse files Browse the repository at this point in the history
…#933)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
1 parent ef809be commit f8203c7
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 @@ -2,7 +2,7 @@
"python/openinference-semantic-conventions": "0.1.10",
"python/instrumentation/openinference-instrumentation-openai": "0.1.14",
"python/instrumentation/openinference-instrumentation-llama-index": "2.2.4",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.11",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.12",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.27",
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.10",
"python/instrumentation/openinference-instrumentation-mistralai": "0.0.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.12](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-dspy-v0.1.11...python-openinference-instrumentation-dspy-v0.1.12) (2024-08-20)


### Bug Fixes

* **dspy:** custom LM instrumentation ([#930](https://github.com/Arize-ai/openinference/issues/930)) ([7f91317](https://github.com/Arize-ai/openinference/commit/7f91317631302cb23c4b12701be2ba0b5fa3c3f0))
* **dspy:** module resolution for custom LM ([#934](https://github.com/Arize-ai/openinference/issues/934)) ([ef809be](https://github.com/Arize-ai/openinference/commit/ef809bebf4c2a19cc932b3a828cf6137be73148b))

## [0.1.11](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-dspy-v0.1.10...python-openinference-instrumentation-dspy-v0.1.11) (2024-08-10)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.11"
__version__ = "0.1.12"

0 comments on commit f8203c7

Please sign in to comment.