From 1dfd3cfef363f9d9945a334422ad957dae426234 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Fri, 8 Sep 2023 20:18:25 +0530 Subject: [PATCH] chore: link packages --- .../polywrap-sys-config-bundle/poetry.lock | 172 ++++++------ .../polywrap-sys-config-bundle/pyproject.toml | 14 +- .../polywrap-web3-config-bundle/poetry.lock | 218 ++++++++------- .../pyproject.toml | 14 +- .../polywrap-ethereum-wallet/poetry.lock | 106 ++++---- .../polywrap-ethereum-wallet/pyproject.toml | 8 +- .../plugins/polywrap-fs-plugin/poetry.lock | 106 ++++---- .../plugins/polywrap-fs-plugin/pyproject.toml | 8 +- .../plugins/polywrap-http-plugin/poetry.lock | 106 ++++---- .../polywrap-http-plugin/pyproject.toml | 8 +- .../poetry.lock | 152 +++++------ .../pyproject.toml | 4 +- packages/polywrap-client/poetry.lock | 168 ++++++------ packages/polywrap-client/pyproject.toml | 6 +- packages/polywrap-core/poetry.lock | 38 +-- packages/polywrap-core/pyproject.toml | 4 +- packages/polywrap-manifest/poetry.lock | 22 +- packages/polywrap-manifest/pyproject.toml | 2 +- packages/polywrap-msgpack/poetry.lock | 6 +- packages/polywrap-plugin/poetry.lock | 54 ++-- packages/polywrap-plugin/pyproject.toml | 6 +- packages/polywrap-test-cases/poetry.lock | 6 +- packages/polywrap-uri-resolvers/poetry.lock | 86 +++--- .../polywrap-uri-resolvers/pyproject.toml | 4 +- packages/polywrap-wasm/poetry.lock | 54 ++-- packages/polywrap-wasm/pyproject.toml | 6 +- packages/polywrap/poetry.lock | 256 ++++++++++-------- packages/polywrap/pyproject.toml | 26 +- 28 files changed, 881 insertions(+), 779 deletions(-) diff --git a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock index 7046a914..6330add4 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock @@ -574,9 +574,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" @@ -587,142 +587,160 @@ name = "polywrap-client-config-builder" version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client_config_builder-0.1.2-py3-none-any.whl", hash = "sha256:4ca359a7f5ff39e7daba54cfd948df0797e04942ebaf76a5074c5bddde73d458"}, - {file = "polywrap_client_config_builder-0.1.2.tar.gz", hash = "sha256:2107dd073a66d6fee2747deafe25e416679036cbc904def9be4b6aa03c1c9561"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-uri-resolvers = "0.1.2" +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" [[package]] name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-core" [[package]] name = "polywrap-fs-plugin" version = "0.1.2" description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.2-py3-none-any.whl", hash = "sha256:b706c0ba4c5d3acdaf687cccdb2b8927912a1f57dbac3fc6b5694566bc9a5cba"}, - {file = "polywrap_fs_plugin-0.1.2.tar.gz", hash = "sha256:1daeaf2bfff2df70d4dd79d6188677f404c4285a63d9f4049c82f211e0ef2929"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-http-plugin" version = "0.1.2" description = "Http plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.2-py3-none-any.whl", hash = "sha256:8692ad1978d44703af5e5bb512445b61a8e0c71db60f0eec2241287e4dd6ed50"}, - {file = "polywrap_http_plugin-0.1.2.tar.gz", hash = "sha256:50502b79fcf6a75f0d580ec572dc77b42bdb65c8f9b7e650993274268c6c32c3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" version = "0.1.2" description = "Polywrap URI resolvers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.2-py3-none-any.whl", hash = "sha256:e90f98027ac23565a94c92417a26995b2aa7cd0053f58a3969e3755f962d5584"}, - {file = "polywrap_uri_resolvers-0.1.2.tar.gz", hash = "sha256:2da20f97d0933c648e7946bf35e93c96c92eddc93c4312fb4be3cb9efee239ae"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-wasm = "0.1.2" +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.2" description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, - {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -wasmtime = ">=9.0.0,<10.0.0" +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" [[package]] name = "py" @@ -1144,13 +1162,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1267,4 +1285,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "24d4eabe001c686cbdef17d6021883b71360ad8f2d61fc3108afd98a05b0d149" +content-hash = "86864e3b28e3bd21afc2eb79ad00197dc852f107c36b14b51f92ab02e6a9e9fa" diff --git a/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml index 5a26cf1e..22d4dfd9 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml +++ b/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"] [tool.poetry.dependencies] python = "^3.10" -polywrap-core = "0.1.2" -polywrap-client-config-builder = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-wasm = "0.1.2" -polywrap-fs-plugin = "0.1.2" -polywrap-http-plugin = "0.1.2" +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} [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 fa546b18..ef35c3e4 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock @@ -1518,9 +1518,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" @@ -1531,181 +1531,203 @@ name = "polywrap-client-config-builder" version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client_config_builder-0.1.2-py3-none-any.whl", hash = "sha256:4ca359a7f5ff39e7daba54cfd948df0797e04942ebaf76a5074c5bddde73d458"}, - {file = "polywrap_client_config_builder-0.1.2.tar.gz", hash = "sha256:2107dd073a66d6fee2747deafe25e416679036cbc904def9be4b6aa03c1c9561"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-uri-resolvers = "0.1.2" +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" [[package]] name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-core" [[package]] name = "polywrap-ethereum-wallet" version = "0.1.2" description = "Ethereum wallet plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_ethereum_wallet-0.1.2-py3-none-any.whl", hash = "sha256:70b48a50d0b937b2556b867f6bfb27782238368e8c9e4420753247e02ef95e34"}, - {file = "polywrap_ethereum_wallet-0.1.2.tar.gz", hash = "sha256:631348d0a4a48157b6b027d6cdc7c3a5d2c6e7722f3fb7043699874932b564a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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} web3 = "6.1.0" +[package.source] +type = "directory" +url = "../../plugins/polywrap-ethereum-wallet" + [[package]] name = "polywrap-fs-plugin" version = "0.1.2" description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.2-py3-none-any.whl", hash = "sha256:b706c0ba4c5d3acdaf687cccdb2b8927912a1f57dbac3fc6b5694566bc9a5cba"}, - {file = "polywrap_fs_plugin-0.1.2.tar.gz", hash = "sha256:1daeaf2bfff2df70d4dd79d6188677f404c4285a63d9f4049c82f211e0ef2929"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-http-plugin" version = "0.1.2" description = "Http plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.2-py3-none-any.whl", hash = "sha256:8692ad1978d44703af5e5bb512445b61a8e0c71db60f0eec2241287e4dd6ed50"}, - {file = "polywrap_http_plugin-0.1.2.tar.gz", hash = "sha256:50502b79fcf6a75f0d580ec572dc77b42bdb65c8f9b7e650993274268c6c32c3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-sys-config-bundle" version = "0.1.2" description = "Polywrap System Client Config Bundle" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_sys_config_bundle-0.1.2-py3-none-any.whl", hash = "sha256:58e7ced8e6089bbf47712a5f114a1e31f375a7838a85f3e136f62abe7ab5f8ee"}, - {file = "polywrap_sys_config_bundle-0.1.2.tar.gz", hash = "sha256:ddfb6e6b6dad5ba2ff7c38dd38aee4e950d2b39bcfcf63c29de63a6666973408"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-client-config-builder = "0.1.2" -polywrap-core = "0.1.2" -polywrap-fs-plugin = "0.1.2" -polywrap-http-plugin = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-wasm = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" version = "0.1.2" description = "Polywrap URI resolvers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.2-py3-none-any.whl", hash = "sha256:e90f98027ac23565a94c92417a26995b2aa7cd0053f58a3969e3755f962d5584"}, - {file = "polywrap_uri_resolvers-0.1.2.tar.gz", hash = "sha256:2da20f97d0933c648e7946bf35e93c96c92eddc93c4312fb4be3cb9efee239ae"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-wasm = "0.1.2" +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.2" description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, - {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -wasmtime = ">=9.0.0,<10.0.0" +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" [[package]] name = "protobuf" @@ -2501,13 +2523,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2823,4 +2845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5eec37bf09adb9d86de68fddadfa0da9a770062a855070971482e0f81c8c437a" +content-hash = "8f8b2c8adccfc0bae7cc9c543cfd75b51760ed7363791b60e370bdd80f332fba" diff --git a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml index 13d3c5fc..cb1276aa 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml +++ b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"] [tool.poetry.dependencies] python = "^3.10" -polywrap-core = "0.1.2" -polywrap-client-config-builder = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-wasm = "0.1.2" -polywrap-ethereum-wallet = "0.1.2" -polywrap-sys-config-bundle = "0.1.2" +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-wallet = {path = "../../plugins/polywrap-ethereum-wallet", develop = true} +polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-ethereum-wallet/poetry.lock b/packages/plugins/polywrap-ethereum-wallet/poetry.lock index da298ab5..332307b5 100644 --- a/packages/plugins/polywrap-ethereum-wallet/poetry.lock +++ b/packages/plugins/polywrap-ethereum-wallet/poetry.lock @@ -1461,7 +1461,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0" +version = "0.1.2" description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" @@ -1469,9 +1469,9 @@ 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.2" +polywrap-manifest = "0.1.2" +polywrap-msgpack = "0.1.2" [package.source] type = "directory" @@ -1479,7 +1479,7 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0" +version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" @@ -1487,8 +1487,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = "0.1.2" +polywrap-uri-resolvers = "0.1.2" [package.source] type = "directory" @@ -1499,64 +1499,72 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0" +version = "0.1.2" description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" @@ -1564,8 +1572,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -1576,19 +1584,17 @@ name = "polywrap-wasm" version = "0.1.2" description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, + {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, +] [package.dependencies] polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "protobuf" @@ -2371,13 +2377,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2693,4 +2699,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "80f76f30616d8882a9498dc4fcb4ab09d34eb0e49f588c04a352fe1e8cf268d0" +content-hash = "4d6a9441baad73bdc882c7ad6ca63c516a67279e3a796bf868c2ceb2e543cdd8" diff --git a/packages/plugins/polywrap-ethereum-wallet/pyproject.toml b/packages/plugins/polywrap-ethereum-wallet/pyproject.toml index be204ece..b612f15f 100644 --- a/packages/plugins/polywrap-ethereum-wallet/pyproject.toml +++ b/packages/plugins/polywrap-ethereum-wallet/pyproject.toml @@ -15,10 +15,10 @@ include = ["polywrap_ethereum_wallet/wrap/**/*"] python = "^3.10" web3 = "6.1.0" eth_account = "0.8.0" -polywrap-plugin = "0.1.2" -polywrap-core = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" +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} [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 bc8d5cde..0c12d8a9 100644 --- a/packages/plugins/polywrap-fs-plugin/poetry.lock +++ b/packages/plugins/polywrap-fs-plugin/poetry.lock @@ -478,7 +478,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0" +version = "0.1.2" description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" @@ -486,9 +486,9 @@ 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.2" +polywrap-manifest = "0.1.2" +polywrap-msgpack = "0.1.2" [package.source] type = "directory" @@ -496,7 +496,7 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0" +version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" @@ -504,8 +504,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = "0.1.2" +polywrap-uri-resolvers = "0.1.2" [package.source] type = "directory" @@ -516,64 +516,72 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0" +version = "0.1.2" description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" @@ -581,8 +589,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -593,19 +601,17 @@ name = "polywrap-wasm" version = "0.1.2" description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, + {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, +] [package.dependencies] polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -1016,13 +1022,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1139,4 +1145,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5a99c8c09920f4f36ae1f25f85a8f8b92ab60c54127321cf5cbf67a2bca68e0b" +content-hash = "d39a785988698519f40517cdb5fb3402097438585fc46f15e923cf233dac988d" diff --git a/packages/plugins/polywrap-fs-plugin/pyproject.toml b/packages/plugins/polywrap-fs-plugin/pyproject.toml index 8048c71f..b7d5c51a 100644 --- a/packages/plugins/polywrap-fs-plugin/pyproject.toml +++ b/packages/plugins/polywrap-fs-plugin/pyproject.toml @@ -13,10 +13,10 @@ include = ["polywrap_fs_plugin/wrap/**/*"] [tool.poetry.dependencies] python = "^3.10" -polywrap-plugin = "0.1.2" -polywrap-core = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" +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} [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 29a09087..bba21602 100644 --- a/packages/plugins/polywrap-http-plugin/poetry.lock +++ b/packages/plugins/polywrap-http-plugin/poetry.lock @@ -654,7 +654,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client" -version = "0.1.0" +version = "0.1.2" description = "Polywrap Client to invoke Polywrap Wrappers" optional = false python-versions = "^3.10" @@ -662,9 +662,9 @@ 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.2" +polywrap-manifest = "0.1.2" +polywrap-msgpack = "0.1.2" [package.source] type = "directory" @@ -672,7 +672,7 @@ url = "../../polywrap-client" [[package]] name = "polywrap-client-config-builder" -version = "0.1.0" +version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" @@ -680,8 +680,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = "0.1.2" +polywrap-uri-resolvers = "0.1.2" [package.source] type = "directory" @@ -692,64 +692,72 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0" +version = "0.1.2" description = "Polywrap URI resolvers" optional = false python-versions = "^3.10" @@ -757,8 +765,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -769,19 +777,17 @@ name = "polywrap-wasm" version = "0.1.2" description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, + {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, +] [package.dependencies] polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -1248,13 +1254,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1371,4 +1377,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8d471ddcc78a885e7c349c16f6c88fd1cea023d7a98ce479a6abf39e145e1aa2" +content-hash = "822b1a914f39e42b654d1b52e44a14e4dbbf426d8110a2569fd1234685ae4d91" diff --git a/packages/plugins/polywrap-http-plugin/pyproject.toml b/packages/plugins/polywrap-http-plugin/pyproject.toml index d0ef202f..6b77f960 100644 --- a/packages/plugins/polywrap-http-plugin/pyproject.toml +++ b/packages/plugins/polywrap-http-plugin/pyproject.toml @@ -14,10 +14,10 @@ include = ["polywrap_http_plugin/wrap/**/*"] [tool.poetry.dependencies] python = "^3.10" httpx = "^0.23.3" -polywrap-plugin = "0.1.2" -polywrap-core = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" +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} [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 40011190..09937d6a 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -1545,24 +1545,28 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-ethereum-wallet" version = "0.1.2" description = "Ethereum wallet plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_wallet-0.1.2-py3-none-any.whl", hash = "sha256:70b48a50d0b937b2556b867f6bfb27782238368e8c9e4420753247e02ef95e34"}, + {file = "polywrap_ethereum_wallet-0.1.2.tar.gz", hash = "sha256:631348d0a4a48157b6b027d6cdc7c3a5d2c6e7722f3fb7043699874932b564a4"}, +] [package.dependencies] eth_account = "0.8.0" @@ -1572,18 +1576,16 @@ polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../plugins/polywrap-ethereum-wallet" - [[package]] name = "polywrap-fs-plugin" version = "0.1.2" 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.2-py3-none-any.whl", hash = "sha256:b706c0ba4c5d3acdaf687cccdb2b8927912a1f57dbac3fc6b5694566bc9a5cba"}, + {file = "polywrap_fs_plugin-0.1.2.tar.gz", hash = "sha256:1daeaf2bfff2df70d4dd79d6188677f404c4285a63d9f4049c82f211e0ef2929"}, +] [package.dependencies] polywrap-core = "0.1.2" @@ -1591,60 +1593,54 @@ polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" -[package.source] -type = "directory" -url = "../plugins/polywrap-fs-plugin" - [[package]] name = "polywrap-http-plugin" version = "0.1.2" 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.2-py3-none-any.whl", hash = "sha256:8692ad1978d44703af5e5bb512445b61a8e0c71db60f0eec2241287e4dd6ed50"}, + {file = "polywrap_http_plugin-0.1.2.tar.gz", hash = "sha256:50502b79fcf6a75f0d580ec572dc77b42bdb65c8f9b7e650993274268c6c32c3"}, +] [package.dependencies] -httpx = "^0.23.3" +httpx = ">=0.23.3,<0.24.0" polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" -[package.source] -type = "directory" -url = "../plugins/polywrap-http-plugin" - [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, + {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, +] [package.dependencies] polywrap-msgpack = "0.1.2" -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "polywrap-plugin" @@ -1664,7 +1660,7 @@ polywrap-msgpack = "0.1.2" [[package]] name = "polywrap-sys-config-bundle" -version = "0.1.0" +version = "0.1.2" description = "Polywrap System Client Config Bundle" optional = false python-versions = "^3.10" @@ -1672,13 +1668,13 @@ files = [] develop = true [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} +polywrap-client-config-builder = "0.1.2" +polywrap-core = "0.1.2" +polywrap-fs-plugin = "0.1.2" +polywrap-http-plugin = "0.1.2" +polywrap-manifest = "0.1.2" +polywrap-uri-resolvers = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -1689,38 +1685,38 @@ name = "polywrap-uri-resolvers" version = "0.1.2" description = "Polywrap URI resolvers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.2-py3-none-any.whl", hash = "sha256:e90f98027ac23565a94c92417a26995b2aa7cd0053f58a3969e3755f962d5584"}, - {file = "polywrap_uri_resolvers-0.1.2.tar.gz", hash = "sha256:2da20f97d0933c648e7946bf35e93c96c92eddc93c4312fb4be3cb9efee239ae"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-wasm = "0.1.2" +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.2" description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, + {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, +] [package.dependencies] polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "polywrap-web3-config-bundle" -version = "0.1.0" +version = "0.1.2" description = "Polywrap Web3 Client Config Bundle" optional = false python-versions = "^3.10" @@ -1728,13 +1724,13 @@ files = [] develop = true [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-ethereum-wallet = {path = "../../plugins/polywrap-ethereum-wallet", 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} +polywrap-client-config-builder = "0.1.2" +polywrap-core = "0.1.2" +polywrap-ethereum-wallet = "0.1.2" +polywrap-manifest = "0.1.2" +polywrap-sys-config-bundle = "0.1.2" +polywrap-uri-resolvers = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -2545,13 +2541,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2867,4 +2863,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d5af39880e458fd621174e59544601429a1daea429d32df7ef25fb8681c7cb95" +content-hash = "09e8257386e6e50fd99da69dce4b8c8130e09d236c5f6ca6695518ee8843c155" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index 341ae0d0..18de0bda 100644 --- a/packages/polywrap-client-config-builder/pyproject.toml +++ b/packages/polywrap-client-config-builder/pyproject.toml @@ -11,8 +11,8 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = "0.1.2" -polywrap-core = "0.1.2" +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.group.dev.dependencies] hypothesis = "^6.76.0" diff --git a/packages/polywrap-client/poetry.lock b/packages/polywrap-client/poetry.lock index a4489e7d..0f07c92a 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1510,7 +1510,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-client-config-builder" -version = "0.1.0" +version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false python-versions = "^3.10" @@ -1518,8 +1518,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = "0.1.2" +polywrap-uri-resolvers = "0.1.2" [package.source] type = "directory" @@ -1530,24 +1530,28 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-ethereum-wallet" version = "0.1.2" description = "Ethereum wallet plugin for Polywrap Python Client" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_wallet-0.1.2-py3-none-any.whl", hash = "sha256:70b48a50d0b937b2556b867f6bfb27782238368e8c9e4420753247e02ef95e34"}, + {file = "polywrap_ethereum_wallet-0.1.2.tar.gz", hash = "sha256:631348d0a4a48157b6b027d6cdc7c3a5d2c6e7722f3fb7043699874932b564a4"}, +] [package.dependencies] eth_account = "0.8.0" @@ -1557,18 +1561,16 @@ polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../plugins/polywrap-ethereum-wallet" - [[package]] name = "polywrap-fs-plugin" version = "0.1.2" 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.2-py3-none-any.whl", hash = "sha256:b706c0ba4c5d3acdaf687cccdb2b8927912a1f57dbac3fc6b5694566bc9a5cba"}, + {file = "polywrap_fs_plugin-0.1.2.tar.gz", hash = "sha256:1daeaf2bfff2df70d4dd79d6188677f404c4285a63d9f4049c82f211e0ef2929"}, +] [package.dependencies] polywrap-core = "0.1.2" @@ -1576,58 +1578,56 @@ polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" -[package.source] -type = "directory" -url = "../plugins/polywrap-fs-plugin" - [[package]] name = "polywrap-http-plugin" version = "0.1.2" 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.2-py3-none-any.whl", hash = "sha256:8692ad1978d44703af5e5bb512445b61a8e0c71db60f0eec2241287e4dd6ed50"}, + {file = "polywrap_http_plugin-0.1.2.tar.gz", hash = "sha256:50502b79fcf6a75f0d580ec572dc77b42bdb65c8f9b7e650993274268c6c32c3"}, +] [package.dependencies] -httpx = "^0.23.3" +httpx = ">=0.23.3,<0.24.0" polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" polywrap-plugin = "0.1.2" -[package.source] -type = "directory" -url = "../plugins/polywrap-http-plugin" - [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "polywrap-plugin" @@ -1639,9 +1639,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" @@ -1649,7 +1649,7 @@ url = "../polywrap-plugin" [[package]] name = "polywrap-sys-config-bundle" -version = "0.1.0" +version = "0.1.2" description = "Polywrap System Client Config Bundle" optional = false python-versions = "^3.10" @@ -1657,13 +1657,13 @@ files = [] develop = true [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} +polywrap-client-config-builder = "0.1.2" +polywrap-core = "0.1.2" +polywrap-fs-plugin = "0.1.2" +polywrap-http-plugin = "0.1.2" +polywrap-manifest = "0.1.2" +polywrap-uri-resolvers = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -1684,43 +1684,39 @@ url = "../polywrap-test-cases" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0" +version = "0.1.2" 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.2-py3-none-any.whl", hash = "sha256:e90f98027ac23565a94c92417a26995b2aa7cd0053f58a3969e3755f962d5584"}, + {file = "polywrap_uri_resolvers-0.1.2.tar.gz", hash = "sha256:2da20f97d0933c648e7946bf35e93c96c92eddc93c4312fb4be3cb9efee239ae"}, +] [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.2" +polywrap-wasm = "0.1.2" [[package]] name = "polywrap-wasm" version = "0.1.2" description = "Polywrap Wasm" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, + {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, +] [package.dependencies] polywrap-core = "0.1.2" polywrap-manifest = "0.1.2" polywrap-msgpack = "0.1.2" -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "polywrap-web3-config-bundle" -version = "0.1.0" +version = "0.1.2" description = "Polywrap Web3 Client Config Bundle" optional = false python-versions = "^3.10" @@ -1728,13 +1724,13 @@ files = [] develop = true [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-ethereum-wallet = {path = "../../plugins/polywrap-ethereum-wallet", 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} +polywrap-client-config-builder = "0.1.2" +polywrap-core = "0.1.2" +polywrap-ethereum-wallet = "0.1.2" +polywrap-manifest = "0.1.2" +polywrap-sys-config-bundle = "0.1.2" +polywrap-uri-resolvers = "0.1.2" +polywrap-wasm = "0.1.2" [package.source] type = "directory" @@ -2564,13 +2560,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2886,4 +2882,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "16e38a7959b622f25d771cc988e1ca01a9fbeb121a2fac750da7dcc4ad2df8e9" +content-hash = "18c5598ec366d82525ce7e8b8c73d80cf9a5d6538a101e8caf8399d25f213dd4" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index 65436304..f60363a1 100644 --- a/packages/polywrap-client/pyproject.toml +++ b/packages/polywrap-client/pyproject.toml @@ -11,9 +11,9 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-core = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-core/poetry.lock b/packages/polywrap-core/poetry.lock index c356eb05..00782c59 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -471,29 +471,33 @@ name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "py" @@ -887,13 +891,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -992,4 +996,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4929defc24dbc3ceaf9a1cca1ee96771f56c7fc40f86d1da4b50135c3294c1e6" +content-hash = "61990f66dd778a395d0bbb9373d0cd5510cdad7c36cb2914887bf507eb0ff98e" diff --git a/packages/polywrap-core/pyproject.toml b/packages/polywrap-core/pyproject.toml index 342579a0..0d914b80 100644 --- a/packages/polywrap-core/pyproject.toml +++ b/packages/polywrap-core/pyproject.toml @@ -10,8 +10,8 @@ authors = ["Cesar ", "Niraj "] [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-manifest/poetry.lock b/packages/polywrap-manifest/poetry.lock index 5278ffea..bb3f9953 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -954,14 +954,16 @@ name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "prance" @@ -1599,13 +1601,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1704,4 +1706,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4218c622e3b41f33f56d1cb14afad9a5f4097065d22db8b02324d5dd0193abfc" +content-hash = "dac0eab10888046067e5b52d2326400f103a1db208b2fb851d41b85e7d54fa30" diff --git a/packages/polywrap-manifest/pyproject.toml b/packages/polywrap-manifest/pyproject.toml index 07494b26..4ac18ced 100644 --- a/packages/polywrap-manifest/pyproject.toml +++ b/packages/polywrap-manifest/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" pydantic = "^1.10.2" -polywrap-msgpack = "0.1.2" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-msgpack/poetry.lock b/packages/polywrap-msgpack/poetry.lock index e28bbed1..3627c766 100644 --- a/packages/polywrap-msgpack/poetry.lock +++ b/packages/polywrap-msgpack/poetry.lock @@ -997,13 +997,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] diff --git a/packages/polywrap-plugin/poetry.lock b/packages/polywrap-plugin/poetry.lock index 2f251f78..190ffa60 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -471,44 +471,50 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "py" @@ -902,13 +908,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1007,4 +1013,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1bf63462eb126ff00cd87206314f8802110be54a2a9a14f4c19207ac0832931d" +content-hash = "70c9ba29894ee304821edb2405c6664935a6a65d5e7ca8e15bb823453be1a05b" diff --git a/packages/polywrap-plugin/pyproject.toml b/packages/polywrap-plugin/pyproject.toml index 968840c8..d8f11461 100644 --- a/packages/polywrap-plugin/pyproject.toml +++ b/packages/polywrap-plugin/pyproject.toml @@ -11,9 +11,9 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-core = "0.1.2" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [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 dd47d465..548b205a 100644 --- a/packages/polywrap-test-cases/poetry.lock +++ b/packages/polywrap-test-cases/poetry.lock @@ -734,13 +734,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index 94930aa2..9abab3c1 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -476,9 +476,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" @@ -489,44 +489,50 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "polywrap-plugin" @@ -538,9 +544,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" @@ -564,17 +570,19 @@ name = "polywrap-wasm" version = "0.1.2" description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, - {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -wasmtime = ">=9.0.0,<10.0.0" +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" [[package]] name = "py" @@ -1001,13 +1009,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1124,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5b8cfa9acb92523f5a4bfb9cb3abd8ac0010946e724dbb00f517fc6ee2816dbf" +content-hash = "82fb999912bbf9e94c3fae7b2f8072de7da7d4e567a3041bc5ceaf131189898a" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index 31bc12e4..f17186cc 100644 --- a/packages/polywrap-uri-resolvers/pyproject.toml +++ b/packages/polywrap-uri-resolvers/pyproject.toml @@ -11,8 +11,8 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-wasm = "0.1.2" -polywrap-core = "0.1.2" +polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [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 6673b0f1..c7177387 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -471,44 +471,50 @@ name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "py" @@ -902,13 +908,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -1025,4 +1031,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "026e8e49f36574999812150ec0c04352527a856a67b0c7a88f556da76a725fb1" +content-hash = "a659cb48995e508aa6a76d3aa64c0d2ac87aa922ad25483049b4edf08aa6f53e" diff --git a/packages/polywrap-wasm/pyproject.toml b/packages/polywrap-wasm/pyproject.toml index f6484c9d..c7e8db26 100644 --- a/packages/polywrap-wasm/pyproject.toml +++ b/packages/polywrap-wasm/pyproject.toml @@ -12,9 +12,9 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" wasmtime = "^9.0.0" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-core = "0.1.2" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap/poetry.lock b/packages/polywrap/poetry.lock index c548db57..9af728d5 100644 --- a/packages/polywrap/poetry.lock +++ b/packages/polywrap/poetry.lock @@ -1513,217 +1513,243 @@ name = "polywrap-client" version = "0.1.2" description = "Polywrap Client to invoke Polywrap Wrappers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client-0.1.2-py3-none-any.whl", hash = "sha256:c91d7d4df2ef71f4599f5d436ece6cb12a6ea97c170e537e1f67adf2966fcb92"}, - {file = "polywrap_client-0.1.2.tar.gz", hash = "sha256:484d0250d47368389955f9c3be9aedc6836f84a1d2ea4561ac04affe3b8d3ad9"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-client-config-builder" version = "0.1.2" description = "PolywrapClientConfigBuilder - A utility class for building the PolywrapClient config." optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client_config_builder-0.1.2-py3-none-any.whl", hash = "sha256:4ca359a7f5ff39e7daba54cfd948df0797e04942ebaf76a5074c5bddde73d458"}, - {file = "polywrap_client_config_builder-0.1.2.tar.gz", hash = "sha256:2107dd073a66d6fee2747deafe25e416679036cbc904def9be4b6aa03c1c9561"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-uri-resolvers = "0.1.2" +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" [[package]] name = "polywrap-core" version = "0.1.2" description = "Polywrap Core" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.2-py3-none-any.whl", hash = "sha256:c4818525e83091eb22ffe42812ebdc910497cb0db21c20a3bb466d6c84b6f129"}, - {file = "polywrap_core-0.1.2.tar.gz", hash = "sha256:85dab38bf9ee700e824af189ed7b4bbbca203f9c5884525ec77a1f9966640540"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-core" [[package]] name = "polywrap-ethereum-wallet" version = "0.1.2" description = "Ethereum wallet plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_ethereum_wallet-0.1.2-py3-none-any.whl", hash = "sha256:70b48a50d0b937b2556b867f6bfb27782238368e8c9e4420753247e02ef95e34"}, - {file = "polywrap_ethereum_wallet-0.1.2.tar.gz", hash = "sha256:631348d0a4a48157b6b027d6cdc7c3a5d2c6e7722f3fb7043699874932b564a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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} web3 = "6.1.0" +[package.source] +type = "directory" +url = "../plugins/polywrap-ethereum-wallet" + [[package]] name = "polywrap-fs-plugin" version = "0.1.2" description = "File-system plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.2-py3-none-any.whl", hash = "sha256:b706c0ba4c5d3acdaf687cccdb2b8927912a1f57dbac3fc6b5694566bc9a5cba"}, - {file = "polywrap_fs_plugin-0.1.2.tar.gz", hash = "sha256:1daeaf2bfff2df70d4dd79d6188677f404c4285a63d9f4049c82f211e0ef2929"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-http-plugin" version = "0.1.2" description = "Http plugin for Polywrap Python Client" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.2-py3-none-any.whl", hash = "sha256:8692ad1978d44703af5e5bb512445b61a8e0c71db60f0eec2241287e4dd6ed50"}, - {file = "polywrap_http_plugin-0.1.2.tar.gz", hash = "sha256:50502b79fcf6a75f0d580ec572dc77b42bdb65c8f9b7e650993274268c6c32c3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -polywrap-plugin = "0.1.2" +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" [[package]] name = "polywrap-manifest" version = "0.1.2" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.2-py3-none-any.whl", hash = "sha256:bb608225628a57be25a1adb583bc2b0018fd7509091e31da88d5168baffd33ba"}, - {file = "polywrap_manifest-0.1.2.tar.gz", hash = "sha256:3b21c2ccf8b78ada4e70ff65787b4ec4cf97219891781812276140901de2baf3"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = "0.1.2" -pydantic = ">=1.10.2,<2.0.0" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +pydantic = "^1.10.2" + +[package.source] +type = "directory" +url = "../polywrap-manifest" [[package]] name = "polywrap-msgpack" version = "0.1.2" description = "WRAP msgpack encoder/decoder" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.2-py3-none-any.whl", hash = "sha256:e5bc6ac3d8b0e69e1256d5b91d6d6986f544383df6da90bba138b25a9864a6e8"}, - {file = "polywrap_msgpack-0.1.2.tar.gz", hash = "sha256:36cb8d708d77fda3426118cac9d714f33fd7b52d94873a1f66cb6d6d8b7d13ed"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -msgpack = ">=1.0.4,<2.0.0" +msgpack = "^1.0.4" + +[package.source] +type = "directory" +url = "../polywrap-msgpack" [[package]] name = "polywrap-plugin" version = "0.1.2" description = "Polywrap Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.2-py3-none-any.whl", hash = "sha256:ca5cffb6a779cfd0e7d88fa3fdcbc91576f39171c8a6f962a4ca71ca42eb6e96"}, - {file = "polywrap_plugin-0.1.2.tar.gz", hash = "sha256:5428d3fb39613110178d85b181a3af21e3002d43138791e31de9edcbd2963d78"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" +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" [[package]] name = "polywrap-sys-config-bundle" version = "0.1.2" description = "Polywrap System Client Config Bundle" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_sys_config_bundle-0.1.2-py3-none-any.whl", hash = "sha256:58e7ced8e6089bbf47712a5f114a1e31f375a7838a85f3e136f62abe7ab5f8ee"}, - {file = "polywrap_sys_config_bundle-0.1.2.tar.gz", hash = "sha256:ddfb6e6b6dad5ba2ff7c38dd38aee4e950d2b39bcfcf63c29de63a6666973408"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-client-config-builder = "0.1.2" -polywrap-core = "0.1.2" -polywrap-fs-plugin = "0.1.2" -polywrap-http-plugin = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-wasm = "0.1.2" +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" [[package]] name = "polywrap-uri-resolvers" version = "0.1.2" description = "Polywrap URI resolvers" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.2-py3-none-any.whl", hash = "sha256:e90f98027ac23565a94c92417a26995b2aa7cd0053f58a3969e3755f962d5584"}, - {file = "polywrap_uri_resolvers-0.1.2.tar.gz", hash = "sha256:2da20f97d0933c648e7946bf35e93c96c92eddc93c4312fb4be3cb9efee239ae"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-wasm = "0.1.2" +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.2" description = "Polywrap Wasm" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.2-py3-none-any.whl", hash = "sha256:cbcaec24ab7349a15a6c3b71ca5978d11888b50d2eb195058f3111e68e91c01a"}, - {file = "polywrap_wasm-0.1.2.tar.gz", hash = "sha256:3441fefcfebf242bf0604f08b27a99974b5b9367259eaca9ab42bcaa628a739b"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-msgpack = "0.1.2" -wasmtime = ">=9.0.0,<10.0.0" +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" [[package]] name = "polywrap-web3-config-bundle" version = "0.1.2" description = "Polywrap Web3 Client Config Bundle" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_web3_config_bundle-0.1.2-py3-none-any.whl", hash = "sha256:e197f245c8e0aab4b28e3457f47ac5566ea0ec47d492b7edf7e9ed308d8c529a"}, - {file = "polywrap_web3_config_bundle-0.1.2.tar.gz", hash = "sha256:528cbb987e6f9e01a8c3ce5b63eb8bbc4a4870e805e28ba886c1b006e6379b56"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-client-config-builder = "0.1.2" -polywrap-core = "0.1.2" -polywrap-ethereum-wallet = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-sys-config-bundle = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-wasm = "0.1.2" +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-ethereum-wallet = {path = "../../plugins/polywrap-ethereum-wallet", 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" [[package]] name = "protobuf" @@ -2549,13 +2575,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.4" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, - {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2871,4 +2897,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7c9de1887f0db1218f59e0415822636cc11f18c605824e84e3186126ad59f488" +content-hash = "b15ff67319891e23702184fe595f67db6d76f7d89383039512b95880e3fedb51" diff --git a/packages/polywrap/pyproject.toml b/packages/polywrap/pyproject.toml index 0c77dc84..bfa6296c 100644 --- a/packages/polywrap/pyproject.toml +++ b/packages/polywrap/pyproject.toml @@ -11,19 +11,19 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = "0.1.2" -polywrap-manifest = "0.1.2" -polywrap-core = "0.1.2" -polywrap-wasm = "0.1.2" -polywrap-plugin = "0.1.2" -polywrap-uri-resolvers = "0.1.2" -polywrap-client = "0.1.2" -polywrap-client-config-builder = "0.1.2" -polywrap-fs-plugin = "0.1.2" -polywrap-http-plugin = "0.1.2" -polywrap-ethereum-wallet = "0.1.2" -polywrap-sys-config-bundle = "0.1.2" -polywrap-web3-config-bundle = "0.1.2" +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-wallet = {path = "../plugins/polywrap-ethereum-wallet", 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} [tool.poetry.dev-dependencies] pytest = "^7.1.2"