mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
Prepare release for opentelemetry-instrumentation-openai-v2 v2.1b0 (#3195)
This commit is contained in:

committed by
GitHub

parent
9b217bb4ff
commit
dc9a36e5e0
@ -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))
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user