kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing
MIT License
2.72k stars 388 forks source link

Support for urllib3 >= v2.0.0 #868

Closed justanotherboy closed 1 month ago

justanotherboy commented 3 months ago

Are there plans to support urllib3 verison 2.0.0 and above?

Is there a way to help with adding support?

pjonsson commented 3 months ago

Urllib3 version 2 works for Python >3.9 after #830 was merged, but that is after vcrpy 6.0.1 was released.

sathieu commented 3 months ago

There is also https://github.com/kevin1024/vcrpy/pull/851 if you use iterators.

sathieu commented 2 months ago

@kevin1024 Is a release planned soon 🙏 ?

kevin1024 commented 1 month ago

New release just dropped. Hopefully resolves this issue :)