Skip to content

chore(deps): bump openfeature-sdk to 0.10.0 - #116

Merged
jonathannorris merged 2 commits into
mainfrom
chore/of-sdk-bump
Aug 6, 2026
Merged

chore(deps): bump openfeature-sdk to 0.10.0#116
jonathannorris merged 2 commits into
mainfrom
chore/of-sdk-bump

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Aug 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Raises the openfeature-sdk floor in requirements.txt from ~= 0.8 to ~= 0.10.0
  • Updates the OpenFeature docs and example to set_provider_and_wait(), since set_provider() is non-blocking in 0.10 and our initialize() timeout error no longer reaches the caller

Follow-up

track() isn't overridden on DevCycleProvider, so every client.track() call hits the base-class no-op and is silently discarded. Separate PR.

@jonathannorris
jonathannorris marked this pull request as ready for review August 5, 2026 20:32
@jonathannorris
jonathannorris requested a review from a team as a code owner August 5, 2026 20:32
Copilot AI review requested due to automatic review settings August 5, 2026 20:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the SDK’s OpenFeature dependency to openfeature-sdk ~= 0.10.0 and aligns the documentation/examples with the newer provider initialization behavior by switching to api.set_provider_and_wait() so initialization failures surface to callers.

Changes:

  • Bumped openfeature-sdk requirement from ~= 0.8 to ~= 0.10.0.
  • Updated README and OpenFeature guide to recommend set_provider_and_wait() and explain the behavioral difference vs set_provider().
  • Updated the OpenFeature example to use set_provider_and_wait() and handle GeneralError on initialization failure.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
requirements.txt Raises the OpenFeature SDK version floor to ~= 0.10.0.
README.md Updates the quickstart snippet and adds guidance on why set_provider_and_wait() is preferred.
OpenFeature.md Expands provider initialization guidance and includes error-handling recommendations for set_provider().
example/openfeature_example.py Uses set_provider_and_wait() and catches GeneralError to fail fast on provider init errors.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris
jonathannorris merged commit d07b72b into main Aug 6, 2026
14 checks passed
@jonathannorris
jonathannorris deleted the chore/of-sdk-bump branch August 6, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants