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

[FR]: Support for "virtual" dependencies #213

Closed
alexeagle opened this issue Oct 9, 2023 · 0 comments · Fixed by #201
Closed

[FR]: Support for "virtual" dependencies #213

alexeagle opened this issue Oct 9, 2023 · 0 comments · Fixed by #201
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexeagle
Copy link
Member

alexeagle commented Oct 9, 2023

What is the current behavior?

It's difficult to work in a Python monorepo with a single set of requirements, because not all teams are using aligned dependency versions today. However, multiple requirements are difficult because a transitive dependency of an application can use a conflicting version from a direct dependency.

Describe the feature

References:

@alexeagle alexeagle added the enhancement New feature or request label Oct 9, 2023
@alexeagle alexeagle added this to the 1.0 milestone Oct 9, 2023
@github-actions github-actions bot added the untriaged Requires traige label Oct 9, 2023
@alexeagle alexeagle removed the untriaged Requires traige label Oct 9, 2023
alexeagle added a commit that referenced this issue Nov 14, 2023
Fixes #213

---------

Co-authored-by: Alex Eagle <[email protected]>
@github-project-automation github-project-automation bot moved this to ✅ Done in Open Source Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants