Open tony opened 1 week ago
@phalt Forgive me! I got the wrong repository - I intended to write in graphene-sentry (PyPI)
However, it is a fork of your repo and has the same issue.
The solution would be to remove the sentry-sdk
constraint from setup.py, so instead of:
requirements = [
'graphene_django==2.2.0',
'sentry-sdk==0.5.2',
]
Change it to:
requirements = [
'graphene_django==2.2.0',
'sentry-sdk',
]
Suggestions (from a downstream perspective):
Also, thank you for the project! 👋
Description
Installing via
uv
(repo, docs, PyPI) ran into thesentry-sdk
constraint in setup.py: https://github.com/phalt/graphene-django-sentry/blob/49e05345d84605ddad7cec36da7410a3100658ec/setup.py#L13What I Did
uv 0.5.1 with these dependencies: