jmespath / jmespath.py

JMESPath is a query language for JSON.

Home Page:http://jmespath.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecation warning on python 3.9

kapilt opened this issue · 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 ?