gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

Strict requirement on trcli requests version blocking requests update #234

Open max-resdiary opened 1 month ago

max-resdiary commented 1 month ago

TestRail CLI Version

1.9.5

CLI Environment

Windows server

TestRail Version

8.0.3 Default (3070)

TestRail Instance Type

Professional Cloud

Current behavior

Strict requests package requirement in trcli means we cannot perform a security update to requests in our framework.

Because trcli (1.9.5) depends on requests (==2.31.) and no versions of trcli match >1.9.5,<2.0.0, trcli (>=1.9.5,<2.0.0) requires requests (==2.31.). So, because resdiaryqaframework depends on both trcli (^1.9.5) and requests (^2.32.2), version solving failed.

Desired behavior

conflict resolution in the trcli package.

More Details

No response