chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

fix(bot): httpx instability by downgrading httpcore #737

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

Our recent dependency upgrades moved us to a new version of httpcore that has been raising a NewConnectionRequired exception, breaking merging for some users.

I think this commit is the problem: https://github.com/encode/httpcore/commit/98fb2a0814d1fd076a354804f071cdcef9812615#diff-4f89d2e45c858632692840675cf189f73a499f51d39fc25c8f5bac828bd735e3R138

fixes #736

chdsbd commented 2 years ago

I've already deployed this change to production btw