diff --git a/poetry.lock b/poetry.lock index c16d919..72c5f5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "anyio" @@ -723,13 +723,13 @@ files = [ [[package]] name = "nodestream" -version = "0.13.0" +version = "0.14.0" description = "A Fast, Declarative ETL for Graph Databases." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "nodestream-0.13.0-py3-none-any.whl", hash = "sha256:f3d0fc4264492288415d95236b9437d9c789a5de49598b5dc1aae834c44a5dc1"}, - {file = "nodestream-0.13.0.tar.gz", hash = "sha256:93ab9802c3c1e9b7efc40bc730ed6c3c67d21ff982717c15c7040a74fc3f942c"}, + {file = "nodestream-0.14.0-py3-none-any.whl", hash = "sha256:212f68e6168b8730b8880a5d3b5a7fe41a4a307c63f8b42e69889521b8f47b27"}, + {file = "nodestream-0.14.0.tar.gz", hash = "sha256:34bd818619a63e3fb0e807cb2a29c478cedc2d4d07bdc2b6cb59989fdbb64033"}, ] [package.dependencies] @@ -742,11 +742,15 @@ Jinja2 = ">=3,<4" jmespath = ">=1.0,<2.0" pandas = ">=2,<3" psutil = ">=6.0,<7.0" -pyarrow = ">=17.0.0,<18.0.0" +pyarrow = ">=17.0.0,<19.0.0" python-json-logger = ">=2.0,<3.0" pyyaml = ">=6.0,<7.0" schema = ">=0.7,<0.8" -uvloop = {version = ">=0.17.0,<=0.19.0", markers = "sys_platform == \"darwin\" or sys_platform == \"linux\""} +uvloop = {version = ">=0.17.0,<=0.21.0", markers = "sys_platform == \"darwin\" or sys_platform == \"linux\""} + +[package.extras] +prometheus = ["prometheus-client (>=0.21.1,<0.22.0)"] +validation = ["genson (>=1.3.0,<2.0.0)", "jsonschema (>=4.23.0,<5.0.0)"] [[package]] name = "numpy" @@ -1527,4 +1531,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5f0566bce8dab67c8609e3c3464cdfa663555cff38a398481b3d6c7544032e6e" +content-hash = "a7d7dc6733974125507a8917294fdc0245db6f3acecdfc7b59cb6263a12c770b" diff --git a/pyproject.toml b/pyproject.toml index 7683fc2..cc7f596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nodestream-plugin-pedantic" -version = "0.13.0" +version = "0.14.0" description = "A nodestream plugin that provides a series of audits to ensure high quality and consistent nodestream projects." authors = ["Zach Probst "] packages = [{include = "nodestream_plugin_pedantic"}] @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -nodestream = "^0.13.0" +nodestream = "^0.14.0" inflection = "^0.5.1" [tool.poetry.plugins."nodestream.plugins"]