Skip to content

Commit ee3203e

Browse files
opentelemetrybotxrmx
authored andcommitted
Update opentelemetry-instrumentation-openai-v2 version to v2.2b0 (open-telemetry#3194)
1 parent d49eb3c commit ee3203e

File tree

3 files changed

+4
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

3 files changed

+4
-2
lines changed

Diff for: instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 2.1b0 (2025-01-17)
11+
1012
- Coerce openai response_format to semconv format
1113
([#3073](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3073))
1214
- Add example to `opentelemetry-instrumentation-openai-v2`

Diff for: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.1b0.dev"
15+
__version__ = "2.2b0.dev"

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
libraries = [
1919
{
2020
"library": "openai >= 1.26.0",
21-
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0.dev",
21+
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.2b0.dev",
2222
},
2323
{
2424
"library": "google-cloud-aiplatform >= 1.64",

0 commit comments

Comments
 (0)