Prepare release for opentelemetry-instrumentation-openai-v2 v2.1b0 (#3195)

This commit is contained in:
OpenTelemetry Bot
2025-01-17 17:41:38 -06:00
committed by GitHub
parent 9b217bb4ff
commit dc9a36e5e0
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 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))

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.1b0.dev"
__version__ = "2.1b0"

View File

@ -18,7 +18,7 @@
libraries = [
{
"library": "openai >= 1.26.0",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0.dev",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0",
},
{
"library": "google-cloud-aiplatform >= 1.64",