koxudaxi / py-data-api

A user-friendly client for AWS Aurora Serverless's Data API
https://koxudaxi.github.io/py-data-api
MIT License
40 stars 9 forks source link

Make the boto3 requirement even less restrictive #72

Closed ZacharySpector closed 4 years ago

ZacharySpector commented 4 years ago

Remember the last couple times I had deployment issues because of the required boto3 versions? Well, it happened again with the upgrade to boto3==1.14.

I've set the upper version limit to 2 this time so you won't have to do this again for a while. I feel like Amazon prefers to keep deprecated APIs around for some time.

codecov[bot] commented 4 years ago

Codecov Report

Merging #72 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #72   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          593       563   -30     
  Branches        84        76    -8     
=========================================
- Hits           593       563   -30     
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pydataapi/pydataapi.py 100.00% <100.00%> (ø)

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 05f9648...208ee4e. Read the comment docs.

koxudaxi commented 4 years ago

@ZacharySpector I have published a new version as 0.4.20

Thank you very much.

We may set a major version as a version limit on all dependencies.