You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am trying to install the docusign admin api. The codebase I am working with uses PyJWT==2.4.0. The installation of the Admin API is running into a version conflict because it looks like the API needs PyJWT>=1.7.1,<2.0.0 (from docusign-admin-python-client/requirements.txt).
Would it be possible to loosen the version constraint to make 2.4.0 acceptable?
The text was updated successfully, but these errors were encountered:
Hi there, I am trying to install the docusign admin api. The codebase I am working with uses
PyJWT==2.4.0
. The installation of the Admin API is running into a version conflict because it looks like the API needsPyJWT>=1.7.1,<2.0.0
(fromdocusign-admin-python-client/requirements.txt
).Would it be possible to loosen the version constraint to make 2.4.0 acceptable?
The text was updated successfully, but these errors were encountered: