Skip to content
New issue

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

Upgrade aiohttp to the latest version (currently at 3.11.7) #3030

Closed
na2193 opened this issue Nov 25, 2024 · 3 comments
Closed

Upgrade aiohttp to the latest version (currently at 3.11.7) #3030

na2193 opened this issue Nov 25, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@na2193
Copy link

na2193 commented Nov 25, 2024

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.

@na2193 na2193 added the enhancement New feature or request label Nov 25, 2024
@jaidisido
Copy link
Contributor

jaidisido commented Nov 26, 2024

Like most dependencies in this library, aiohttp is pinned to major in the pyproject.toml, meaning the latest minor version is allowed.

In fact, when I install awswrangler in a fresh python environment:

pip install "awswrangler[gremlin]"

it does install the latest aiohttp

image

You can also just force the installation of the latest version:

pip install awswrangler aiohttp==3.11.7

@na2193
Copy link
Author

na2193 commented Nov 26, 2024

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

@na2193
Copy link
Author

na2193 commented Dec 2, 2024

@jaidisido

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants