summaryrefslogtreecommitdiff
path: root/requests_cache/serializers/cattrs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix loading cached JSON content when decode_content=True and the root element...Jordan Cook2023-05-081-3/+8
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-3/+6
* Handle using a converter that doesn't support the omit_if_default keyword arg...Jordan Cook2022-10-281-1/+5
* Update for cattrs 22.2Jordan Cook2022-10-081-8/+8
* Use json.JSONDecodeError and requests.RequestException instead of requests.JS...Jordan Cook2022-06-111-2/+3
* Remove HTTPResponse attributes from the cache, and re-construct CachedRespons...Jordan Cook2022-06-111-4/+0
* Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-101-1/+2
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-51/+56
* Add serializer stage that decodes/re-encodes response contentJordan Cook2022-06-101-0/+53
* Update serialization docsJordan Cook2022-06-101-2/+2
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-191-5/+25
* Fix structuring/unstructuring CachedResponse.historyJordan Cook2022-04-151-2/+1
* Use BSON preconf stage and store response values under top-level keys, so cre...Jordan Cook2022-04-151-6/+18
* Update to mypy v0.931 and add some ignores/workarounds for new false positivesJordan Cook2022-02-021-1/+1
* Switch to a different method of resolving ForwardRefs during deserialization ...Jordan Cook2022-01-151-4/+4
* Format using a more typical line length of 100Jordan Cook2022-01-011-1/+3
* Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-011-2/+2
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-4/+4
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-5/+15
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-3/+3
* Some serialization fixes & updates:Jordan Cook2021-07-031-0/+74