Skip to content

Commit

Permalink
build(deps): bump openmldb from 0.8.4 to 0.9.2
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.2.
- [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.2)

---
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 29, 2024
1 parent df00f59 commit d5b3ba2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 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 d5b3ba2

Please sign in to comment.