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

Strict requirement on trcli requests version blocking requests update #234

Closed
max-resdiary opened this issue May 29, 2024 · 0 comments · Fixed by #257
Closed

Strict requirement on trcli requests version blocking requests update #234

max-resdiary opened this issue May 29, 2024 · 0 comments · Fixed by #257
Labels
bug Something isn't working

Comments

@max-resdiary
Copy link

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

@max-resdiary max-resdiary added the bug Something isn't working label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant