diff options
author | 2023-03-13 12:56:02 -0500 | |
---|---|---|
committer | 2023-03-13 10:56:02 -0700 | |
commit | 9acc6f556f5309a1306cdd2cac612bcaa33e8ab1 (patch) | |
tree | 4b52655ee7d62432f0272e9451e0cef0677fe187 /pyproject.toml | |
parent | Merge pull request #170 from python-discord/files-exclude-hidden (diff) |
Update Sentry SDK to support Falcon 3
Signed-off-by: Bradley Reynolds <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index a1d1ea1..a0ccf8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dynamic = ["version"] requires-python = ">=3.11" dependencies = [ - # Sentry's Falcon integration relies on api_helpers (falconry/falcon#1902). "falcon>=3.0.1", "jsonschema>=4.0", "protobuf>=3.19", @@ -33,7 +32,7 @@ dependencies = [ [project.optional-dependencies] gunicorn = ["gunicorn>=20.1"] # Lowest which supports wsgi_app in config. -sentry = ["sentry-sdk[falcon]>=1.5.4"] +sentry = ["sentry-sdk[falcon]>=1.16.0"] # Minimum of 1.16.0 required for Falcon 3.0 support (getsentry/sentry-python#1733) [project.urls] source = "https://github.com/python-discord/snekbox" |