Skip to content

Commit 2e5ec9c

Browse files
authored
Bump openai instrumentation (#148)
* operator: bump openai instrumentation version * ci: test that operator requirements are installable
1 parent 9b7f7b7 commit 2e5ec9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- run: pip install pip-licenses
4040
- run: pip-licenses
4141

42+
operator-requirements-installable:
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v4
46+
- uses: ./.github/actions/env-install
47+
- run: pip install .
48+
- run: pip install -r operator/requirements.txt
49+
4250
test:
4351
runs-on: ubuntu-latest
4452
env:

operator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ opentelemetry-instrumentation-urllib==0.48b0
5353
opentelemetry-instrumentation-urllib3==0.48b0
5454
opentelemetry-instrumentation-wsgi==0.48b0
5555

56-
elastic-opentelemetry-instrumentation-openai==0.1.0
56+
elastic-opentelemetry-instrumentation-openai==0.2.0

0 commit comments

Comments
 (0)