Karthikeyan Singaravelan
Karthikeyan Singaravelan
I will create a PR for this
In previous case the staticmethod was never decorated and hence directly calling `class.staticmethod` returned unpatched value in Python 3.9. I have retained this behavior in Python 3.10 too. But it's...
Note : https://github.com/spulec/freezegun/pull/86/ . It seems staticmethods were skipped before too.
staticmethods are now callable in Python 3.10 with changes from https://bugs.python.org/issue43682 . With this change the `helper` which is a staticmethod and was not callable was not decorated before Python...
Created PR : https://github.com/spulec/freezegun/pull/397 . I have also added a question about the staticmethod behavior in comment.
Yes, it's only a deprecation warning during function calls. I am just raising issues in top pypi projects regarding distutils and pywt was one of them.
I tested it on 3.8 but 3.7 also emits warnings. I didn't know it was vendored from flask-cors. I have a PR open for this upstream https://github.com/corydolphin/flask-cors/pull/260 . Feel free...
tabulate was removed as a vendored package and added as a dependency. Perhaps you might want to upgrade cli_helpers package. https://github.com/dbcli/cli_helpers/commit/a21650dd458d42936aa95ad41b8f676e81579b91
The import seems to have been removed in https://github.com/aio-libs/aiohttp-jinja2/commit/3f9efc900a4ca0f2a43fea76ca8209e873873bfd#diff-34b91be528320edc4dccf295f1897a54ad72af8f243e0030fc9b4a0207b90ef1L5
I think this collections.abc related warning is fixed with https://github.com/turicas/rows/commit/289aeeb5f7fb724bbcae45fa34df552d85215dd2 and https://github.com/turicas/rows/commit/f0e1530c29bb26938a5f117cb3ac5705ce4b9229