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

Loosen dependencies #14

Open
shifqu opened this issue Aug 17, 2021 · 1 comment
Open

Loosen dependencies #14

shifqu opened this issue Aug 17, 2021 · 1 comment

Comments

@shifqu
Copy link

shifqu commented Aug 17, 2021

Hello

In our project we are currently using pyfos v1.2.1 and this works as expected. plays nice with our own dependencies.

We now tried upgrading to the latest pyfos version (2.0.1), but this pins some dependencies on older versions.

For example;

  • paramiko is pinned to 2.7.1, while 2.7.2 is released.
  • requests is pinned to 2.23.0 while 2.26.0 is released.

I suggest loosening the dependencies by replacing the == with ~=

I signed a CAA to be able to make my own MR, but it seems that the email address to which to send to is missing.

Kind regards
Sonny

@drake127
Copy link

Hello, I upvote this issue. The strict dependencies of Pyfos make it very difficult to escape dependency hell and I suspect there's no real reason for it.

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

No branches or pull requests

2 participants