diff --git a/.github/workflows/post-cd.yaml b/.github/workflows/post-cd.yaml index b38bfa5c..be8e9a3e 100644 --- a/.github/workflows/post-cd.yaml +++ b/.github/workflows/post-cd.yaml @@ -5,15 +5,10 @@ on: types: [closed] jobs: - TEST: - runs-on: ubuntu-latest - steps: - - name: test pull request - run: echo ${{github.event.pull_request.user.login}} Dev-PR: runs-on: ubuntu-latest if: | - github.event.pull_request.user.login == 'polywrap-build-bot' && + github.event.pull_request.user.login == 'github-actions[bot]' && github.event.pull_request.merged == true steps: - name: Checkout diff --git a/VERSION b/VERSION index 7d6d9811..a5976a4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0a26 \ No newline at end of file +0.1.0a27 \ No newline at end of file diff --git a/packages/polywrap-client-config-builder/poetry.lock b/packages/polywrap-client-config-builder/poetry.lock index 96cb141d..01d9563e 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 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -494,15 +494,17 @@ version = "0.1.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a26-py3-none-any.whl", hash = "sha256:e705904637a0ccb4af14760648ab57324a3bdda27468945c3b47fe60ec9dea13"}, - {file = "polywrap_core-0.1.0a26.tar.gz", hash = "sha256:c9df26792073b91bb7a542849925bfec5146e32de385eae1af19c8e0bececac6"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0a26-py3-none-any.whl", hash = "sha256:64ceadbd3e0431419866e8b0a5ed01e3265c98b3b357c781c4e84ec8517cbdde"}, - {file = "polywrap_uri_resolvers-0.1.0a26.tar.gz", hash = "sha256:de26d45a9ebda7a2b219c45be8392cb92537e6ea553b9c1361599430e0fd7dc2"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a26,<0.2.0" -polywrap-wasm = ">=0.1.0a26,<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.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a26-py3-none-any.whl", hash = "sha256:dba4e4354c7ed45e2982e72580b039eb215563e098a0f132e1fe7b2895f08713"}, - {file = "polywrap_wasm-0.1.0a26.tar.gz", hash = "sha256:65977c6aa81174cb71ec4953c6448030557b7e2c08c0d8c3d3c3deb75399cb8d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a26,<0.2.0" -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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 = "136f8a1d7b5c1b0edfdd9239470707a8eb3dc6a8670808522bc7e49edb461b89" +content-hash = "af1d9b727002057dee7ece1fa89fbeb5810309387c53f9fdc3ef38f778755dee" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index 8b5de738..b6923e6f 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.0a26" -polywrap-core = "^0.1.0a26" +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 03093343..d2faa780 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -494,15 +494,17 @@ version = "0.1.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a26-py3-none-any.whl", hash = "sha256:e705904637a0ccb4af14760648ab57324a3bdda27468945c3b47fe60ec9dea13"}, - {file = "polywrap_core-0.1.0a26.tar.gz", hash = "sha256:c9df26792073b91bb7a542849925bfec5146e32de385eae1af19c8e0bececac6"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0a26-py3-none-any.whl", hash = "sha256:64ceadbd3e0431419866e8b0a5ed01e3265c98b3b357c781c4e84ec8517cbdde"}, - {file = "polywrap_uri_resolvers-0.1.0a26.tar.gz", hash = "sha256:de26d45a9ebda7a2b219c45be8392cb92537e6ea553b9c1361599430e0fd7dc2"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a26,<0.2.0" -polywrap-wasm = ">=0.1.0a26,<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.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a26-py3-none-any.whl", hash = "sha256:dba4e4354c7ed45e2982e72580b039eb215563e098a0f132e1fe7b2895f08713"}, - {file = "polywrap_wasm-0.1.0a26.tar.gz", hash = "sha256:65977c6aa81174cb71ec4953c6448030557b7e2c08c0d8c3d3c3deb75399cb8d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a26,<0.2.0" -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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 = "193f4457cdd53c57b450e5abcdca3b7797741e2abd70d81decde05458d44812d" +content-hash = "868e9783a68c41710eb8195a5391e1ad1fb7b72f986060ad6974289c3dab01b1" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index 1f7e9c07..9a47a1a2 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.0a26" -polywrap-manifest = "^0.1.0a26" -polywrap-msgpack = "^0.1.0a26" -polywrap-core = "^0.1.0a26" +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 a38909a2..fe25ed98 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -542,15 +542,17 @@ version = "0.1.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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 = "7d6c712f50eed4423b0b2ab4e3a6520ba34d998b34fe809df28cc14c14acdb91" +content-hash = "60e51d986fcb9814b054fb0b6c5a6eea0c84829dc8db4e5cf3c592ade9f5353c" diff --git a/packages/polywrap-core/pyproject.toml b/packages/polywrap-core/pyproject.toml index b5a7f2f7..00d03365 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.0a26" -polywrap-manifest = "^0.1.0a26" +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 ac0ad88f..630bd43d 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "argcomplete" @@ -1037,14 +1037,16 @@ version = "0.1.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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" @@ -1492,8 +1494,6 @@ 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 = "c44d44502fa5e536f3bff73f49a0f7eb5fb76afec2e92d595d631a69a4434e96" +content-hash = "24823609dd2e915662d783a087ef84230b11f8720ee5441ecac7fa758ae01270" diff --git a/packages/polywrap-manifest/pyproject.toml b/packages/polywrap-manifest/pyproject.toml index 7686ad33..952b11c5 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.0a26" +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 2ee841f6..c12c1d97 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -542,15 +542,17 @@ version = "0.1.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a26-py3-none-any.whl", hash = "sha256:e705904637a0ccb4af14760648ab57324a3bdda27468945c3b47fe60ec9dea13"}, - {file = "polywrap_core-0.1.0a26.tar.gz", hash = "sha256:c9df26792073b91bb7a542849925bfec5146e32de385eae1af19c8e0bececac6"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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 = "fd0c9f5c518b87f4d7a3de2002e14dfca682f76de64ec1d39c1c80be5959f0eb" +content-hash = "53aac71c5c265f0b9e4c5b59213df4bb56fbebc32d573f959ca08d74b3d5a8d9" diff --git a/packages/polywrap-plugin/pyproject.toml b/packages/polywrap-plugin/pyproject.toml index baaac846..d60fee45 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.0a26" -polywrap-manifest = "^0.1.0a26" -polywrap-core = "^0.1.0a26" +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 09d8049b..4499bef2 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 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -542,15 +542,17 @@ version = "0.1.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a26-py3-none-any.whl", hash = "sha256:e705904637a0ccb4af14760648ab57324a3bdda27468945c3b47fe60ec9dea13"}, - {file = "polywrap_core-0.1.0a26.tar.gz", hash = "sha256:c9df26792073b91bb7a542849925bfec5146e32de385eae1af19c8e0bececac6"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0a26-py3-none-any.whl", hash = "sha256:dba4e4354c7ed45e2982e72580b039eb215563e098a0f132e1fe7b2895f08713"}, - {file = "polywrap_wasm-0.1.0a26.tar.gz", hash = "sha256:65977c6aa81174cb71ec4953c6448030557b7e2c08c0d8c3d3c3deb75399cb8d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0a26,<0.2.0" -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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 = "661e013d9ffb3f5adbe9acc52d3758531fef4db68e8d9b758a1ffa3b4fa94850" +content-hash = "94ae3e22f4506227dc928324abc370121de92d93372dc588a0005fdaaeaf2dff" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index 81af9752..eb6d9e5c 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.0a26" -polywrap-core = "^0.1.0a26" +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 5b62c25c..879d00b0 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -542,15 +542,17 @@ version = "0.1.0a26" description = "" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0a26-py3-none-any.whl", hash = "sha256:e705904637a0ccb4af14760648ab57324a3bdda27468945c3b47fe60ec9dea13"}, - {file = "polywrap_core-0.1.0a26.tar.gz", hash = "sha256:c9df26792073b91bb7a542849925bfec5146e32de385eae1af19c8e0bececac6"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0a26,<0.2.0" -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP manifest" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0a26-py3-none-any.whl", hash = "sha256:0decf1950d15588b6bd216469222153bad748aa71b0e22b65ab9f3cc74a46504"}, - {file = "polywrap_manifest-0.1.0a26.tar.gz", hash = "sha256:f69bdccbde301cef9dae9c6f95ad5f267007ec870ab8ba06d4fca6e45ca94e7f"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0a26,<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.0a26" description = "WRAP msgpack encoding" category = "main" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0a26-py3-none-any.whl", hash = "sha256:97b4517b28b55e81712d5c8f5813f39df668ed6d1be04a446a238adc9f814dcb"}, - {file = "polywrap_msgpack-0.1.0a26.tar.gz", hash = "sha256:8ef682e1b0f2522e9526ea5c52d43682524105e3a6b9d9b764db98447f608250"}, -] +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 = "d461c40601fe733cae8cdbef956193a6af8ffe414a402b4899bf4603926df39b" +content-hash = "f27e3708b88017566e97301cc6920071b13eef5851963631b4e981d8dec94f7a" diff --git a/packages/polywrap-wasm/pyproject.toml b/packages/polywrap-wasm/pyproject.toml index c47043c8..3a682d07 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.0a26" -polywrap-manifest = "^0.1.0a26" -polywrap-core = "^0.1.0a26" +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"