aws-samples / amazon-omics-tutorials

Apache License 2.0
57 stars 24 forks source link

Update the minimum boto3 and botocore versions for omics. #4

Closed kdaily closed 1 year ago

kdaily commented 1 year ago

The minimum versions of the AWS Python SDK (boto3, and low level implementation botocore) are incorrect. This change updates the entries to the first available version that included the Amazon Omics service. Change entry for boto3==1.26.19:

https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#12619

Change entry for botocore==1.29.19:

https://github.com/boto/botocore/blob/develop/CHANGELOG.rst#12919

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.