From 288654787ea7cd73e8d3f7b059bac069ff131c1d Mon Sep 17 00:00:00 2001 From: polywrap-build-bot Date: Thu, 13 Apr 2023 16:48:12 +0000 Subject: [PATCH 1/2] chore: patch version to 0.1.0a27 --- .../poetry.lock | 100 ++++++++---------- .../pyproject.toml | 6 +- packages/polywrap-client/poetry.lock | 100 ++++++++---------- packages/polywrap-client/pyproject.toml | 10 +- packages/polywrap-core/poetry.lock | 38 +++---- packages/polywrap-core/pyproject.toml | 6 +- packages/polywrap-manifest/poetry.lock | 22 ++-- packages/polywrap-manifest/pyproject.toml | 4 +- packages/polywrap-msgpack/pyproject.toml | 2 +- packages/polywrap-plugin/poetry.lock | 56 +++++----- packages/polywrap-plugin/pyproject.toml | 8 +- packages/polywrap-uri-resolvers/poetry.lock | 82 +++++++------- .../polywrap-uri-resolvers/pyproject.toml | 6 +- packages/polywrap-wasm/poetry.lock | 56 +++++----- packages/polywrap-wasm/pyproject.toml | 8 +- 15 files changed, 230 insertions(+), 274 deletions(-) diff --git a/packages/polywrap-client-config-builder/poetry.lock b/packages/polywrap-client-config-builder/poetry.lock index 01d9563e..39fdc71a 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -490,96 +490,86 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, + {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0a27-py3-none-any.whl", hash = "sha256:85b3dcfb1e0181b71d20468b65221ebe78c5c5e0b173c195cd417c244746f9d6"}, + {file = "polywrap_uri_resolvers-0.1.0a27.tar.gz", hash = "sha256:57b147a11afd30a1929b117b6bf1603acf79ccdd60e211a9f392cb474e22098d"}, +] [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.0a27,<0.2.0" +polywrap-wasm = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-wasm" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, + {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -unsync = "^1.4.0" -unsync-stubs = "^0.1.2" -wasmtime = "^6.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0a27,<0.2.0" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +unsync = ">=1.4.0,<2.0.0" +unsync-stubs = ">=0.1.2,<0.2.0" +wasmtime = ">=6.0.0,<7.0.0" [[package]] name = "py" @@ -1150,4 +1140,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "af1d9b727002057dee7ece1fa89fbeb5810309387c53f9fdc3ef38f778755dee" +content-hash = "072b5b2b799f682d3be3d050d3f471b1247d0f37d9f158eccf0d3ea211a8db59" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index b6923e6f..f682d0e1 100644 --- a/packages/polywrap-client-config-builder/pyproject.toml +++ b/packages/polywrap-client-config-builder/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-client-config-builder" -version = "0.1.0a26" +version = "0.1.0a27" description = "" authors = ["Media ", "Cesar ", "Niraj "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = "^0.1.0a27" +polywrap-core = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-client/poetry.lock b/packages/polywrap-client/poetry.lock index d2faa780..af7df9d8 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -490,96 +490,86 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, + {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-uri-resolvers" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0a27-py3-none-any.whl", hash = "sha256:85b3dcfb1e0181b71d20468b65221ebe78c5c5e0b173c195cd417c244746f9d6"}, + {file = "polywrap_uri_resolvers-0.1.0a27.tar.gz", hash = "sha256:57b147a11afd30a1929b117b6bf1603acf79ccdd60e211a9f392cb474e22098d"}, +] [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.0a27,<0.2.0" +polywrap-wasm = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-wasm" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, + {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -unsync = "^1.4.0" -unsync-stubs = "^0.1.2" -wasmtime = "^6.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0a27,<0.2.0" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +unsync = ">=1.4.0,<2.0.0" +unsync-stubs = ">=0.1.2,<0.2.0" +wasmtime = ">=6.0.0,<7.0.0" [[package]] name = "py" @@ -1224,4 +1214,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "868e9783a68c41710eb8195a5391e1ad1fb7b72f986060ad6974289c3dab01b1" +content-hash = "9be80b37c3abc8d618e7446babb720ddea3aa0360795bf5ba2e5359bd34125a3" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index 9a47a1a2..4a8bfbf2 100644 --- a/packages/polywrap-client/pyproject.toml +++ b/packages/polywrap-client/pyproject.toml @@ -4,17 +4,17 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-client" -version = "0.1.0a26" +version = "0.1.0a27" description = "" authors = ["Cesar ", "Niraj "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = "^0.1.0a27" +polywrap-manifest = "^0.1.0a27" +polywrap-msgpack = "^0.1.0a27" +polywrap-core = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-core/poetry.lock b/packages/polywrap-core/poetry.lock index fe25ed98..44ee0628 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -538,38 +538,34 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -1184,4 +1180,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "60e51d986fcb9814b054fb0b6c5a6eea0c84829dc8db4e5cf3c592ade9f5353c" +content-hash = "639d19a199227063ab73b3ad0f1cf76192c385162117b4515f2bd39ba6558e15" diff --git a/packages/polywrap-core/pyproject.toml b/packages/polywrap-core/pyproject.toml index 00d03365..eb8bb769 100644 --- a/packages/polywrap-core/pyproject.toml +++ b/packages/polywrap-core/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" authors = ["Cesar ", "Niraj "] [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = "^0.1.0a27" +polywrap-manifest = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-manifest/poetry.lock b/packages/polywrap-manifest/poetry.lock index 630bd43d..67a7fbaa 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "argcomplete" @@ -1033,20 +1033,18 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "prance" @@ -1494,6 +1492,8 @@ files = [ {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl", hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:41d0f1fa4c6830176eef5b276af04c89320ea616655d01327d5ce65e50575c94"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win32.whl", hash = "sha256:f6d3d39611ac2e4f62c3128a9eed45f19a6608670c5a2f4f07f24e8de3441d38"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:da538167284de58a52109a9b89b8f6a53ff8437dd6dc26d33b57bf6699153122"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4b3a93bb9bc662fc1f99c5c3ea8e623d8b23ad22f861eb6fce9377ac07ad6072"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_12_0_arm64.whl", hash = "sha256:a234a20ae07e8469da311e182e70ef6b199d0fbeb6c6cc2901204dd87fb867e8"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:15910ef4f3e537eea7fe45f8a5d19997479940d9196f357152a09031c5be59f3"}, @@ -1892,4 +1892,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "24823609dd2e915662d783a087ef84230b11f8720ee5441ecac7fa758ae01270" +content-hash = "0f02e131b64a828bc0a890980070fcd6372e5976a237b8495e7fee048f2f01ed" diff --git a/packages/polywrap-manifest/pyproject.toml b/packages/polywrap-manifest/pyproject.toml index 952b11c5..b9a69fef 100644 --- a/packages/polywrap-manifest/pyproject.toml +++ b/packages/polywrap-manifest/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" authors = ["Niraj "] readme = "README.md" @@ -12,7 +12,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" pydantic = "^1.10.2" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-msgpack = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-msgpack/pyproject.toml b/packages/polywrap-msgpack/pyproject.toml index 776134d4..c83a5127 100644 --- a/packages/polywrap-msgpack/pyproject.toml +++ b/packages/polywrap-msgpack/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" authors = ["Cesar ", "Niraj "] readme = "README.md" diff --git a/packages/polywrap-plugin/poetry.lock b/packages/polywrap-plugin/poetry.lock index c12c1d97..0c02c0bb 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -538,56 +538,50 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, + {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -1172,4 +1166,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "53aac71c5c265f0b9e4c5b59213df4bb56fbebc32d573f959ca08d74b3d5a8d9" +content-hash = "649c4281398724d1f1d02260cf65500102144952b77ce70e6cd2a5360795376c" diff --git a/packages/polywrap-plugin/pyproject.toml b/packages/polywrap-plugin/pyproject.toml index d60fee45..3ace8986 100644 --- a/packages/polywrap-plugin/pyproject.toml +++ b/packages/polywrap-plugin/pyproject.toml @@ -4,16 +4,16 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-plugin" -version = "0.1.0a26" +version = "0.1.0a27" description = "Plugin package" authors = ["Cesar "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-msgpack = "^0.1.0a27" +polywrap-manifest = "^0.1.0a27" +polywrap-core = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index 4499bef2..2a057158 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -538,78 +538,70 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, + {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-wasm" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, + {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -unsync = "^1.4.0" -unsync-stubs = "^0.1.2" -wasmtime = "^6.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0a27,<0.2.0" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +unsync = ">=1.4.0,<2.0.0" +unsync-stubs = ">=0.1.2,<0.2.0" +wasmtime = ">=6.0.0,<7.0.0" [[package]] name = "py" @@ -1236,4 +1228,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "94ae3e22f4506227dc928324abc370121de92d93372dc588a0005fdaaeaf2dff" +content-hash = "a0ab8695eb4cda02f40ff6aa588ac74854bccc1deb0f8f1fe7a160194c05c878" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index eb6d9e5c..192d3b95 100644 --- a/packages/polywrap-uri-resolvers/pyproject.toml +++ b/packages/polywrap-uri-resolvers/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-uri-resolvers" -version = "0.1.0a26" +version = "0.1.0a27" description = "" authors = ["Cesar ", "Niraj "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-wasm = {path = "../polywrap-wasm", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = "^0.1.0a27" +polywrap-core = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-wasm/poetry.lock b/packages/polywrap-wasm/poetry.lock index 879d00b0..0d420fe1 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "astroid" @@ -538,56 +538,50 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polywrap-core" -version = "0.1.0a26" +version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, + {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, +] [package.dependencies] -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-core" +polywrap-manifest = ">=0.1.0a27,<0.2.0" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" [[package]] name = "polywrap-manifest" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, + {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../polywrap-manifest" +polywrap-msgpack = ">=0.1.0a27,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" -version = "0.1.0a26" +version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, + {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "py" @@ -1214,4 +1208,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f27e3708b88017566e97301cc6920071b13eef5851963631b4e981d8dec94f7a" +content-hash = "4846fb974e689acc17029970f1693faa48e2a3812daf269a03bacb212a1f00fb" diff --git a/packages/polywrap-wasm/pyproject.toml b/packages/polywrap-wasm/pyproject.toml index 3a682d07..8cf1987e 100644 --- a/packages/polywrap-wasm/pyproject.toml +++ b/packages/polywrap-wasm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polywrap-wasm" -version = "0.1.0a26" +version = "0.1.0a27" description = "" authors = ["Cesar ", "Niraj "] readme = "README.md" @@ -14,9 +14,9 @@ python = "^3.10" wasmtime = "^6.0.0" unsync = "^1.4.0" unsync-stubs = "^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-msgpack = "^0.1.0a27" +polywrap-manifest = "^0.1.0a27" +polywrap-core = "^0.1.0a27" [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" From e0b34f433d03acbdd537b8bde6e06fb53dea8938 Mon Sep 17 00:00:00 2001 From: polywrap-build-bot Date: Thu, 13 Apr 2023 16:53:35 +0000 Subject: [PATCH 2/2] chore: link dependencies post 0.1.0a27 release --- .../poetry.lock | 88 +++++++++++-------- .../pyproject.toml | 4 +- packages/polywrap-client/poetry.lock | 88 +++++++++++-------- packages/polywrap-client/pyproject.toml | 8 +- packages/polywrap-core/poetry.lock | 32 ++++--- packages/polywrap-core/pyproject.toml | 4 +- packages/polywrap-manifest/poetry.lock | 16 ++-- packages/polywrap-manifest/pyproject.toml | 2 +- packages/polywrap-plugin/poetry.lock | 48 +++++----- packages/polywrap-plugin/pyproject.toml | 6 +- packages/polywrap-uri-resolvers/poetry.lock | 72 ++++++++------- .../polywrap-uri-resolvers/pyproject.toml | 4 +- packages/polywrap-wasm/poetry.lock | 48 +++++----- packages/polywrap-wasm/pyproject.toml | 6 +- 14 files changed, 236 insertions(+), 190 deletions(-) diff --git a/packages/polywrap-client-config-builder/poetry.lock b/packages/polywrap-client-config-builder/poetry.lock index 39fdc71a..5ec39bd9 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -494,15 +494,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, - {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" +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" @@ -510,15 +512,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -526,14 +530,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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-uri-resolvers" @@ -541,15 +547,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0a27-py3-none-any.whl", hash = "sha256:85b3dcfb1e0181b71d20468b65221ebe78c5c5e0b173c195cd417c244746f9d6"}, - {file = "polywrap_uri_resolvers-0.1.0a27.tar.gz", hash = "sha256:57b147a11afd30a1929b117b6bf1603acf79ccdd60e211a9f392cb474e22098d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a27,<0.2.0" -polywrap-wasm = ">=0.1.0a27,<0.2.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" @@ -557,19 +565,21 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, - {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a27,<0.2.0" -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -unsync = ">=1.4.0,<2.0.0" -unsync-stubs = ">=0.1.2,<0.2.0" -wasmtime = ">=6.0.0,<7.0.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +unsync = "^1.4.0" +unsync-stubs = "^0.1.2" +wasmtime = "^6.0.0" + +[package.source] +type = "directory" +url = "../polywrap-wasm" [[package]] name = "py" @@ -1140,4 +1150,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "072b5b2b799f682d3be3d050d3f471b1247d0f37d9f158eccf0d3ea211a8db59" +content-hash = "af1d9b727002057dee7ece1fa89fbeb5810309387c53f9fdc3ef38f778755dee" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index f682d0e1..cca71e23 100644 --- a/packages/polywrap-client-config-builder/pyproject.toml +++ b/packages/polywrap-client-config-builder/pyproject.toml @@ -11,8 +11,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = "^0.1.0a27" -polywrap-core = "^0.1.0a27" +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-client/poetry.lock b/packages/polywrap-client/poetry.lock index af7df9d8..cc8bfc1b 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -494,15 +494,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, - {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" +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" @@ -510,15 +512,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -526,14 +530,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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-uri-resolvers" @@ -541,15 +547,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0a27-py3-none-any.whl", hash = "sha256:85b3dcfb1e0181b71d20468b65221ebe78c5c5e0b173c195cd417c244746f9d6"}, - {file = "polywrap_uri_resolvers-0.1.0a27.tar.gz", hash = "sha256:57b147a11afd30a1929b117b6bf1603acf79ccdd60e211a9f392cb474e22098d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a27,<0.2.0" -polywrap-wasm = ">=0.1.0a27,<0.2.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} + +[package.source] +type = "directory" +url = "../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" @@ -557,19 +565,21 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, - {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a27,<0.2.0" -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -unsync = ">=1.4.0,<2.0.0" -unsync-stubs = ">=0.1.2,<0.2.0" -wasmtime = ">=6.0.0,<7.0.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +unsync = "^1.4.0" +unsync-stubs = "^0.1.2" +wasmtime = "^6.0.0" + +[package.source] +type = "directory" +url = "../polywrap-wasm" [[package]] name = "py" @@ -1214,4 +1224,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9be80b37c3abc8d618e7446babb720ddea3aa0360795bf5ba2e5359bd34125a3" +content-hash = "868e9783a68c41710eb8195a5391e1ad1fb7b72f986060ad6974289c3dab01b1" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index 4a8bfbf2..ced83244 100644 --- a/packages/polywrap-client/pyproject.toml +++ b/packages/polywrap-client/pyproject.toml @@ -11,10 +11,10 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-uri-resolvers = "^0.1.0a27" -polywrap-manifest = "^0.1.0a27" -polywrap-msgpack = "^0.1.0a27" -polywrap-core = "^0.1.0a27" +polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} +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" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-core/poetry.lock b/packages/polywrap-core/poetry.lock index 44ee0628..b9f3cefc 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -542,15 +542,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -558,14 +560,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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" @@ -1180,4 +1184,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "639d19a199227063ab73b3ad0f1cf76192c385162117b4515f2bd39ba6558e15" +content-hash = "60e51d986fcb9814b054fb0b6c5a6eea0c84829dc8db4e5cf3c592ade9f5353c" diff --git a/packages/polywrap-core/pyproject.toml b/packages/polywrap-core/pyproject.toml index eb8bb769..9fa74a25 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.0a27" -polywrap-manifest = "^0.1.0a27" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-manifest/poetry.lock b/packages/polywrap-manifest/poetry.lock index 67a7fbaa..83ada242 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -1037,14 +1037,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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" @@ -1892,4 +1894,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0f02e131b64a828bc0a890980070fcd6372e5976a237b8495e7fee048f2f01ed" +content-hash = "24823609dd2e915662d783a087ef84230b11f8720ee5441ecac7fa758ae01270" diff --git a/packages/polywrap-manifest/pyproject.toml b/packages/polywrap-manifest/pyproject.toml index b9a69fef..d48d70fa 100644 --- a/packages/polywrap-manifest/pyproject.toml +++ b/packages/polywrap-manifest/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" pydantic = "^1.10.2" -polywrap-msgpack = "^0.1.0a27" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-plugin/poetry.lock b/packages/polywrap-plugin/poetry.lock index 0c02c0bb..080d0a0b 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -542,15 +542,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, - {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" +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" @@ -558,15 +560,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -574,14 +578,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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" @@ -1166,4 +1172,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "649c4281398724d1f1d02260cf65500102144952b77ce70e6cd2a5360795376c" +content-hash = "53aac71c5c265f0b9e4c5b59213df4bb56fbebc32d573f959ca08d74b3d5a8d9" diff --git a/packages/polywrap-plugin/pyproject.toml b/packages/polywrap-plugin/pyproject.toml index 3ace8986..37c2faae 100644 --- a/packages/polywrap-plugin/pyproject.toml +++ b/packages/polywrap-plugin/pyproject.toml @@ -11,9 +11,9 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-msgpack = "^0.1.0a27" -polywrap-manifest = "^0.1.0a27" -polywrap-core = "^0.1.0a27" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index 2a057158..a3f6dbb1 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -542,15 +542,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, - {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" +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" @@ -558,15 +560,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -574,14 +578,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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-wasm" @@ -589,19 +595,21 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a27-py3-none-any.whl", hash = "sha256:598ddf7e5bdcea5b73c1bfc0a6b848a9bc225c86cc5134f96d66ba85d6a5040f"}, - {file = "polywrap_wasm-0.1.0a27.tar.gz", hash = "sha256:db11df569534bb3694faa185688b43841fffaa653937cb9cbe7afc6002ebb419"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a27,<0.2.0" -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -unsync = ">=1.4.0,<2.0.0" -unsync-stubs = ">=0.1.2,<0.2.0" -wasmtime = ">=6.0.0,<7.0.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +unsync = "^1.4.0" +unsync-stubs = "^0.1.2" +wasmtime = "^6.0.0" + +[package.source] +type = "directory" +url = "../polywrap-wasm" [[package]] name = "py" @@ -1228,4 +1236,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a0ab8695eb4cda02f40ff6aa588ac74854bccc1deb0f8f1fe7a160194c05c878" +content-hash = "94ae3e22f4506227dc928324abc370121de92d93372dc588a0005fdaaeaf2dff" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index 192d3b95..7cf2767a 100644 --- a/packages/polywrap-uri-resolvers/pyproject.toml +++ b/packages/polywrap-uri-resolvers/pyproject.toml @@ -11,8 +11,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -polywrap-wasm = "^0.1.0a27" -polywrap-core = "^0.1.0a27" +polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0" diff --git a/packages/polywrap-wasm/poetry.lock b/packages/polywrap-wasm/poetry.lock index 0d420fe1..8e3d703d 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -542,15 +542,17 @@ version = "0.1.0a27" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a27-py3-none-any.whl", hash = "sha256:fe9330f6a6d20e1754019b84d20b184e43c763dd313f45a1351bd08bf2c93ae3"}, - {file = "polywrap_core-0.1.0a27.tar.gz", hash = "sha256:81e07cd093c3a329eb75636e1840a267e4eb5be603c1c797d97de5ad0be7a842"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a27,<0.2.0" -polywrap-msgpack = ">=0.1.0a27,<0.2.0" +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" @@ -558,15 +560,17 @@ version = "0.1.0a27" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a27-py3-none-any.whl", hash = "sha256:4ef7561f7650e0c66b8a3e1565668223ec01aa412bfae0a281ca6299ade95d0c"}, - {file = "polywrap_manifest-0.1.0a27.tar.gz", hash = "sha256:eb415c9d31a0c36ccd9a3f4b919adf032d69a3520604e0e05271ce435568a3af"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a27,<0.2.0" -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" @@ -574,14 +578,16 @@ version = "0.1.0a27" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a27-py3-none-any.whl", hash = "sha256:487548ab7c0eb97658d849df7afa291a807efbb4310dcbc4cdbee850f5af365e"}, - {file = "polywrap_msgpack-0.1.0a27.tar.gz", hash = "sha256:00ba2e74329c9b97c158ef96d711d171a1edc550e67c9f0321054cd97ccc8c8f"}, -] +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" @@ -1208,4 +1214,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4846fb974e689acc17029970f1693faa48e2a3812daf269a03bacb212a1f00fb" +content-hash = "f27e3708b88017566e97301cc6920071b13eef5851963631b4e981d8dec94f7a" diff --git a/packages/polywrap-wasm/pyproject.toml b/packages/polywrap-wasm/pyproject.toml index 8cf1987e..8848e64b 100644 --- a/packages/polywrap-wasm/pyproject.toml +++ b/packages/polywrap-wasm/pyproject.toml @@ -14,9 +14,9 @@ python = "^3.10" wasmtime = "^6.0.0" unsync = "^1.4.0" unsync-stubs = "^0.1.2" -polywrap-msgpack = "^0.1.0a27" -polywrap-manifest = "^0.1.0a27" -polywrap-core = "^0.1.0a27" +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-core = {path = "../polywrap-core", develop = true} [tool.poetry.dev-dependencies] pytest = "^7.1.2" pytest-asyncio = "^0.19.0"