Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-23 | 703 Bytes | |
v6.0.0 source code.tar.gz | 2024-01-23 | 337.4 kB | |
v6.0.0 source code.zip | 2024-01-23 | 374.6 kB | |
Totals: 3 Items | 712.8 kB | 1 |
- BREAKING: Fix issue with httpx support (thanks @parkerhancock) in [#784]. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
- BREAKING: Drop support for
boto
(vcrpy still supports boto3, but is dropping the deprecatedboto
support in this release. (thanks @jairhenrique) - Fix compatibility issue with Python 3.12 (thanks @hartwork)
- Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique)
- Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny)
- Various linting and docs improvements (thanks @jairhenrique)
- Tornado fixes (thanks @graingert)