diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5d4e553..6afb790 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.16 +current_version = 0.0.17 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/poetry.lock b/poetry.lock index 832274e..5a5ae7f 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" 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.tar.gz", hash = "sha256:46101dda1d9ec802ec4c891018acdd8b73b3f34aef55ae938eb887affe2e248d"}, + {file = "whylabs_client-0.6.0-py3-none-any.whl", hash = "sha256:686cc30492c206915af053f2bfb5a720b914f62c3ca56c88492fd7c60a1658a1"}, ] [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 = "c699e8136f9768e7a99d7ce51e6a14af5f989adec59586f0ade9ae26971ec4bf" diff --git a/pyproject.toml b/pyproject.toml index fdc5f23..9f48f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "whylabs-toolkit" -version = "0.0.16" +version = "0.0.17" description = "Whylabs CLI and Helpers package." -authors = ["Anthony Naddeo ", "Murilo Mendonca "] +authors = ["Murilo Mendonca ", "Anthony Naddeo "] license = "Apache-2.0 license" readme = "README.md" packages = [{include = "whylabs_toolkit/**/*.py"}] @@ -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" pydantic = "^1.10.4" whylogs = "^1.1.26" jsonschema = "^4.17.3" @@ -29,5 +29,5 @@ line-length = 140 requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[flake8] +[tool.flake8] max-line-length = 140