Just checked out 1.2.6 and found there to be a uns...
# dagster-feedback
s
Just checked out 1.2.6 and found there to be a unspecified dependency. dagster_k8s does not specify a version of kubernetes, however, based on the EventsV1Event class, that is imported, the kubernetes python client library needs to be at least v19.15.0a1.
For what it's worth, for historical reasons, I currently have to run version 12.0.0 of the kubernetes client, so in addition to pinning a version, if this specific import isn't absolutely needed, it could help folks like myself who need a bit more backwards compatibility.
d
Thanks for the report - we should be able to make it so that in older versions it leaves out the specific debug info section that requires that API vs. failing to import the package entirely