| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
'default_serializer' class attributes
|
| | |
|
| |
|
|
| |
for all other backends, only test with default serializer
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* platformdirs is a more actively maintained fork of appdirs.
* Also relax requirements a bit for attrs and urllib (minimum instead of caret constraint)
Dependabot update:
Bump responses from 0.16.0 to 0.19.0
Bumps [responses](https://github.com/getsentry/responses) from 0.16.0 to 0.19.0.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](https://github.com/getsentry/responses/compare/0.16.0...0.19.0)
---
updated-dependencies:
- dependency-name: responses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
| |
standalone bson codec.
|
| |
|
|
| |
valid UTF-8
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Filesystem backends
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix tests on python 3.6:
* Make `cattrs` optional again
* Don't run tests for serializers with missing optional dependencies
* Show any skipped tests in pytest output
* Fix redirect serialization for backends that serialize all values (DynamoDB and Redis)
* Otherwise, the redirect value (which is just another key) will get converted into a `CachedResponse`
* Make `pickle` serializer use `cattrs` if installed
* Make `bson` serializer compatible with both `pymongo` version and standalone `bson` library
* Split up `CattrStage` and preconf converters into separate modules
* Turn preconf converters into `Stage` objects
* Add `DeprecationWarning` for previous method of using `itsdangerous`, now that there's a better way to initialize it via `SerializerPipeline`
* Remove `suppress_warnings` kwarg that's now unused
* Make `SerializerPipeline`, `Stage`, and `CattrStage` importable from top-level package (`from requests_cache import ...`)
* Add some more details to docs and docstrings
|
| |
|
|
| |
Closes #243
|
| | |
|
| |
|
|
|
|
| |
This is mainly to take advantage of fail-fast connection tests; otherwise, these tests may just
hang if backend dependenices are installed but backend services are not set up.
See issue #221 for details.
|
| | |
|
| | |
|
| |
|