Skip to content

Commit

Permalink
Update opentelemetry-instrumentation-openai-v2 version to v2.2b0 (#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored Jan 18, 2025
1 parent 9b217bb commit 86a7f6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Version 2.1b0 (2025-01-17)

- Coerce openai response_format to semconv format
([#3073](/~https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3073))
- Add example to `opentelemetry-instrumentation-openai-v2`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.1b0.dev"
__version__ = "2.2b0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
libraries = [
{
"library": "openai >= 1.26.0",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0.dev",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.2b0.dev",
},
{
"library": "google-cloud-aiplatform >= 1.64",
Expand Down

0 comments on commit 86a7f6b

Please sign in to comment.