Skip to content

Commit

Permalink
chore: bump openfeature-sdk in /openfeature/providers/python-provider (
Browse files Browse the repository at this point in the history
…#1819)

Bumps [openfeature-sdk](https://github.com/open-feature/python-sdk) from 0.6.1 to 0.7.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.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: openfeature-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and thomaspoignant committed Aug 16, 2024
1 parent 2e31db4 commit 8ba92cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions openfeature/providers/python-provider/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openfeature/providers/python-provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Documentation = "https://github.com/thomaspoignant/go-feature-flag/tree/main/ope

[tool.poetry.dependencies]
python = "^3.9"
openfeature-sdk = ">=0.5.0,<0.7.0"
openfeature-sdk = ">=0.5.0,<0.8.0"
pydantic = "^2.5.2"
urllib3 = "^2.1.0"
pylru = "^1.2.1"
Expand Down

0 comments on commit 8ba92cd

Please sign in to comment.