diff --git a/poetry.lock b/poetry.lock index 832274e..e31c8c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -539,14 +539,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "whylabs-client" -version = "0.5.0" +version = "0.6.0.dev0" description = "WhyLabs API client" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "whylabs-client-0.5.0.tar.gz", hash = "sha256:cc55b4ce8b62d9945c3cb3dedeac21f1345b178c2f6b71b0dd6a2f0a0a0dbdb8"}, - {file = "whylabs_client-0.5.0-py3-none-any.whl", hash = "sha256:8de5a24f6b1b96d78002645288fccff5e84d13311fdab69ce8cd6197e611bc24"}, + {file = "whylabs-client-0.6.0.dev0.tar.gz", hash = "sha256:63579c5fae7a4ca8cfd717d8c2d227b6fadb579978fe8bd27120db4559147279"}, + {file = "whylabs_client-0.6.0.dev0-py3-none-any.whl", hash = "sha256:0eff0f701167b3a0e0157ce1e3718d5fc70d08528fb8caa00d4e38610abdd34a"}, ] [package.dependencies] @@ -645,4 +645,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "07eef21b291f465a1946636cf120f42dcaa3035716360ae2edc25594d42c8465" +content-hash = "2e4aeb6444753a0a0ce217a01aeb376a4bd078672753803e8d47b77afec587c2" diff --git a/pyproject.toml b/pyproject.toml index fdc5f23..fdfd0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ include = ["whylabs_toolkit/monitor/schema/schema.json"] [tool.poetry.dependencies] python = "^3.8" -whylabs-client = "^0.5" +whylabs-client = "0.6.0.dev0" pydantic = "^1.10.4" whylogs = "^1.1.26" jsonschema = "^4.17.3"