Summary
pyats[full]==26.6 pulls pyats.log>=26.6.0,<26.7.0, which requires:
python-engineio>=3.13.0,<4.10.0
That constraint prevents installation of the patched python-engineio versions for:
Both advisories affect python-engineio <=4.13.1 and are patched in 4.13.2.
Impact
Security-controlled package mirrors block the resolved version, currently python-engineio==4.9.1, so pyats[full]==26.6 cannot be installed.
Example failure:
Could not install requirement python-engineio<4.10.0,>=3.13.0
(from pyats.log<26.7.0,>=26.6.0->pyats==26.6->pyats[full]==26.6)
because of HTTP error 403 Client Error: Forbidden
Request
Please update the pyats.log dependency constraint to allow patched python-engineio versions, ideally >=4.13.2, and publish a patched pyATS release.
For example, if compatible:
python-engineio>=4.13.2,<5
Summary
pyats[full]==26.6pullspyats.log>=26.6.0,<26.7.0, which requires:That constraint prevents installation of the patched
python-engineioversions for:Both advisories affect
python-engineio <=4.13.1and are patched in4.13.2.Impact
Security-controlled package mirrors block the resolved version, currently
python-engineio==4.9.1, sopyats[full]==26.6cannot be installed.Example failure:
Request
Please update the
pyats.logdependency constraint to allow patchedpython-engineioversions, ideally>=4.13.2, and publish a patched pyATS release.For example, if compatible: