summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-09 13:33:32 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-09 15:42:39 -0500
commit82e68b9f917ddc78feaa19fb4d63fffe20047089 (patch)
tree8e3b7c0babaa49780639321cdfa01f9d3c4eb473 /pyproject.toml
parent9c2defeba951fc166d1d6b5079f0ae7d73dde361 (diff)
downloadrequests-cache-82e68b9f917ddc78feaa19fb4d63fffe20047089.tar.gz
Add compatibility with cattrs 21.1+, and clean up preconf module a bit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a39fd4b..ae9fec9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ python = "^3.7"
requests = "^2.22" # Needs no introduction
urllib3 = ">=1.25.5" # Use a slightly newer version than required by requests (for bugfixes)
attrs = ">=21.2" # For response data models
-cattrs = "^1.8" # For response serialization
+cattrs = ">=22.0" # For response serialization
platformdirs = "^2.5" # For options that use platform-specific user cache dirs
url-normalize = "^1.4" # For improved request matching