Overview
Request 1114567 accepted
- Update to 0.23.3
* Allow urllib3>=1.25.10
- Release 0.23.2
* Updated dependency to urllib3>=2 and requests>=2.30.0. See #635
* Fixed issue when custom adapters were sending only positional
args. See #642
* Expose `unbound_on_send` method in `RequestsMock` class. This
method returns new function that is called by `RequestsMock`
instead of original `send` method defined by any adapter.
- Drop unbundle-urllib3.patch
- Created by bnavigator
- In state accepted
Request History
bnavigator created request
- Update to 0.23.3
* Allow urllib3>=1.25.10
- Release 0.23.2
* Updated dependency to urllib3>=2 and requests>=2.30.0. See #635
* Fixed issue when custom adapters were sending only positional
args. See #642
* Expose `unbound_on_send` method in `RequestsMock` class. This
method returns new function that is called by `RequestsMock`
instead of original `send` method defined by any adapter.
- Drop unbundle-urllib3.patch
mcepl accepted request