build(deps-dev): bump openfeature-sdk from 0.9.0 to 0.10.0#6528
Conversation
Bumps [openfeature-sdk](https://github.com/open-feature/python-sdk) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/open-feature/python-sdk/releases) - [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md) - [Commits](open-feature/python-sdk@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: openfeature-sdk dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e619340. Configure here.
| [[package]] | ||
| name = "openfeature-sdk" | ||
| version = "0.9.0" | ||
| version = "0.10.0" |
There was a problem hiding this comment.
Non-blocking set_provider after bump
Medium Severity
Pinning openfeature-sdk to 0.10.0 applies a breaking change: api.set_provider() no longer blocks until the provider is ready. Existing OpenFeature integration tests still call set_provider() and evaluate flags on the next lines, so evaluations can hit PROVIDER_NOT_READY and use defaults instead of configured flag values, causing flaky or failing CI and incorrect feature-flag context on errors.
Reviewed by Cursor Bugbot for commit e619340. Configure here.
Codecov Results 📊✅ 88776 passed | ⏭️ 6025 skipped | Total: 94801 | Pass Rate: 93.64% | Execution Time: 301m 25s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2362 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.90% 89.87% -0.03%
==========================================
Files 192 192 —
Lines 23321 23321 —
Branches 8020 8020 —
==========================================
+ Hits 20966 20959 -7
- Misses 2355 2362 +7
- Partials 1327 1327 —Generated by Codecov Action |


Bumps openfeature-sdk from 0.9.0 to 0.10.0.
Release notes
Sourced from openfeature-sdk's releases.
Changelog
Sourced from openfeature-sdk's changelog.
Commits
869766bchore(main): release 0.10.0 (#602)5f4e42dchore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608)b06d661test: fix flaky event handler test (#609)0a96426fix: isolate provider event handler dispatch (#599)cbacef0feat!: make set_provider non-blocking, add set_provider_and_wait (#595)760d808chore(deps): update dependency prek to >=0.4.3,<0.5.0 (#607)d18beefchore(deps): update pre-commit hook pre-commit/mirrors-mypy to v2 (#606)aa1366achore(deps): update googleapis/release-please-action action to v5 (#605)e00fab3chore(deps): update codecov/codecov-action action to v6 (#604)4422fadchore(deps): update astral-sh/setup-uv action to v8 (#603)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)