We've seen a number of repos recently have issues with ciso8601 not publishing binary wheels. In particular more recently tap-slack and tap-gitlab. This (transient) dependency was removed in version v0.11.0 , so a bump to the latest singer-sdk should fix the installation errors related to ciso8601.
We've seen a number of repos recently have issues with
ciso8601
not publishing binary wheels. In particular more recentlytap-slack
andtap-gitlab
. This (transient) dependency was removed in versionv0.11.0
, so a bump to the latestsinger-sdk
should fix the installation errors related tociso8601
.I'm quite happy with dependabot in tap-stackexhange, so we could do something similar for all repos in this namespace.
Those repos should ideally have tests (unit or integration) that ensure the dependency bump doesn't break them.