diff --git a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock index bd7c84ab..f71487ed 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock @@ -563,17 +563,17 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -581,163 +581,145 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client_config_builder-0.1.0b7-py3-none-any.whl", hash = "sha256:52025207756689f213e64d674143febd1b98f7ad537a949b35075e5190709743"}, + {file = "polywrap_client_config_builder-0.1.0b7.tar.gz", hash = "sha256:1a139456dabd0f87fa82eca20ee5ab07c4b67f3264dee3fbeb9ebff27576351c"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-client-config-builder" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-fs-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:468b1004f5bba2d269c722d360e0d6e69e543b93c18359885129b6dbf78d293e"}, + {file = "polywrap_fs_plugin-0.1.0b7.tar.gz", hash = "sha256:f44b3cf2f22b04ddb677d572ee7ba90377de2ec5bfdb1a99c46a28a813bcc558"}, +] [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-http-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Http plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:2ad20080784fd60aa50580001b3c7296804ad3baaf66c5b47efaab392296fcad"}, + {file = "polywrap_http_plugin-0.1.0b7.tar.gz", hash = "sha256:42b626245cd108bbcd4a83280c55e4bc59db835b200978198ca330d0f9b9d6c9"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap URI resolvers" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0b7-py3-none-any.whl", hash = "sha256:458d3c918e7f0187bc6bd5ab291a2f2b6486fd9c8dbdd94de89f9d955a3a3013"}, + {file = "polywrap_uri_resolvers-0.1.0b7.tar.gz", hash = "sha256:7ee9dfd35528c35d5039643aedc0e9e2293f86110aa20ec08dd6b0861a4450df"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-uri-resolvers" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b7-py3-none-any.whl", hash = "sha256:d81721b8849fcae2698b4a0b370e75aa97e0a7703ebf27982d82709ee0986630"}, + {file = "polywrap_wasm-0.1.0b7.tar.gz", hash = "sha256:4ec689adc4ce61750c00478dc050be284d61219d00d5c303fe6168ae1865dee2"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -863,13 +845,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -987,18 +969,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1272,4 +1254,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "86864e3b28e3bd21afc2eb79ad00197dc852f107c36b14b51f92ab02e6a9e9fa" +content-hash = "7ebbd5286497dd4a3c0f28302899a55ab0934bf5fbec25e4da5964e677d2f46e" diff --git a/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml index 93358e77..791cc8c7 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml +++ b/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-sys-config-bundle" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap System Client Config Bundle" authors = ["Niraj "] readme = "README.rst" @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"] [tool.poetry.dependencies] python = "^3.10" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} -polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} -polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-client-config-builder = "^0.1.0b7" +polywrap-uri-resolvers = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-wasm = "^0.1.0b7" +polywrap-fs-plugin = "^0.1.0b7" +polywrap-http-plugin = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock b/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock index 1d0e5e15..5a8c8245 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock @@ -1507,17 +1507,17 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -1525,206 +1525,184 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client_config_builder-0.1.0b7-py3-none-any.whl", hash = "sha256:52025207756689f213e64d674143febd1b98f7ad537a949b35075e5190709743"}, + {file = "polywrap_client_config_builder-0.1.0b7.tar.gz", hash = "sha256:1a139456dabd0f87fa82eca20ee5ab07c4b67f3264dee3fbeb9ebff27576351c"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-client-config-builder" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-ethereum-provider" -version = "0.1.0b6" -description = "Ethereum provider in python" +version = "0.1.0b7" +description = "Ethereum provider plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_provider-0.1.0b7-py3-none-any.whl", hash = "sha256:2976b09d6bbe6290ae02ef1f0f14733f3db00a696ef11a2f5677f565f7568d97"}, + {file = "polywrap_ethereum_provider-0.1.0b7.tar.gz", hash = "sha256:7fad34ad3fdf4ead66cda6be3f41615389d0062c2786c8bfa2338e05f929aaaf"}, +] [package.dependencies] eth_account = "0.8.0" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../../plugins/polywrap-ethereum-provider" - [[package]] name = "polywrap-fs-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:468b1004f5bba2d269c722d360e0d6e69e543b93c18359885129b6dbf78d293e"}, + {file = "polywrap_fs_plugin-0.1.0b7.tar.gz", hash = "sha256:f44b3cf2f22b04ddb677d572ee7ba90377de2ec5bfdb1a99c46a28a813bcc558"}, +] [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-http-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Http plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:2ad20080784fd60aa50580001b3c7296804ad3baaf66c5b47efaab392296fcad"}, + {file = "polywrap_http_plugin-0.1.0b7.tar.gz", hash = "sha256:42b626245cd108bbcd4a83280c55e4bc59db835b200978198ca330d0f9b9d6c9"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-sys-config-bundle" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap System Client Config Bundle" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_sys_config_bundle-0.1.0b7-py3-none-any.whl", hash = "sha256:26dde88febed7ccad47338a8ee10c17ee923aec5f479fc0e6c355772c9b1c948"}, + {file = "polywrap_sys_config_bundle-0.1.0b7.tar.gz", hash = "sha256:eae25a77dc13f4a013ce48ab719a4f4ead6f07955f83ecbd9c22809423b79184"}, +] [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} -polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-sys-config-bundle" +polywrap-client-config-builder = ">=0.1.0b7,<0.2.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-fs-plugin = ">=0.1.0b7,<0.2.0" +polywrap-http-plugin = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap URI resolvers" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0b7-py3-none-any.whl", hash = "sha256:458d3c918e7f0187bc6bd5ab291a2f2b6486fd9c8dbdd94de89f9d955a3a3013"}, + {file = "polywrap_uri_resolvers-0.1.0b7.tar.gz", hash = "sha256:7ee9dfd35528c35d5039643aedc0e9e2293f86110aa20ec08dd6b0861a4450df"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-uri-resolvers" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b7-py3-none-any.whl", hash = "sha256:d81721b8849fcae2698b4a0b370e75aa97e0a7703ebf27982d82709ee0986630"}, + {file = "polywrap_wasm-0.1.0b7.tar.gz", hash = "sha256:4ec689adc4ce61750c00478dc050be284d61219d00d5c303fe6168ae1865dee2"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "protobuf" @@ -1913,13 +1891,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -2320,18 +2298,18 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -2832,4 +2810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "656a2358469b0d7ba9a14a05fde1f8dbdf83b1d713aba2a4ff5c0c3615f33501" +content-hash = "738b2416a45e286183ea2725d97f1b5273580eb0f4fa93a28e2f13d6eaeea866" diff --git a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml index 803ab34d..0b9926cc 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml +++ b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-web3-config-bundle" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Web3 Client Config Bundle" authors = ["Niraj "] readme = "README.rst" @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"] [tool.poetry.dependencies] python = "^3.10" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} -polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} -polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-client-config-builder = "^0.1.0b7" +polywrap-uri-resolvers = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-wasm = "^0.1.0b7" +polywrap-ethereum-provider = "^0.1.0b7" +polywrap-sys-config-bundle = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-ethereum-provider/poetry.lock b/packages/plugins/polywrap-ethereum-provider/poetry.lock index a38aa3ad..554b5836 100644 --- a/packages/plugins/polywrap-ethereum-provider/poetry.lock +++ b/packages/plugins/polywrap-ethereum-provider/poetry.lock @@ -1459,16 +1459,16 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" version = "0.1.0b6" -description = "" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -1477,15 +1477,15 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" version = "0.1.0b6" -description = "" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} [package.source] type = "directory" @@ -1493,16 +1493,16 @@ url = "../../polywrap-client-config-builder" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -1510,7 +1510,7 @@ url = "../../polywrap-core" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false python-versions = "^3.10" @@ -1518,7 +1518,7 @@ files = [] develop = true [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" pydantic = "^1.10.2" [package.source] @@ -1527,8 +1527,8 @@ url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false python-versions = "^3.10" files = [] @@ -1543,34 +1543,32 @@ url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" -description = "" +description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1578,20 +1576,22 @@ url = "../../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +wasmtime = "^9.0.0" + +[package.source] +type = "directory" +url = "../../polywrap-wasm" [[package]] name = "protobuf" @@ -1780,13 +1780,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -2185,18 +2185,18 @@ doc = ["Sphinx", "sphinx-rtd-theme"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -2686,4 +2686,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4d6a9441baad73bdc882c7ad6ca63c516a67279e3a796bf868c2ceb2e543cdd8" +content-hash = "02719416d8d5d6b3dc693ec225707da2d4d1d33b8024bd8c6c08cdb554c980fe" diff --git a/packages/plugins/polywrap-ethereum-provider/pyproject.toml b/packages/plugins/polywrap-ethereum-provider/pyproject.toml index d9348e4e..f5af2087 100644 --- a/packages/plugins/polywrap-ethereum-provider/pyproject.toml +++ b/packages/plugins/polywrap-ethereum-provider/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-ethereum-provider" -version = "0.1.0b6" +version = "0.1.0b7" description = "Ethereum provider plugin for Polywrap Python Client" authors = ["Cesar ", "Niraj "] readme = "README.rst" @@ -15,10 +15,10 @@ include = ["polywrap_ethereum_provider/wrap/**/*"] python = "^3.10" web3 = "6.1.0" eth_account = "0.8.0" -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b7" +polywrap-core = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-fs-plugin/poetry.lock b/packages/plugins/polywrap-fs-plugin/poetry.lock index 3f384091..2da1e19e 100644 --- a/packages/plugins/polywrap-fs-plugin/poetry.lock +++ b/packages/plugins/polywrap-fs-plugin/poetry.lock @@ -476,16 +476,16 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" version = "0.1.0b6" -description = "" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -494,15 +494,15 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" version = "0.1.0b6" -description = "" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} [package.source] type = "directory" @@ -510,16 +510,16 @@ url = "../../polywrap-client-config-builder" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -527,7 +527,7 @@ url = "../../polywrap-core" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false python-versions = "^3.10" @@ -535,7 +535,7 @@ files = [] develop = true [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" pydantic = "^1.10.2" [package.source] @@ -544,8 +544,8 @@ url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false python-versions = "^3.10" files = [] @@ -560,34 +560,32 @@ url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" -description = "" +description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -595,20 +593,22 @@ url = "../../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +wasmtime = "^9.0.0" + +[package.source] +type = "directory" +url = "../../polywrap-wasm" [[package]] name = "py" @@ -734,13 +734,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -858,18 +858,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1132,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d39a785988698519f40517cdb5fb3402097438585fc46f15e923cf233dac988d" +content-hash = "eaabca42c4c73eec351d6725eab004735939f620e6d06dce87a433bbcf4ac2ed" diff --git a/packages/plugins/polywrap-fs-plugin/pyproject.toml b/packages/plugins/polywrap-fs-plugin/pyproject.toml index ceb5fb03..b6cc8197 100644 --- a/packages/plugins/polywrap-fs-plugin/pyproject.toml +++ b/packages/plugins/polywrap-fs-plugin/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-fs-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "File-system plugin for Polywrap Python Client" authors = ["Niraj "] readme = "README.rst" @@ -13,10 +13,10 @@ include = ["polywrap_fs_plugin/wrap/**/*"] [tool.poetry.dependencies] python = "^3.10" -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b7" +polywrap-core = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-http-plugin/poetry.lock b/packages/plugins/polywrap-http-plugin/poetry.lock index 7f672e80..d6fc2f82 100644 --- a/packages/plugins/polywrap-http-plugin/poetry.lock +++ b/packages/plugins/polywrap-http-plugin/poetry.lock @@ -652,16 +652,16 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" version = "0.1.0b6" -description = "" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -670,15 +670,15 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" version = "0.1.0b6" -description = "" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} [package.source] type = "directory" @@ -686,16 +686,16 @@ url = "../../polywrap-client-config-builder" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -703,7 +703,7 @@ url = "../../polywrap-core" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false python-versions = "^3.10" @@ -711,7 +711,7 @@ files = [] develop = true [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" pydantic = "^1.10.2" [package.source] @@ -720,8 +720,8 @@ url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false python-versions = "^3.10" files = [] @@ -736,34 +736,32 @@ url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" -description = "" +description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -771,20 +769,22 @@ url = "../../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +wasmtime = "^9.0.0" + +[package.source] +type = "directory" +url = "../../polywrap-wasm" [[package]] name = "py" @@ -910,13 +910,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -1062,18 +1062,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1364,4 +1364,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "822b1a914f39e42b654d1b52e44a14e4dbbf426d8110a2569fd1234685ae4d91" +content-hash = "231f9a4e98518eb81ce62d4f531535cbaccff3ebcf475ec936306258901e0fcf" diff --git a/packages/plugins/polywrap-http-plugin/pyproject.toml b/packages/plugins/polywrap-http-plugin/pyproject.toml index 9aaa0727..fd36057f 100644 --- a/packages/plugins/polywrap-http-plugin/pyproject.toml +++ b/packages/plugins/polywrap-http-plugin/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-http-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "Http plugin for Polywrap Python Client" authors = ["Niraj "] readme = "README.rst" @@ -14,10 +14,10 @@ include = ["polywrap_http_plugin/wrap/**/*"] [tool.poetry.dependencies] python = "^3.10" httpx = "^0.23.3" -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b7" +polywrap-core = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/polywrap-client-config-builder/poetry.lock b/packages/polywrap-client-config-builder/poetry.lock index 662ee80c..6338d4fd 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -1539,16 +1539,16 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -1556,61 +1556,67 @@ url = "../polywrap-core" [[package]] name = "polywrap-ethereum-provider" -version = "0.1.0b6" -description = "Ethereum provider in python" +version = "0.1.0b7" +description = "Ethereum provider plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, - {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" web3 = "6.1.0" +[package.source] +type = "directory" +url = "../plugins/polywrap-ethereum-provider" + [[package]] name = "polywrap-fs-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, - {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" + +[package.source] +type = "directory" +url = "../plugins/polywrap-fs-plugin" [[package]] name = "polywrap-http-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Http plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, - {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +httpx = "^0.23.3" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" + +[package.source] +type = "directory" +url = "../plugins/polywrap-http-plugin" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false python-versions = "^3.10" @@ -1618,7 +1624,7 @@ files = [] develop = true [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" pydantic = "^1.10.2" [package.source] @@ -1627,35 +1633,33 @@ url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, ] [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-sys-config-bundle" @@ -1667,13 +1671,13 @@ files = [] develop = true [package.dependencies] -polywrap-client-config-builder = "^0.1.0b6" -polywrap-core = "^0.1.0b6" -polywrap-fs-plugin = "^0.1.0b6" -polywrap-http-plugin = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} +polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} +polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} +polywrap-wasm = {path = "../../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1681,16 +1685,16 @@ url = "../config-bundles/polywrap-sys-config-bundle" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-wasm = "^0.1.0b7" [package.source] type = "directory" @@ -1698,17 +1702,17 @@ url = "../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" wasmtime = "^9.0.0" [package.source] @@ -1718,20 +1722,20 @@ url = "../polywrap-wasm" [[package]] name = "polywrap-web3-config-bundle" version = "0.1.0b6" -description = "Polywrap System Client Config Bundle" +description = "Polywrap Web3 Client Config Bundle" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-client-config-builder = "^0.1.0b6" -polywrap-core = "^0.1.0b6" -polywrap-ethereum-provider = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-sys-config-bundle = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} +polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} +polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} +polywrap-wasm = {path = "../../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1924,13 +1928,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -2331,18 +2335,18 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -2854,4 +2858,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "09e8257386e6e50fd99da69dce4b8c8130e09d236c5f6ca6695518ee8843c155" +content-hash = "2d25d3882afb8391f8adf9eaf5cc66aa9a3b357cf893e904e885af2e25b81c4c" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index 6af1af0c..934b7c4a 100644 --- a/packages/polywrap-client-config-builder/pyproject.toml +++ b/packages/polywrap-client-config-builder/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-client-config-builder" -version = "0.1.0b6" +version = "0.1.0b7" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." authors = ["Media ", "Cesar ", "Niraj "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = "^0.1.0b7" +polywrap-core = "^0.1.0b7" [tool.poetry.group.dev.dependencies] hypothesis = "^6.76.0" diff --git a/packages/polywrap-client/poetry.lock b/packages/polywrap-client/poetry.lock index dd7565ac..152b8ee4 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1508,15 +1508,15 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client-config-builder" version = "0.1.0b6" -description = "" +description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} [package.source] type = "directory" @@ -1524,16 +1524,16 @@ url = "../polywrap-client-config-builder" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -1541,61 +1541,67 @@ url = "../polywrap-core" [[package]] name = "polywrap-ethereum-provider" -version = "0.1.0b6" -description = "Ethereum provider in python" +version = "0.1.0b7" +description = "Ethereum provider plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, - {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" web3 = "6.1.0" +[package.source] +type = "directory" +url = "../plugins/polywrap-ethereum-provider" + [[package]] name = "polywrap-fs-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, - {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" + +[package.source] +type = "directory" +url = "../plugins/polywrap-fs-plugin" [[package]] name = "polywrap-http-plugin" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Http plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, - {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +httpx = "^0.23.3" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" + +[package.source] +type = "directory" +url = "../plugins/polywrap-http-plugin" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false python-versions = "^3.10" @@ -1603,7 +1609,7 @@ files = [] develop = true [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" pydantic = "^1.10.2" [package.source] @@ -1612,33 +1618,31 @@ url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -1654,13 +1658,13 @@ files = [] develop = true [package.dependencies] -polywrap-client-config-builder = "^0.1.0b6" -polywrap-core = "^0.1.0b6" -polywrap-fs-plugin = "^0.1.0b6" -polywrap-http-plugin = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} +polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} +polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} +polywrap-wasm = {path = "../../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1668,8 +1672,8 @@ url = "../config-bundles/polywrap-sys-config-bundle" [[package]] name = "polywrap-test-cases" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Wrap Test cases for Polywrap" optional = false python-versions = "^3.10" files = [] @@ -1682,52 +1686,56 @@ url = "../polywrap-test-cases" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" -description = "" +description = "Polywrap URI resolvers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, - {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-wasm = ">=0.1.0b6,<0.2.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +wasmtime = "^9.0.0" + +[package.source] +type = "directory" +url = "../polywrap-wasm" [[package]] name = "polywrap-web3-config-bundle" version = "0.1.0b6" -description = "Polywrap System Client Config Bundle" +description = "Polywrap Web3 Client Config Bundle" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-client-config-builder = "^0.1.0b6" -polywrap-core = "^0.1.0b6" -polywrap-ethereum-provider = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-sys-config-bundle = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} +polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} +polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} +polywrap-wasm = {path = "../../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1920,13 +1928,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -2357,18 +2365,18 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -2869,4 +2877,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "18c5598ec366d82525ce7e8b8c73d80cf9a5d6538a101e8caf8399d25f213dd4" +content-hash = "dd48bf95c53701582b0d377188e249f935f1946402b55f4f6f44f207493129cd" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index c40b8f8c..fe0e71f6 100644 --- a/packages/polywrap-client/pyproject.toml +++ b/packages/polywrap-client/pyproject.toml @@ -4,16 +4,16 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-client" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Client to invoke Polywrap Wrappers" authors = ["Cesar ", "Niraj "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" +polywrap-core = "^0.1.0b7" [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-core/poetry.lock b/packages/polywrap-core/poetry.lock index b0582eec..016fc9c6 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -465,36 +465,32 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -620,13 +616,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -727,18 +723,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -983,4 +979,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "61990f66dd778a395d0bbb9373d0cd5510cdad7c36cb2914887bf507eb0ff98e" +content-hash = "10d682fbbf2b7376dbc418407533538e112eac6a45044a28b8e8be63e938fb59" diff --git a/packages/polywrap-core/pyproject.toml b/packages/polywrap-core/pyproject.toml index 96057bfe..fee98940 100644 --- a/packages/polywrap-core/pyproject.toml +++ b/packages/polywrap-core/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-core" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Core" authors = ["Cesar ", "Niraj "] [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-manifest/poetry.lock b/packages/polywrap-manifest/poetry.lock index d14b1f6d..f3c5b94a 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -941,19 +941,17 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "prance" @@ -1121,13 +1119,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -1389,18 +1387,18 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1712,4 +1710,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dac0eab10888046067e5b52d2326400f103a1db208b2fb851d41b85e7d54fa30" +content-hash = "05f812ccb6fb8c09ac4d3e3995ccf6041093300f0687b7d70c4fb696914d7b10" diff --git a/packages/polywrap-manifest/pyproject.toml b/packages/polywrap-manifest/pyproject.toml index 20a99c06..f8b89055 100644 --- a/packages/polywrap-manifest/pyproject.toml +++ b/packages/polywrap-manifest/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" authors = ["Niraj "] readme = "README.rst" @@ -12,7 +12,7 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" pydantic = "^1.10.2" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0b7" [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-msgpack/poetry.lock b/packages/polywrap-msgpack/poetry.lock index 2c7d92d4..9c726623 100644 --- a/packages/polywrap-msgpack/poetry.lock +++ b/packages/polywrap-msgpack/poetry.lock @@ -677,13 +677,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -822,18 +822,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] diff --git a/packages/polywrap-msgpack/pyproject.toml b/packages/polywrap-msgpack/pyproject.toml index d2951057..7e2043c1 100644 --- a/packages/polywrap-msgpack/pyproject.toml +++ b/packages/polywrap-msgpack/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-msgpack" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP msgpack encoder/decoder" authors = ["Cesar ", "Niraj "] readme = "README.rst" diff --git a/packages/polywrap-plugin/poetry.lock b/packages/polywrap-plugin/poetry.lock index 207d81e9..6d6ce64f 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -465,53 +465,47 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -637,13 +631,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -744,18 +738,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1000,4 +994,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "70c9ba29894ee304821edb2405c6664935a6a65d5e7ca8e15bb823453be1a05b" +content-hash = "d5c895a7c6104a3c33d5fb196af137b2a950e5cfddc521899a8e179de0c1e1be" diff --git a/packages/polywrap-plugin/pyproject.toml b/packages/polywrap-plugin/pyproject.toml index 4118343b..25e9a59b 100644 --- a/packages/polywrap-plugin/pyproject.toml +++ b/packages/polywrap-plugin/pyproject.toml @@ -4,16 +4,16 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Plugin package" authors = ["Cesar "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-core = "^0.1.0b7" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-test-cases/poetry.lock b/packages/polywrap-test-cases/poetry.lock index 18c48434..026202bd 100644 --- a/packages/polywrap-test-cases/poetry.lock +++ b/packages/polywrap-test-cases/poetry.lock @@ -463,13 +463,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -570,18 +570,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] diff --git a/packages/polywrap-test-cases/pyproject.toml b/packages/polywrap-test-cases/pyproject.toml index 4058b7b1..ec297dde 100644 --- a/packages/polywrap-test-cases/pyproject.toml +++ b/packages/polywrap-test-cases/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-test-cases" -version = "0.1.0b6" +version = "0.1.0b7" description = "Wrap Test cases for Polywrap" authors = ["Cesar "] readme = "README.rst" diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index d21afa2d..6d2efc8f 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -465,17 +465,17 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -483,67 +483,61 @@ url = "../polywrap-client" [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Polywrap Plugin package" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-msgpack = "^0.1.0b7" [package.source] type = "directory" @@ -551,8 +545,8 @@ url = "../polywrap-plugin" [[package]] name = "polywrap-test-cases" -version = "0.1.0b6" -description = "Plugin package" +version = "0.1.0b7" +description = "Wrap Test cases for Polywrap" optional = false python-versions = "^3.10" files = [] @@ -564,22 +558,20 @@ url = "../polywrap-test-cases" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b7-py3-none-any.whl", hash = "sha256:d81721b8849fcae2698b4a0b370e75aa97e0a7703ebf27982d82709ee0986630"}, + {file = "polywrap_wasm-0.1.0b7.tar.gz", hash = "sha256:4ec689adc4ce61750c00478dc050be284d61219d00d5c303fe6168ae1865dee2"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -705,13 +697,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -845,18 +837,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1119,4 +1111,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "82fb999912bbf9e94c3fae7b2f8072de7da7d4e567a3041bc5ceaf131189898a" +content-hash = "61fbb171c84ad706205fae3037a42ff76090521446a81fbce8af0a3c0176a52a" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index e54ec37f..b805bdd9 100644 --- a/packages/polywrap-uri-resolvers/pyproject.toml +++ b/packages/polywrap-uri-resolvers/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-uri-resolvers" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap URI resolvers" authors = ["Cesar ", "Niraj "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-wasm = {path = "../polywrap-wasm", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = "^0.1.0b7" +polywrap-core = "^0.1.0b7" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../polywrap-client", develop = true} diff --git a/packages/polywrap-wasm/poetry.lock b/packages/polywrap-wasm/poetry.lock index cbbd6b0d..cd90d5c8 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -465,53 +465,47 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0b6" -description = "" +version = "0.1.0b7" +description = "Polywrap Core" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" -description = "WRAP msgpack encoding" +version = "0.1.0b7" +description = "WRAP msgpack encoder/decoder" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -637,13 +631,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -744,18 +738,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1018,4 +1012,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a659cb48995e508aa6a76d3aa64c0d2ac87aa922ad25483049b4edf08aa6f53e" +content-hash = "d4ac095996fe10290642c4b3934e624cf31073460d076849bed461a7d83e94fd" diff --git a/packages/polywrap-wasm/pyproject.toml b/packages/polywrap-wasm/pyproject.toml index bf7ff2f4..c6241790 100644 --- a/packages/polywrap-wasm/pyproject.toml +++ b/packages/polywrap-wasm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-wasm" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Wasm" authors = ["Cesar ", "Niraj "] readme = "README.rst" @@ -12,9 +12,9 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" wasmtime = "^9.0.0" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-core = "^0.1.0b7" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap/README.rst b/packages/polywrap/README.rst index d01f8a8c..cd855e03 100644 --- a/packages/polywrap/README.rst +++ b/packages/polywrap/README.rst @@ -1,6 +1,6 @@ Polywrap ======== -This package contains the Polywrap Python SDK +This package contains the Polywrap Python SDK. Installation ============ diff --git a/packages/polywrap/poetry.lock b/packages/polywrap/poetry.lock index ee23a33e..e246d09b 100644 --- a/packages/polywrap/poetry.lock +++ b/packages/polywrap/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -150,7 +147,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -170,7 +166,6 @@ wrapt = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -182,7 +177,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -201,7 +195,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -226,7 +219,6 @@ yaml = ["PyYAML"] name = "bitarray" version = "2.8.1" description = "efficient arrays of booleans -- C extension" -category = "main" optional = false python-versions = "*" files = [ @@ -338,7 +330,6 @@ files = [ name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -373,7 +364,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -385,7 +375,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -470,7 +459,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -485,7 +473,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -497,7 +484,6 @@ files = [ name = "cytoolz" version = "0.12.2" description = "Cython implementation of Toolz: High performance functional utilities" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -606,7 +592,6 @@ cython = ["cython"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -621,7 +606,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -633,7 +617,6 @@ files = [ name = "eth-abi" version = "4.1.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -657,7 +640,6 @@ tools = ["hypothesis (>=4.18.2,<5.0.0)"] name = "eth-account" version = "0.8.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" -category = "main" optional = false python-versions = ">=3.6, <4" files = [ @@ -685,7 +667,6 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x name = "eth-hash" version = "0.5.2" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -708,7 +689,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-keyfile" version = "0.6.1" description = "A library for handling the encrypted keyfiles used to store ethereum private keys." -category = "main" optional = false python-versions = "*" files = [ @@ -731,7 +711,6 @@ test = ["pytest (>=6.2.5,<7)"] name = "eth-keys" version = "0.4.0" description = "Common API for Ethereum key operations." -category = "main" optional = false python-versions = "*" files = [ @@ -754,7 +733,6 @@ test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysh name = "eth-rlp" version = "0.3.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -777,7 +755,6 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= name = "eth-typing" version = "3.4.0" description = "eth-typing: Common type annotations for ethereum python packages" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -795,7 +772,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-utils" version = "2.2.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" -category = "main" optional = false python-versions = ">=3.7,<4" files = [ @@ -819,7 +795,6 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -834,7 +809,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -850,7 +824,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -921,7 +894,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -936,7 +908,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +922,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -963,7 +933,6 @@ files = [ name = "hexbytes" version = "0.3.1" description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -981,7 +950,6 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -993,17 +961,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1019,15 +986,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1039,7 +1005,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1051,7 +1016,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -1069,7 +1033,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1091,7 +1054,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1106,7 +1068,6 @@ referencing = ">=0.28.0" name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1152,7 +1113,6 @@ files = [ name = "lru-dict" version = "1.2.0" description = "An Dict like LRU container." -category = "main" optional = false python-versions = "*" files = [ @@ -1247,7 +1207,6 @@ test = ["pytest"] name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1272,7 +1231,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1284,7 +1242,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1296,7 +1253,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1369,7 +1325,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1453,7 +1408,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1465,7 +1419,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1480,7 +1433,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1492,7 +1444,6 @@ files = [ name = "parsimonious" version = "0.9.0" description = "(Soon to be) the fastest pure-Python PEG parser I could muster" -category = "main" optional = false python-versions = "*" files = [ @@ -1506,7 +1457,6 @@ regex = ">=2022.3.15" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1518,7 +1468,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -1530,7 +1479,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1546,7 +1494,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1560,265 +1507,225 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Client to invoke Polywrap Wrappers" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client-0.1.0b7-py3-none-any.whl", hash = "sha256:7fa20d2dc46ce43ae8c24b657078b1fcf4dfb1ab23ee699ba5762ef02129b670"}, + {file = "polywrap_client-0.1.0b7.tar.gz", hash = "sha256:f452b05eaa80a77d9e27eb9274544f81d49ae08cd0184fa32fc8d205efc990e4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-client" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0b6" +version = "0.1.0b7" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client_config_builder-0.1.0b7-py3-none-any.whl", hash = "sha256:52025207756689f213e64d674143febd1b98f7ad537a949b35075e5190709743"}, + {file = "polywrap_client_config_builder-0.1.0b7.tar.gz", hash = "sha256:1a139456dabd0f87fa82eca20ee5ab07c4b67f3264dee3fbeb9ebff27576351c"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-client-config-builder" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-core" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Core" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b7-py3-none-any.whl", hash = "sha256:0bc1d9ff32065344b96cbc8929695244e991a05f9745e6bbced95ad8288ff72f"}, + {file = "polywrap_core-0.1.0b7.tar.gz", hash = "sha256:b55f3b0384094ad308710e8513d09042c742bf34a22d8c8603e101c27fbcd926"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-ethereum-provider" -version = "0.1.0b6" +version = "0.1.0b7" description = "Ethereum provider plugin for Polywrap Python Client" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_provider-0.1.0b7-py3-none-any.whl", hash = "sha256:2976b09d6bbe6290ae02ef1f0f14733f3db00a696ef11a2f5677f565f7568d97"}, + {file = "polywrap_ethereum_provider-0.1.0b7.tar.gz", hash = "sha256:7fad34ad3fdf4ead66cda6be3f41615389d0062c2786c8bfa2338e05f929aaaf"}, +] [package.dependencies] eth_account = "0.8.0" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../plugins/polywrap-ethereum-provider" - [[package]] name = "polywrap-fs-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "File-system plugin for Polywrap Python Client" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:468b1004f5bba2d269c722d360e0d6e69e543b93c18359885129b6dbf78d293e"}, + {file = "polywrap_fs_plugin-0.1.0b7.tar.gz", hash = "sha256:f44b3cf2f22b04ddb677d572ee7ba90377de2ec5bfdb1a99c46a28a813bcc558"}, +] [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-http-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "Http plugin for Polywrap Python Client" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:2ad20080784fd60aa50580001b3c7296804ad3baaf66c5b47efaab392296fcad"}, + {file = "polywrap_http_plugin-0.1.0b7.tar.gz", hash = "sha256:42b626245cd108bbcd4a83280c55e4bc59db835b200978198ca330d0f9b9d6c9"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +polywrap-plugin = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP manifest" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0b7-py3-none-any.whl", hash = "sha256:067366a58ccac860e222f182dc6f272d74d81a7e451baadb196c5c651e2e2b0a"}, + {file = "polywrap_manifest-0.1.0b7.tar.gz", hash = "sha256:4c8b248ff602ad8b492bd8f953dbb33a5bec6d32b5919034774147530ebf4392"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0b6" +version = "0.1.0b7" description = "WRAP msgpack encoder/decoder" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0b7-py3-none-any.whl", hash = "sha256:b804762fe13d1b32508af6284e89bf77a1968e3ab8f96724fe5d5c3e0bc6426b"}, + {file = "polywrap_msgpack-0.1.0b7.tar.gz", hash = "sha256:2fccb846c17fe9371780c815db1d487fbb79d491c5d54935634bbcf36a9f5ee4"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b7-py3-none-any.whl", hash = "sha256:bb3b78aff86036ade96f6ba5a291ca5342fc04ee5118e2805c1aa0a5e1be23f2"}, + {file = "polywrap_plugin-0.1.0b7.tar.gz", hash = "sha256:ad03cfe130abf2a5abf2daa45114c02a6c3a48af14599e6531926b6a718785c6"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-plugin" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-sys-config-bundle" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap System Client Config Bundle" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_sys_config_bundle-0.1.0b7-py3-none-any.whl", hash = "sha256:26dde88febed7ccad47338a8ee10c17ee923aec5f479fc0e6c355772c9b1c948"}, + {file = "polywrap_sys_config_bundle-0.1.0b7.tar.gz", hash = "sha256:eae25a77dc13f4a013ce48ab719a4f4ead6f07955f83ecbd9c22809423b79184"}, +] [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} -polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../config-bundles/polywrap-sys-config-bundle" +polywrap-client-config-builder = ">=0.1.0b7,<0.2.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-fs-plugin = ">=0.1.0b7,<0.2.0" +polywrap-http-plugin = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap URI resolvers" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0b7-py3-none-any.whl", hash = "sha256:458d3c918e7f0187bc6bd5ab291a2f2b6486fd9c8dbdd94de89f9d955a3a3013"}, + {file = "polywrap_uri_resolvers-0.1.0b7.tar.gz", hash = "sha256:7ee9dfd35528c35d5039643aedc0e9e2293f86110aa20ec08dd6b0861a4450df"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-uri-resolvers" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "polywrap-wasm" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Wasm" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b7-py3-none-any.whl", hash = "sha256:d81721b8849fcae2698b4a0b370e75aa97e0a7703ebf27982d82709ee0986630"}, + {file = "polywrap_wasm-0.1.0b7.tar.gz", hash = "sha256:4ec689adc4ce61750c00478dc050be284d61219d00d5c303fe6168ae1865dee2"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-msgpack = ">=0.1.0b7,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "polywrap-web3-config-bundle" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Web3 Client Config Bundle" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_web3_config_bundle-0.1.0b7-py3-none-any.whl", hash = "sha256:ef0615a458147d4256af53c410850cfc98e9a03cf7297e7cd936b04fc3448803"}, + {file = "polywrap_web3_config_bundle-0.1.0b7.tar.gz", hash = "sha256:69ea36d360ea3326cfece68901956408aa22206804927ca1af910924d8251dc2"}, +] [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../config-bundles/polywrap-web3-config-bundle" +polywrap-client-config-builder = ">=0.1.0b7,<0.2.0" +polywrap-core = ">=0.1.0b7,<0.2.0" +polywrap-ethereum-provider = ">=0.1.0b7,<0.2.0" +polywrap-manifest = ">=0.1.0b7,<0.2.0" +polywrap-sys-config-bundle = ">=0.1.0b7,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b7,<0.2.0" +polywrap-wasm = ">=0.1.0b7,<0.2.0" [[package]] name = "protobuf" version = "4.24.0" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1841,7 +1748,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1853,7 +1759,6 @@ files = [ name = "pycryptodome" version = "3.18.0" description = "Cryptographic library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1895,7 +1800,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1948,7 +1852,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1966,7 +1869,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1981,7 +1883,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -2008,14 +1909,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.322" +version = "1.1.323" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, - {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, + {file = "pyright-1.1.323-py3-none-any.whl", hash = "sha256:23ce9eca401fda311be273784ebf128850d43a17f9e87dc299ffcdc0ffe91f75"}, + {file = "pyright-1.1.323.tar.gz", hash = "sha256:f3029bfe96a3436a505464d28e3433fafe23ac5f86f52edab9a26cd66685825e"}, ] [package.dependencies] @@ -2029,7 +1929,6 @@ dev = ["twine (>=3.4.1)"] name = "pysha3" version = "1.0.2" description = "SHA-3 (Keccak) for Python 2.7 - 3.5" -category = "dev" optional = false python-versions = "*" files = [ @@ -2060,7 +1959,6 @@ files = [ name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2083,7 +1981,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -2107,7 +2004,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2157,7 +2053,6 @@ files = [ name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2173,7 +2068,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2271,7 +2165,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2293,7 +2186,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -2311,7 +2203,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -2330,7 +2221,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rlp" version = "3.0.0" description = "A package for Recursive Length Prefix encoding and decoding" -category = "main" optional = false python-versions = "*" files = [ @@ -2352,7 +2242,6 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] name = "rpds-py" version = "0.9.2" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2457,26 +2346,24 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.1.0-py3-none-any.whl", hash = "sha256:e13e1b0bc760e9b0127eda042845999b2f913e12437046e663b833aa96d89715"}, + {file = "setuptools-68.1.0.tar.gz", hash = "sha256:d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2488,7 +2375,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2500,7 +2386,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2512,7 +2397,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -2524,7 +2408,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2539,7 +2422,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2551,7 +2433,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2563,7 +2444,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2575,7 +2455,6 @@ files = [ name = "toolz" version = "0.12.0" description = "List processing tools and functional utilities" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -2587,7 +2466,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2613,7 +2491,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -2633,7 +2510,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2645,7 +2521,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2663,7 +2538,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2684,7 +2558,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2703,7 +2576,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "web3" version = "6.1.0" description = "web3.py" -category = "main" optional = false python-versions = ">=3.7.2" files = [ @@ -2737,7 +2609,6 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2817,7 +2688,6 @@ files = [ name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2902,7 +2772,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2989,4 +2858,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ba65773d2d2c4191d0502478d53aeb4ecdc84068ef052ac3855cb97c53de10ae" +content-hash = "5df23942cc022ebc81e610e0e5f3bf9ff089f83b3d60c651f818a491465bd534" diff --git a/packages/polywrap/pyproject.toml b/packages/polywrap/pyproject.toml index fdb98b48..db0cbd0d 100644 --- a/packages/polywrap/pyproject.toml +++ b/packages/polywrap/pyproject.toml @@ -4,26 +4,26 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap" -version = "0.1.0b6" +version = "0.1.0b7" description = "Polywrap Python SDK" authors = ["Cesar ", "Niraj "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = { path = "../polywrap-msgpack", develop = true } -polywrap-manifest = { path = "../polywrap-manifest", develop = true } -polywrap-core = { path = "../polywrap-core", develop = true } -polywrap-wasm = { path = "../polywrap-wasm", develop = true } -polywrap-plugin = { path = "../polywrap-plugin", develop = true } -polywrap-uri-resolvers = { path = "../polywrap-uri-resolvers", develop = true } -polywrap-client = { path = "../polywrap-client", develop = true } -polywrap-client-config-builder = { path = "../polywrap-client-config-builder", develop = true } -polywrap-fs-plugin = { path = "../plugins/polywrap-fs-plugin", develop = true } -polywrap-http-plugin = { path = "../plugins/polywrap-http-plugin", develop = true } -polywrap-ethereum-provider = { path = "../plugins/polywrap-ethereum-provider", develop = true } -polywrap-sys-config-bundle = { path = "../config-bundles/polywrap-sys-config-bundle", develop = true } -polywrap-web3-config-bundle = { path = "../config-bundles/polywrap-web3-config-bundle", develop = true } +polywrap-msgpack = "^0.1.0b7" +polywrap-manifest = "^0.1.0b7" +polywrap-core = "^0.1.0b7" +polywrap-wasm = "^0.1.0b7" +polywrap-plugin = "^0.1.0b7" +polywrap-uri-resolvers = "^0.1.0b7" +polywrap-client = "^0.1.0b7" +polywrap-client-config-builder = "^0.1.0b7" +polywrap-fs-plugin = "^0.1.0b7" +polywrap-http-plugin = "^0.1.0b7" +polywrap-ethereum-provider = "^0.1.0b7" +polywrap-sys-config-bundle = "^0.1.0b7" +polywrap-web3-config-bundle = "^0.1.0b7" [tool.poetry.dev-dependencies] pytest = "^7.1.2"