-
-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
Issue Description
I'm already using Finch in my app and I'm on the latest version (0.21.0). I can't upgrade Sentry to 12.0.0 with downgrading my version of Finch:
Resolving Hex dependencies...
Resolution completed in 0.391s
Because "the lock" specifies finch 0.21.0 and sentry >= 12.0.0 depends on finch ~> 0.19.0, the lock is incompatible with sentry >= 12.0.0.
And because your app depends on the lock, sentry >= 12.0.0 is forbidden.
So, because your app depends on sentry ~> 12.0, version solving failed.
** (Mix) Hex dependency resolution failed
Reproduction Steps
- Have an app with Finch > 0.19.0
- Upgrade Sentry to 12.0.0
mix deps.get
Expected Behavior
Sentry should probably support the most recent version of Finch.
Actual Behavior
It only supports 0.19.x.
Elixir Version
1.19.4
SDK Version
11.0.4 -> 12.0.0
Integration and Its Version
No response
Sentry Config
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner