Skip to content

fix: broaden openfeature-sdk constraint to allow 0.9.x#114

Open
jonathannorris wants to merge 1 commit into
mainfrom
feat/openfeature-0.9-support
Open

fix: broaden openfeature-sdk constraint to allow 0.9.x#114
jonathannorris wants to merge 1 commit into
mainfrom
feat/openfeature-0.9-support

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Fixes #113

Changes openfeature-sdk ~= 0.8.0 to ~= 0.8 in requirements.txt, which allows 0.8.x and 0.9.x (and any future 0.x minor). The DevCycle provider code is compatible with 0.9.0: no imports from the removed openfeature.provider.provider module, and we already require Python 3.10+.

@jonathannorris jonathannorris requested a review from a team as a code owner May 26, 2026 20:51
Copilot AI review requested due to automatic review settings May 26, 2026 20:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


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

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.

Add support for openfeature-sdk 0.9.x

3 participants