IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

chore: update PyJWT version to <2.0.0 and restrict other req versions #90

Closed rmkeezer closed 3 years ago

rmkeezer commented 3 years ago

PyJWT version >=2.0.0 had a recent breaking change, this restricts the version until we update our code to use the new change. This also adds a max version to the other requirements

codecov[bot] commented 3 years ago

Codecov Report

Merging #90 (d412f4f) into master (929923d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files          18       18           
  Lines         665      665           
=======================================
  Hits          653      653           
  Misses         12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 929923d...d412f4f. Read the comment docs.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 3.3.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: