Jeff Widman
Jeff Widman
I wonder if there's a way for us to programmatically realize that SSL or SASL should be enabled and then give a more helpful error message? This may not be...
Any reason not to merge @dpkp ?
Agreed, it would be good to change the `kafka` project description to say: > Please use kafka-python instead as that is where we are releasing new versions.
nudge @dpkp maybe you could update that Pypi project description per ☝️ ? We could also catch this in code by looking for the old version number that we know...
If a dependabot.yml file with a limited npm `allow` section exists all Security updates are disabled
👋 I'm a little confused... Dependabot PR's that fix security updates are also version update PR's and subject (with certain exceptions) to the configuration in `dependabot.yml`. Your example `dependabot.yml` file...
If a dependabot.yml file with a limited npm `allow` section exists all Security updates are disabled
So if i understand, what you want is the following: 1. enable security updates for _all_ deps 2. enable non-security-related version updates for a _subset_ of deps Is that correct?...
Thanks! Related conversation with upstream: * https://github.com/esl/packages/issues/15#issuecomment-1514426078
I merged #691 (thank you for that!), so this is ready to be rebased / finish out...
Totally fine to punt on publishing to TestPyPI and `3.11`, but I'd _really_ rather we didn't introduce more copy/paste when we don't need to... that just increases risk of divergence...
Hmm, the description of the problem makes sense, I haven't dug into lower level networking code in a while, so not sure if this is the best way to solve...