jmespath/jmespath.py

deprecation warning on python 3.9

kapilt opened this issue · 1 comments

jmespath/parser.py:492: DeprecationWarning: Sampling from a set deprecated
since Python 3.9 and will be removed in a subsequent version.
for key in random.sample(self._CACHE.keys(), int(self._MAX_SIZE / 2)):

Is this project dead ?