Skip to content

Commit

Permalink
bump minimum version of cachecontrol needed for mypyc
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 3, 2024
1 parent ecbbb87 commit 7e6d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"types-dataclasses",
"ruamel.yaml>=0.17.6, < 0.19",
"types-setuptools",
"CacheControl[filecache] >= 0.13.1, < 0.15"
"CacheControl[filecache] >= 0.14.0, < 0.15"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 7e6d44d

Please sign in to comment.