Allow using other async libraries
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The only thing holding us from doing this is one asyncio gather call and HTTP library.
We could switch to httpx:
https://www.python-httpx.org/async/#supported-async-environments
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the asyncio gather call and the HTTP library usage described in the issue. Read the linked httpx documentation on supported async environments, then determine the affected calls and verify that the library still works with an alternative async setup without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100