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

Outdated dependencies (packages not following semantic versioning) #306

Closed
2 tasks done
jhirschibar opened this issue Feb 27, 2023 · 0 comments · Fixed by #307
Closed
2 tasks done

Outdated dependencies (packages not following semantic versioning) #306

jhirschibar opened this issue Feb 27, 2023 · 0 comments · Fixed by #307
Labels

Comments

@jhirschibar
Copy link
Contributor

Checklist

  • I am on the latest pyrh version.
  • I have searched the issues of this repo and believe that this is not a duplicate.

Description

Pyrh fails to be added to other projects when combined with packages that use updated versions of certifi and pytz.

Steps/Code to Reproduce

poetry add polygon
poetry add pyrh

Results

Because no versions of pyrh match >2.1.1,<3.0.0
 and pyrh (2.1.1) depends on pytz (>=2019.3,<2020.0), pyrh (>=2.1.1,<3.0.0) requires pytz (>=2019.3,<2020.0).
And because pandas (1.5.3) depends on pytz (>=2020.1)
 and no versions of pandas match >1.5.3,<2.0.0, pyrh (>=2.1.1,<3.0.0) is incompatible with pandas (>=1.5.3,<2.0.0).
So, because option-bot depends on both pandas (^1.5.3) and pyrh (^2.1.1), version solving failed.

Versions

Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python 3.11.1 (main, Dec 23 2022, 13:33:30) [GCC 11.3.0]
pyrh 2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant