pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Require at least Faraday 1.0 #78

Closed ekohl closed 2 years ago

ekohl commented 2 years ago

In 41693f8a1038375456015652fd299254b9ce817d UploadIO was replaced by FilePart. I kept the lower bound on 0.17 since I checked to commit that aliases the two was in v0.16.0:

$ git tag --contains 249835f8b6a6a76a48e945d27393d0a5f91b64ea | head -n 5
v0.16.0
v0.16.1
v0.16.2
v1.0.0
v1.0.1

Now the careful reader (which I wasn't) will notice 0.17.x isn't in there. That is because the Faraday 0.17 branch was based on 0.15.4 and rolled back all changes in 0.16.x.

This raises the minimum version to 1.0.1 which matches openapi-generator's lower bound.

Thanks to @zjhuntin for reporting this.

Fixes: 41693f8a1038375456015652fd299254b9ce817d