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

Relax/Update dependency of jsonpickle. Its restricting the version to 1.5 at the latest which is almost 4 years old #2188

Open
pallav0894 opened this issue Nov 13, 2024 · 1 comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@pallav0894
Copy link

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:

  1. pip install --upgrade pip (in a virtualenv) to use the new resolver that refuses to install conflicting dependencies
  2. pip install botbuilder-core==4.16.1
  3. 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.

@pallav0894 pallav0894 added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Nov 13, 2024
@pallav0894 pallav0894 changed the title Relax dependency of jsonpickle. Its restricting the version to 1.5 at the latest which is almost 4 years old now Relax dependency of jsonpickle. Its restricting the version to 1.5 at the latest which is almost 4 years old Nov 13, 2024
@pallav0894 pallav0894 changed the title Relax dependency of jsonpickle. Its restricting the version to 1.5 at the latest which is almost 4 years old Relax/Update dependency of jsonpickle. Its restricting the version to 1.5 at the latest which is almost 4 years old Nov 13, 2024
@johngag
Copy link

johngag commented Feb 18, 2025

Can we get this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

2 participants