WebexCommunity / WebexPythonSDK

Work with the Webex APIs in native Python!
https://webexcommunity.github.io/WebexPythonSDK/
MIT License
235 stars 151 forks source link

dependency on deprecated 'future' #201

Closed onkelbeh closed 2 months ago

onkelbeh commented 9 months ago

Hello,

first, I hope you don't mind I included your component for Home Assistant Gentoo Overlay.

It uses a dependency on 'dev-python/future', and I now have received a deprecation notice. This library was made for Python 2 compatibility, and is redundant. Many linux distributions work on removal.

It had to be patched to work with Python 3.9+ and is also vulnerable to CVE-2022-40899.

Would it be possible to switch to a different library? Thanks a lot.

\B.

fredless commented 8 months ago

duplicate of #139 and related to #200

Joezanini commented 7 months ago

https://docs.python.org/3/reference/simple_stmts.html#future-statements

Joezanini commented 2 months ago

Fixed with V2.0.0 release.