From 9a99dc730b43b0a87d45bd4018a80f2725196928 Mon Sep 17 00:00:00 2001 From: J vanBemmel Date: Wed, 26 Oct 2022 12:48:39 -0500 Subject: [PATCH] Revert pinning of textfsm See https://github.com/napalm-automation/napalm/pull/1783 - upstream issue that drove this is now fixed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32512a143..57234b661 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(*file_paths): "scp>=0.13.3", "tenacity", "pyyaml>=5.3", - "textfsm==1.1.2", + "textfsm", "ntc-templates>=2.0.0", "pyserial", ],