-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
Version
All
Describe the bug
The dependency is requested as A==B, this is not a great idea for a library, since other packages can't properly find compatibilities
In NodeJS it is fine, because it can install multiple versions of non-peer dependencies recursively, in python it can be troublesome to do so.
Expected behavior
At a bare minimum, it allows me to use the latest bugfix version of aiohttp without a new version of botbuilder-python being released.
If at all possible, just provide unbound dependencies with >=
unless you know of concrete incompatibilities. Or at least just a major release constraint.
Additional context
See bounding version constraints, similar discussions about dependencies in poetry issues
bens-insurgence and andres-swax
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.