We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your idea related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you are expecting.
P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.
The text was updated successfully, but these errors were encountered:
Like most dependencies in this library, aiohttp is pinned to major in the pyproject.toml, meaning the latest minor version is allowed.
aiohttp
In fact, when I install awswrangler in a fresh python environment:
pip install "awswrangler[gremlin]"
it does install the latest aiohttp
You can also just force the installation of the latest version:
pip install awswrangler aiohttp==3.11.7
Sorry, something went wrong.
Would that also include if I download it the zip package without doing a pip install? I needed to download from https://github.com/aws/aws-sdk-pandas/releases and I see there was an update for aiohttp from 3.10.4 to 3.10.5 on #2941
@jaidisido
No branches or pull requests
Is your idea related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you are expecting.
P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.
The text was updated successfully, but these errors were encountered: