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

because framework depends on both package_info_plus ^5.0.1 and drift_dev ^2.16.0, version solving failed. #2926

Closed
tooooka opened this issue Mar 20, 2024 · 1 comment

Comments

@tooooka
Copy link

tooooka commented Mar 20, 2024

Because no versions of drift_dev match >2.16.0 <3.0.0 and drift_dev 2.16.0 depends on drift >=2.16.0 <2.17.0, drift_dev ^2.16.0 requires drift >=2.16.0 <2.17.0.
And because no versions of drift match >2.16.0 <2.17.0, drift_dev ^2.16.0 requires drift 2.16.0.
And because drift 2.16.0 depends on web ^0.5.0 and package_info_plus >=5.0.1 depends on web >=0.3.0 <0.5.0, drift_dev ^2.16.0 is incompatible with package_info_plus >=5.0.1.
So, because framework depends on both package_info_plus ^5.0.1 and drift_dev ^2.16.0, version solving failed.

@simolus3
Copy link
Owner

The problem is that package_info_plus doesn't support the latest version of web yet. They did update their dependencies, but it seems they haven't published a new version yet.

Either way, you can work around this issue by using

dependency_overrides:
  web: ^0.5.0

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