From e4828556542c4d6dd2fb80f7581fc26080fdde00 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 5 Jul 2024 12:53:53 +0100 Subject: [PATCH] Bump sentry_sdk to v2+ 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. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4334759..5e75963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="FundingServiceDesignTeam@levellingup.gov.uk" }, @@ -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",