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

latest httpcore upgrade breaks merging #736

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

After our recent dependency upgrades, we now see occasional, NewConnectionRequired exceptions being raised.

If this exception is raised during the merge flow, Kodiak will break out of merging the current PR and move on to the next.

https://github.com/chdsbd/kodiak/blob/7b8243b385e9c0bd1462f111b8b88af59e91d28a/bot/kodiak/queue.py#L409

Until https://github.com/encode/httpcore/issues/335 is fixed, we should revert to our old dependency version.