Skip to content

Change dependencies on requests #118

@pierresouchay

Description

@pierresouchay

The dependencies built in the lib do block the maximum version of requests and pytz as seen here:

https://github.com/aws/amazon-redshift-python-driver/blob/master/requirements.txt#L5

While it make perfect sense for major number, it forces the dependencies not to take into account minor patches, for instance, requests has a minor version 2.8.1, and this library is blocking us from using it.

Would you consider releasing those constraints?

example:

pytz>=2020.1
requests>=2.23.0,<2.29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions