open-feature / open-feature/python-sdk-contrib
[flagd] support async evaluations
Open
Nobody has claimed this yet.
good first issue
help wanted
- Dominant language
- Python
- Stars
- 27
- Forks
- 33
- Avg merge
- 5h 7m
- Merged PRs (30d)
- 9
Description
The Python SDK supports async feature flag evaluations (soon, see this PR). Once this is available, the flagd provider should be updated support it.
- Update the min SKD version to v0.7.6
- Implement the
resolve_x_details_asyncmethods - Add tests
- Update readme
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the flagd provider's existing synchronous resolution methods and their tests, then review the Python SDK dependency requirements. Add the resolve_x_details_async methods, update the minimum SDK version and README, and add tests covering asynchronous evaluations. The work is done when the test suite passes and the async provider behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100