File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
instrumentation-genai/opentelemetry-instrumentation-vertexai
util/opentelemetry-util-genai
src/opentelemetry/util/genai Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ classifiers = [
26
26
dependencies = [
27
27
" opentelemetry-api ~= 1.28" ,
28
28
" opentelemetry-instrumentation ~= 0.58b0" ,
29
- " opentelemetry-util-genai == 0.1b0.dev" ,
29
+ # TODO https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3786: restrict
30
+ # version after the first release
31
+ " opentelemetry-util-genai" ,
30
32
" opentelemetry-semantic-conventions ~= 0.58b0" ,
31
33
]
32
34
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## Version 0.1b0 (2025-09-24)
9
9
10
10
- Add completion hook to genai utils to implement semconv v1.37.
11
11
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.1b0.dev "
15
+ __version__ = "0.1b0"
You can’t perform that action at this time.
0 commit comments