jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

deprecation warning on python 3.9 #216

Closed kapilt closed 2 years ago

kapilt commented 3 years ago

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)):

siddhartha2202 commented 2 years ago

Is this project dead ?