-
Notifications
You must be signed in to change notification settings - Fork 300
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
4.16.1
Describe the bug
The botbuilder-core has a dependency on jsonpickle but the version requirements are >=1.2 and <1.5. This version was released almost 4 years ago. We are heavily using jsonpickle==3.2.2 in our application and its becoming very difficult to build a teams bot for our application given the jsonpickle strict version requirements
To Reproduce
Steps to reproduce the behavior:
- pip install --upgrade pip (in a virtualenv) to use the new resolver that refuses to install conflicting dependencies
- pip install botbuilder-core==4.16.1
- pip install jsonpickle==3.2.2
Expected behavior
The dependencies should resolve
Additional context
If you look at the setup.py for botbuilder-core, the dependency for json pickle is kind of pinned.
"jsonpickle>=1.2,<1.5", |
yingfu-xiong, sohamM97, john-munera-deel, johngag and mjvankampen
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.