Skip to content

Commit

Permalink
Bump sentry_sdk to v2+
Browse files Browse the repository at this point in the history
This is sentry's changelog for any breaking changes from v2.0.0:

https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#removed

I don't see anything listed there that would affect us - but be aware
when updating your apps to pull in these util updates.
  • Loading branch information
samuelhwilliams committed Jul 5, 2024
1 parent bdac2c1 commit e482855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "funding-service-design-utils"

version = "2.0.52"
version = "3.0.0"

authors = [
{ name="DLUHC", email="[email protected]" },
Expand All @@ -31,7 +31,7 @@ dependencies = [
"gunicorn>=20.1.0,<21.0.0",
"pytz>=2022.1",
"PyJWT[crypto]>=2.4.0",
"sentry-sdk[flask]>=1.18.0,<2.0.0",
"sentry-sdk[flask]>=2.0.0,<3.0.0",
"requests",
"flipper-client>=1.3.1",
"flask-redis==0.4.0",
Expand Down

0 comments on commit e482855

Please sign in to comment.