[Bug] - Updating Dependency Versions #794
Labels
bug
Impact - something is currently broken in Parsons and needs to be fixed
high priority
Priority - addressing this is an urgent need for a broad swath of Parsons users
needs discussion
needs community input and/or maintainer discussion
Python Package Conflicts
Detailed Description
The following packages are causing conflicts for setting up in Mage.AI to utilize the functions for ActionKit.
pyopenssl 23.0.0 requires cryptography<40,>=38.0.0, but you have cryptography 36.0.2 which is incompatible.
parsons 1.0.0 requires jinja2==3.0.2, but you have jinja2 3.1.2 which is incompatible.
parsons 1.0.0 requires PyJWT==2.4.0, but you have pyjwt 2.6.0 which is incompatible.
parsons 1.0.0 requires python-dateutil==2.8.1, but you have python-dateutil 2.8.2 which is incompatible.
parsons 1.0.0 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible.
parsons 1.0.0 requires SQLAlchemy==1.3.23, but you have sqlalchemy 1.4.46 which is incompatible.
To Reproduce
Utilizing Mage.AI and importing Parsons.
Your Environment
Additional Context
Add any other context about the problem here.
Priority
Please indicate whether fixing this bug is high, medium, or low priority for you. If the issue is time-sensitive for you, please let us know when you need it addressed by.
Medium. We may be able to get around it with the guide provided by Shauna on Dependencies. But opening this up to think through dependency management as a whole with the package. https://www.parsonsproject.org/pub/friendly-dependencies/
The text was updated successfully, but these errors were encountered: