Skip to content

cartography 0.47.1; Use azure-cli-core>=2.26.0 to fix pyjwt dependency problem#709

Merged
achantavy merged 3 commits intomasterfrom
fixpyjwt
Oct 16, 2021
Merged

cartography 0.47.1; Use azure-cli-core>=2.26.0 to fix pyjwt dependency problem#709
achantavy merged 3 commits intomasterfrom
fixpyjwt

Conversation

@achantavy
Copy link
Contributor

@achantavy achantavy commented Oct 16, 2021

  • cartography used azure-cli-core>=2.12.0
  • azure-cli-core<2.26.0 was pinned to PyJWT 1.7.1.
  • Most other libraries that use PyJWT now require version 2.0+.
  • This created an impossible to resolve dependency issue where cartography users were unable to use these libraries together in the same environment with cartography.

This PR

  • updates cartography from azure-cli-core>=2.12.0 to >=2.26.0 to fix this dependency problem.
  • bumps cartography's version to 0.47.1 so others may consume this patch.

Other links

@achantavy achantavy changed the title Use azure-cli-core>=2.26.0 to fix pyjwt dependency problem cartography 0.47.1; Use azure-cli-core>=2.26.0 to fix pyjwt dependency problem Oct 16, 2021
@achantavy achantavy merged commit b9c5655 into master Oct 16, 2021
@achantavy achantavy deleted the fixpyjwt branch October 16, 2021 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants