Skip to content

Commit ad71bcc

Browse files
committed
chore(examples): update examples
1 parent 67e9e84 commit ad71bcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/language-sdk-instrumentation/python/rideshare/django/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Django==3.2.25
22
djangorestframework==3.12.4
33
gunicorn==20.1.0
44
psycopg2-binary==2.9.1
5-
pyroscope-io==0.8.8
5+
pyroscope-io==0.8.9

examples/language-sdk-instrumentation/python/rideshare/fastapi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9
22

3-
RUN pip3 install fastapi pyroscope-io==0.8.8 uvicorn[standard]
3+
RUN pip3 install fastapi pyroscope-io==0.8.9 uvicorn[standard]
44

55
ENV FLASK_ENV=development
66
ENV PYTHONUNBUFFERED=1

examples/language-sdk-instrumentation/python/rideshare/flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9
22

3-
RUN pip3 install flask pyroscope-io==0.8.8 pyroscope-otel==0.4.0
3+
RUN pip3 install flask pyroscope-io==0.8.9 pyroscope-otel==0.4.0
44
RUN pip3 install opentelemetry-api opentelemetry-sdk opentelemetry-instrumentation-flask opentelemetry-exporter-otlp-proto-grpc
55

66
ENV FLASK_ENV=development
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyroscope-io==0.8.8
1+
pyroscope-io==0.8.9

0 commit comments

Comments
 (0)