siemens / sentry-auth-oidc

OpenID Connect SSO provider for Sentry
Apache License 2.0
69 stars 28 forks source link

On Premise 24.2.0 Error #47

Closed riegerben closed 6 months ago

riegerben commented 6 months ago

After pip installing sentry-auth-oidc==8.1.0, I'm getting the error:

ImportError: cannot import name 'map' from 'sentry.utils.compat' (/usr/local/lib/python3.11/site-packages/sentry/utils/compat/init.py)

riegerben commented 6 months ago

Fixed by downgrading to sentry-auth-oidc 8.0.0

max-wittig commented 6 months ago

Hi! @riegerben. Yes we keep sentry-auth-oidc compatible with the latest Sentry version, without downwards compatibility.

Maybe we should specify that in the readme.