Skip to content

Commit

Permalink
Upgrade Python SDK to 2.19.2 (#81793)
Browse files Browse the repository at this point in the history
Version `2.19.2` of the Sentry Python SDK includes a fix
(getsentry/sentry-python#3862) that is
important for the new feature flag support in Sentry.

---------

Co-authored-by: Burak Yigit Kaya <[email protected]>
  • Loading branch information
2 people authored and mifu67 committed Dec 10, 2024
1 parent 7987823 commit a2be9dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sentry-ophio==1.0.0
sentry-protos>=0.1.37
sentry-redis-tools>=0.1.7
sentry-relay>=0.9.3
sentry-sdk[http2]>=2.19.1
sentry-sdk[http2]>=2.19.2
slack-sdk>=3.27.2
snuba-sdk>=3.0.43
simplejson>=3.17.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ sentry-ophio==1.0.0
sentry-protos==0.1.37
sentry-redis-tools==0.1.7
sentry-relay==0.9.3
sentry-sdk==2.19.1
sentry-sdk==2.19.2
sentry-usage-accountant==0.0.10
simplejson==3.17.6
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ sentry-ophio==1.0.0
sentry-protos==0.1.37
sentry-redis-tools==0.1.7
sentry-relay==0.9.3
sentry-sdk==2.19.1
sentry-sdk==2.19.2
sentry-usage-accountant==0.0.10
simplejson==3.17.6
six==1.16.0
Expand Down

0 comments on commit a2be9dd

Please sign in to comment.