Juniper / py-junos-eznc

Python library for Junos automation
https://www.juniper.net/documentation/en_US/junos-pyez/information-products/pathway-pages/junos-pyez-developer-guide.html
Apache License 2.0
670 stars 344 forks source link

Bump ncclient to 0.6.15 to support Python 3.12 #1277

Closed ljarasius closed 9 months ago

ljarasius commented 1 year ago

Hi team,

ncclient 0.6.13 does not build successfully on Python 3.12, and as PyEz has this dependency pinned to this version it results in PyEz also failing to be installed successfully.

https://github.com/ncclient/ncclient/issues/572

Bumped the pinned version to 0.6.15 to resolve this issue, however in favour of updating to have the minimum version be set to 0.6.13 instead if this is preferable.

Let me know if you have any questions.

Kind regards, Louis

chidanandpujar commented 1 year ago

Hi @ljarasius Thanks , we need to validate the Unit and Functional tests before approval .

Thanks

ktbyers commented 11 months ago

Duplicate with https://github.com/Juniper/py-junos-eznc/pull/1281