Skip to content

Commit

Permalink
build(deps): bump openmldb from 0.8.4 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [openmldb](https://github.com/4paradigm/OpenMLDB) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/4paradigm/OpenMLDB/releases)
- [Changelog](https://github.com/4paradigm/OpenMLDB/blob/main/CHANGELOG.md)
- [Commits](4paradigm/OpenMLDB@v0.8.4...v0.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent df00f59 commit 0fd9313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ openmldb-exporter = "openmldb_exporter.exporter:main"
[tool.poetry.dependencies]
python = "^3.8"
prometheus-client = "^0.19.0"
openmldb = "^0.8.4"
openmldb = ">=0.8.4,<0.10.0"
# uncomment below to use openmldb sdk built from source
# set develop = true so changes in python will take effect immediately
# openmldb = { path = "../python/", develop = true }
Expand Down

0 comments on commit 0fd9313

Please sign in to comment.