Skip to content

Commit c3b92d9

Browse files
committed
chore: specify minimum sentry-sdk
1 parent 7da1e2e commit c3b92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def read(*rnames):
5858
"Tracker": "https://github.com/collective/collective.sentry/issues",
5959
},
6060
zip_safe=False,
61-
install_requires=["setuptools", "sentry-sdk", "Zope", "plone.api"],
61+
install_requires=["setuptools", "sentry-sdk>2.27.0", "Zope", "plone.api"],
6262
entry_points="""
6363
# -*- Entry points -*-
6464
[z3c.autoinclude.plugin]

0 commit comments

Comments
 (0)