PagerDuty / pdpyras

Low-level PagerDuty REST/Events API client for Python
MIT License
129 stars 29 forks source link

Pdpyras 5.0 misses deprecation install-requirement #100

Closed potiuk closed 1 year ago

potiuk commented 1 year ago

The Pdpyras 5.0.0 released an hour ago misses deprecation module in install_requires.

The deprecation module is imported here:

https://github.com/PagerDuty/pdpyras/blob/main/pdpyras.py#L17

This has been detected by Airflow's canary builds (pdpyras is used by pagerduty provider of Airflow).

potiuk commented 1 year ago

Whoa. That was quick! Thanks!

Deconstrained commented 1 year ago

Thank you @potiuk for bringing this so promptly to our attention! v5.0.1 has just been released. Sorry for the inconvenience!

I also yanked 5.0.0

potiuk commented 1 year ago

Fantastic! Yep. We noticed yanking - this way we won't have to even exclude 5.0.0 :)