Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ncclient to 0.6.15 to support Python 3.12 #1277

Closed
wants to merge 1 commit into from

Conversation

ljarasius
Copy link

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.

ncclient/ncclient#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

@ljarasius ljarasius mentioned this pull request Oct 23, 2023
@chidanandpujar
Copy link
Collaborator

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

Thanks

@@ -1,6 +1,6 @@
lxml>=3.2.4
# ncclient version 0.6.10 has issues with PyEZ(junos-eznc) and needs to be avoided
ncclient==0.6.13
ncclient==0.6.15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should make this ncclient>=0.6.15 (to avoid pinning to one specific ncclient release)

@ktbyers
Copy link

ktbyers commented Nov 15, 2023

Duplicate with #1281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants