You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: No notification when dependency update breaks (#119)
Problem: Since the SDK is a library, it should not enforce the
version of the libraries it requires too strictly.
This causes issues when an incompatible dependency upgrade
breaks compatibility without anyone noticing except for the next
CI build.
Solution: Run tests daily with the latest dependencies.
0 commit comments