Daniel Murray
Daniel Murray
It's not ideal but I used an optional dependency for my build process: ``` [tool.poetry.dependencies] my-package = { version = "^0.1.0", optional = true } [tool.poetry.dev-dependencies] my-package = {path =...
A workaround seems to be to give the generated package a version. Definitely seems like a bug though.
I'd be pretty surprised if it's backblaze. Been using them for many years and no issues; I switched to velero for my volume backups because of this and that works...
This isn't a huge issue, but I will add my 2c - the reason I wanted to use an abc (or a Protocol) is because I have some library code...