File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v7.1.0 (UNRELEASED)
2+ ===================
3+
4+ - Add type stubs based on the work of the good people at `typeshed
5+ <https://github.com/python/typeshed/tree/main/stubs/cachetools/> `__.
6+
7+ - Update unit tests.
8+
9+
110v7.0.6 (2026-04-20)
211===================
312
Original file line number Diff line number Diff line change @@ -72,11 +72,6 @@ cachetools is available from PyPI_ and can be installed by running::
7272
7373 pip install cachetools
7474
75- Typing stubs for this package are provided by typeshed _ and can be
76- installed by running::
77-
78- pip install types-cachetools
79-
8075
8176Project Resources
8277------------------------------------------------------------------------
@@ -113,7 +108,6 @@ Licensed under the `MIT License`_.
113108.. _cache algorithm : https://en.wikipedia.org/wiki/Cache_algorithms
114109
115110.. _PyPI : https://pypi.org/project/cachetools/
116- .. _typeshed : https://github.com/python/typeshed/
117111.. _Documentation : https://cachetools.readthedocs.io/
118112.. _Issue tracker : https://github.com/tkem/cachetools/issues/
119113.. _Source code : https://github.com/tkem/cachetools/
Original file line number Diff line number Diff line change 1212 "cachedmethod" ,
1313)
1414
15- __version__ = "7.0.6 "
15+ __version__ = "7.1.0 "
1616
1717import collections
1818import collections .abc
You can’t perform that action at this time.
0 commit comments