Skip to content

Commit

Permalink
Merge branch 'main' into feat/python-asgi-support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev authored Oct 31, 2024
2 parents 838be46 + 363d180 commit bd95d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/python/examples/flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ MarkupSafe==2.1.5
../../
requests==2.32.3
urllib3==2.2.2
Werkzeug==3.0.3
Werkzeug==3.0.6
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 @@ -13,4 +13,4 @@ pytz==2024.1
requests==2.32.3
sqlparse==0.5.1
urllib3==2.2.2
Werkzeug==3.0.3
Werkzeug==3.0.6
4 changes: 2 additions & 2 deletions packages/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.16
Flask==3.0.3
requests==2.32.3
Werkzeug==3.0.4
uvicorn==0.32.0
Werkzeug==3.0.6
uvicorn==0.32.0

0 comments on commit bd95d14

Please sign in to comment.