fix: upgrade httpx-aiohttp from 0.1.8 to 0.1.9 to resolve production timeout issues#2696
Closed
shubhhh19 wants to merge 3 commits into
Closed
fix: upgrade httpx-aiohttp from 0.1.8 to 0.1.9 to resolve production timeout issues#2696shubhhh19 wants to merge 3 commits into
shubhhh19 wants to merge 3 commits into
Conversation
- Update pyproject.toml to require httpx_aiohttp>=0.1.9 - Update requirements.lock and requirements-dev.lock to use httpx-aiohttp==0.1.9 Fixes openai#2688
- Update pyproject.toml to require httpx_aiohttp>=0.1.9 - Update requirements.lock and requirements-dev.lock to use httpx-aiohttp==0.1.9 - Add example demonstrating aiohttp backend usage and timeout handling Fixes openai#2688
|
@shubhhh19 were you able to replicate the issue 2688, if yes can you please share steps to do the same as well ? |
Collaborator
|
This was already released in 2.5.0 by our codegen. Thanks for your time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description: Fixes issue #2688 by upgrading httpx-aiohttp from 0.1.8 to 0.1.9 to resolve production timeout issues when using the aiohttp backend.
Changes:
Testing:
Impact:
This upgrade resolves timeout issues that users experienced in production when using:
Fixes #2688