Skip to content

Commit 5ef6e1d

Browse files
chatbot-rag-app: updates to EDOT which unpins instrumentation-openai version
Signed-off-by: Adrian Cole <[email protected]>
1 parent d30b609 commit 5ef6e1d

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

example-apps/chatbot-rag-app/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ reinstall like this. Once checked in, any commands above will use updates.
220220
rm -rf .venv requirements.txt
221221
python3 -m venv .venv
222222
source .venv/bin/activate
223+
pip install --upgrade pip
223224
# Install dev requirements for pip-compile and edot-bootstrap
224225
pip install pip-tools elastic-opentelemetry
225226
# Recreate requirements.txt

example-apps/chatbot-rag-app/requirements.txt

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ attrs==25.3.0
2020
# via aiohttp
2121
blinker==1.9.0
2222
# via flask
23-
boto3==1.37.13
23+
boto3==1.37.15
2424
# via
2525
# langchain-aws
2626
# langtrace-python-sdk
27-
botocore==1.37.13
27+
botocore==1.37.15
2828
# via
2929
# boto3
3030
# s3transfer
@@ -103,7 +103,7 @@ google-auth==2.38.0
103103
# google-cloud-core
104104
# google-cloud-resource-manager
105105
# google-cloud-storage
106-
google-cloud-aiplatform==1.84.0
106+
google-cloud-aiplatform==1.85.0
107107
# via langchain-google-vertexai
108108
google-cloud-bigquery==3.30.0
109109
# via google-cloud-aiplatform
@@ -117,7 +117,7 @@ google-cloud-storage==2.19.0
117117
# via
118118
# google-cloud-aiplatform
119119
# langchain-google-vertexai
120-
google-crc32c==1.6.0
120+
google-crc32c==1.7.0
121121
# via
122122
# google-cloud-storage
123123
# google-resumable-media
@@ -132,8 +132,6 @@ googleapis-common-protos[grpc]==1.69.2
132132
# grpcio-status
133133
# opentelemetry-exporter-otlp-proto-grpc
134134
# opentelemetry-exporter-otlp-proto-http
135-
greenlet==3.1.1
136-
# via sqlalchemy
137135
grpc-google-iam-v1==0.14.2
138136
# via google-cloud-resource-manager
139137
grpcio==1.71.0
@@ -190,15 +188,15 @@ jsonpatch==1.33
190188
# via langchain-core
191189
jsonpointer==3.0.0
192190
# via jsonpatch
193-
langchain==0.3.20
191+
langchain==0.3.21
194192
# via
195193
# -r requirements.in
196194
# langchain-community
197-
langchain-aws==0.2.15
195+
langchain-aws==0.2.16
198196
# via -r requirements.in
199197
langchain-cohere==0.4.3
200198
# via -r requirements.in
201-
langchain-community==0.3.19
199+
langchain-community==0.3.20
202200
# via langchain-cohere
203201
langchain-core==0.3.45
204202
# via
@@ -217,16 +215,16 @@ langchain-google-vertexai==2.0.15
217215
# via -r requirements.in
218216
langchain-mistralai==0.2.8
219217
# via -r requirements.in
220-
langchain-openai==0.3.8
218+
langchain-openai==0.3.9
221219
# via -r requirements.in
222-
langchain-text-splitters==0.3.6
220+
langchain-text-splitters==0.3.7
223221
# via langchain
224-
langsmith==0.3.15
222+
langsmith==0.3.17
225223
# via
226224
# langchain
227225
# langchain-community
228226
# langchain-core
229-
langtrace-python-sdk==3.8.6
227+
langtrace-python-sdk==3.8.7
230228
# via -r requirements.in
231229
log-symbols==0.0.14
232230
# via halo
@@ -236,7 +234,7 @@ markupsafe==3.0.2
236234
# werkzeug
237235
marshmallow==3.26.1
238236
# via dataclasses-json
239-
multidict==6.1.0
237+
multidict==6.2.0
240238
# via
241239
# aiohttp
242240
# yarl
@@ -249,7 +247,7 @@ numpy==2.2.4
249247
# langchain-community
250248
# shapely
251249
# transformers
252-
openai==1.66.3
250+
openai==1.66.5
253251
# via langchain-openai
254252
opentelemetry-api==1.31.0
255253
# via
@@ -529,4 +527,4 @@ opentelemetry-instrumentation-sqlalchemy==0.52b0
529527
opentelemetry-instrumentation-system-metrics==0.52b0
530528
opentelemetry-instrumentation-tortoiseorm==0.52b0
531529
opentelemetry-instrumentation-urllib3==0.52b0
532-
elastic-opentelemetry-instrumentation-openai==0.6.1
530+
elastic-opentelemetry-instrumentation-openai

0 commit comments

Comments
 (0)