Skip to content

Commit

Permalink
fix django version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Jul 31, 2024
1 parent 3f2762d commit b72ab3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/python/examples/metrics_django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asgiref==3.8.1
certifi==2024.7.4
chardet==5.2.0
click==8.1.7
Django==5.0.7
Django==4.2.14
Flask==3.0.3
idna==3.7
itsdangerous==2.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.0.7
Django==4.2.14
Flask==3.0.3
requests==2.32.3
Werkzeug==3.0.3
2 changes: 1 addition & 1 deletion test/integrations/python/django.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.8

COPY packages/python /src

Expand Down
2 changes: 1 addition & 1 deletion test/integrations/python/flask-webhooks.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.8

COPY packages/python /src

Expand Down
2 changes: 1 addition & 1 deletion test/integrations/python/flask.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.8

COPY packages/python /src

Expand Down

0 comments on commit b72ab3d

Please sign in to comment.