Closed
Description
Hi all! First off, thank you for maintaining this library. We all appreciate it!
google-cloud-logging 3.0 is out, but google-cloud-error-reporting restricts its dependencies pretty narrowly, so 1.4.1 doesn't support 3.0. Looks like that constraint is already updated in #224 though, any chance you could cut a release with it?
More broadly, #224 still restricts to google-cloud-logging>=1.14.0, <3.0.1
, so we'll have this exact same problem with the next google-cloud-logging release. Ideally libraries should be more permissive in their dependency constraints to avoid this problem. Consider relaxing it to <4.0
, or something similar?