From f7c3f6c31375d61b9ad5d9d25138d000437bbd9e Mon Sep 17 00:00:00 2001 From: polywrap-build-bot Date: Mon, 14 Aug 2023 19:06:37 +0000 Subject: [PATCH 1/2] chore: patch version to 0.1.0b6 --- .../polywrap-sys-config-bundle/poetry.lock | 242 +++++-------- .../polywrap-sys-config-bundle/pyproject.toml | 14 +- .../polywrap-web3-config-bundle/poetry.lock | 325 ++++++------------ .../pyproject.toml | 14 +- .../polywrap-ethereum-provider/poetry.lock | 117 +------ .../polywrap-ethereum-provider/pyproject.toml | 8 +- .../plugins/polywrap-fs-plugin/poetry.lock | 79 +---- .../plugins/polywrap-fs-plugin/pyproject.toml | 8 +- .../plugins/polywrap-http-plugin/poetry.lock | 100 +----- .../polywrap-http-plugin/pyproject.toml | 8 +- .../poetry.lock | 162 ++------- .../pyproject.toml | 4 +- packages/polywrap-client/poetry.lock | 141 +------- packages/polywrap-client/pyproject.toml | 6 +- packages/polywrap-uri-resolvers/poetry.lock | 87 +---- .../polywrap-uri-resolvers/pyproject.toml | 4 +- 16 files changed, 306 insertions(+), 1013 deletions(-) diff --git a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock index 06ae5bc2..111667b2 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -26,7 +25,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -46,7 +44,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -71,7 +68,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -106,7 +102,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -118,7 +113,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -133,7 +127,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -145,7 +138,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -160,7 +152,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -172,7 +163,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -187,7 +177,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -203,7 +192,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -218,7 +206,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -233,7 +220,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -245,7 +231,6 @@ files = [ name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -257,17 +242,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -283,15 +267,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -303,7 +286,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -315,7 +297,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -333,7 +314,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -379,7 +359,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -404,7 +383,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -416,7 +394,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -428,7 +405,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -501,7 +477,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -513,7 +488,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -528,7 +502,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -540,7 +513,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -552,7 +524,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -564,7 +535,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -580,7 +550,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -596,16 +565,15 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -615,176 +583,148 @@ url = "../../polywrap-client" name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client_config_builder-0.1.0b6-py3-none-any.whl", hash = "sha256:c7206daaf6e49f898755e21d7d7abb161a93f3a7756423a86c373e2192f79499"}, + {file = "polywrap_client_config_builder-0.1.0b6.tar.gz", hash = "sha256:3a56bb616757d404fb2d68d6bf77a76ddaa801914089e15360a930ea91590e9c"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-client-config-builder" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b6-py3-none-any.whl", hash = "sha256:790bc4b64880273b02eac541241078691eb75d64b59c258b5ed0b1fede5c360f"}, + {file = "polywrap_core-0.1.0b6.tar.gz", hash = "sha256:50510faaa31fddc68b54f2779c7826f2c557a2ad11bfc98607aa740a15caf266"}, +] [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.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, + {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, +] [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-http-plugin" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, + {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-manifest" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:9ad6201bed1e2f4442fba1f4967d2e279ebd5a7b45c8df77e0e19fd82a6ddbea"}, + {file = "polywrap_manifest-0.1.0b6.tar.gz", hash = "sha256:c3c1526badd1d187940b36dc36f6e6d28d7e2d59736603d3e008d0cf2fb6203e"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:a85e904be374798f5bdabd74e117dc5cf0a47440f13b80cec0e7bf698e4d0fee"}, + {file = "polywrap_msgpack-0.1.0b6.tar.gz", hash = "sha256:bf111b87c2912b4fcfb6693740a48c8af4fa21422b5e729821bf84816df5ebe6"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, + {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, +] [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.0b6,<0.2.0" +polywrap-wasm = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -796,7 +736,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -849,7 +788,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -867,7 +805,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -882,7 +819,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -911,7 +847,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -930,7 +865,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -953,7 +887,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1003,7 +936,6 @@ files = [ name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -1021,7 +953,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -1040,7 +971,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1057,7 +987,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1069,7 +998,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1081,7 +1009,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1093,7 +1020,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -1105,7 +1031,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1120,7 +1045,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1132,7 +1056,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1144,7 +1067,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1156,7 +1078,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1182,7 +1103,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1202,7 +1122,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1214,7 +1133,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1235,7 +1153,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1254,7 +1171,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1338,4 +1254,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "86864e3b28e3bd21afc2eb79ad00197dc852f107c36b14b51f92ab02e6a9e9fa" +content-hash = "51badcc90dd43bd1e7f2c811133b2a14ff3be8d16e76f39dd5569eb409c3eb93" diff --git a/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml index 93358e77..41d5f84d 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 = {path = "../../polywrap-core", develop = true} -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} -polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} -polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-client-config-builder = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" +polywrap-fs-plugin = "^0.1.0b6" +polywrap-http-plugin = "^0.1.0b6" [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 44c24781..4cbb1dc6 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -150,7 +147,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -170,7 +166,6 @@ wrapt = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -182,7 +177,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -201,7 +195,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -226,7 +219,6 @@ yaml = ["PyYAML"] name = "bitarray" version = "2.8.1" description = "efficient arrays of booleans -- C extension" -category = "main" optional = false python-versions = "*" files = [ @@ -338,7 +330,6 @@ files = [ name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -373,7 +364,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -385,7 +375,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -470,7 +459,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -485,7 +473,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -497,7 +484,6 @@ files = [ name = "cytoolz" version = "0.12.2" description = "Cython implementation of Toolz: High performance functional utilities" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -606,7 +592,6 @@ cython = ["cython"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -621,7 +606,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -633,7 +617,6 @@ files = [ name = "eth-abi" version = "4.1.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -657,7 +640,6 @@ tools = ["hypothesis (>=4.18.2,<5.0.0)"] name = "eth-account" version = "0.8.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" -category = "main" optional = false python-versions = ">=3.6, <4" files = [ @@ -685,7 +667,6 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x name = "eth-hash" version = "0.5.2" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -708,7 +689,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-keyfile" version = "0.6.1" description = "A library for handling the encrypted keyfiles used to store ethereum private keys." -category = "main" optional = false python-versions = "*" files = [ @@ -731,7 +711,6 @@ test = ["pytest (>=6.2.5,<7)"] name = "eth-keys" version = "0.4.0" description = "Common API for Ethereum key operations." -category = "main" optional = false python-versions = "*" files = [ @@ -754,7 +733,6 @@ test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysh name = "eth-rlp" version = "0.3.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -777,7 +755,6 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= name = "eth-typing" version = "3.4.0" description = "eth-typing: Common type annotations for ethereum python packages" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -795,7 +772,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-utils" version = "2.2.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" -category = "main" optional = false python-versions = ">=3.7,<4" files = [ @@ -819,7 +795,6 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -834,7 +809,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -850,7 +824,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -921,7 +894,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -936,7 +908,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +922,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -963,7 +933,6 @@ files = [ name = "hexbytes" version = "0.3.1" description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -981,7 +950,6 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -993,17 +961,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1019,15 +986,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1039,7 +1005,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1051,7 +1016,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -1069,7 +1033,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1091,7 +1054,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1106,7 +1068,6 @@ referencing = ">=0.28.0" name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1152,7 +1113,6 @@ files = [ name = "lru-dict" version = "1.2.0" description = "An Dict like LRU container." -category = "main" optional = false python-versions = "*" files = [ @@ -1247,7 +1207,6 @@ test = ["pytest"] name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1272,7 +1231,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1284,7 +1242,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1296,7 +1253,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1369,7 +1325,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1453,7 +1408,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1465,7 +1419,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1480,7 +1433,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1492,7 +1444,6 @@ files = [ name = "parsimonious" version = "0.9.0" description = "(Soon to be) the fastest pure-Python PEG parser I could muster" -category = "main" optional = false python-versions = "*" files = [ @@ -1506,7 +1457,6 @@ regex = ">=2022.3.15" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1518,7 +1468,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -1530,7 +1479,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1546,7 +1494,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1562,16 +1509,15 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -1581,221 +1527,187 @@ url = "../../polywrap-client" name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_client_config_builder-0.1.0b6-py3-none-any.whl", hash = "sha256:c7206daaf6e49f898755e21d7d7abb161a93f3a7756423a86c373e2192f79499"}, + {file = "polywrap_client_config_builder-0.1.0b6.tar.gz", hash = "sha256:3a56bb616757d404fb2d68d6bf77a76ddaa801914089e15360a930ea91590e9c"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-client-config-builder" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_core-0.1.0b6-py3-none-any.whl", hash = "sha256:790bc4b64880273b02eac541241078691eb75d64b59c258b5ed0b1fede5c360f"}, + {file = "polywrap_core-0.1.0b6.tar.gz", hash = "sha256:50510faaa31fddc68b54f2779c7826f2c557a2ad11bfc98607aa740a15caf266"}, +] [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.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, + {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, +] [package.dependencies] eth_account = "0.8.0" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../../plugins/polywrap-ethereum-provider" - [[package]] name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, + {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, +] [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-http-plugin" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, + {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} - -[package.source] -type = "directory" -url = "../../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-manifest" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:9ad6201bed1e2f4442fba1f4967d2e279ebd5a7b45c8df77e0e19fd82a6ddbea"}, + {file = "polywrap_manifest-0.1.0b6.tar.gz", hash = "sha256:c3c1526badd1d187940b36dc36f6e6d28d7e2d59736603d3e008d0cf2fb6203e"}, +] [package.dependencies] -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -pydantic = "^1.10.2" - -[package.source] -type = "directory" -url = "../../polywrap-manifest" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +pydantic = ">=1.10.2,<2.0.0" [[package]] name = "polywrap-msgpack" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:a85e904be374798f5bdabd74e117dc5cf0a47440f13b80cec0e7bf698e4d0fee"}, + {file = "polywrap_msgpack-0.1.0b6.tar.gz", hash = "sha256:bf111b87c2912b4fcfb6693740a48c8af4fa21422b5e729821bf84816df5ebe6"}, +] [package.dependencies] -msgpack = "^1.0.4" - -[package.source] -type = "directory" -url = "../../polywrap-msgpack" +msgpack = ">=1.0.4,<2.0.0" [[package]] name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-sys-config-bundle" version = "0.1.0b6" description = "Polywrap System Client Config Bundle" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_sys_config_bundle-0.1.0b6-py3-none-any.whl", hash = "sha256:e9fbcfbf697c67ad17b08359cd9bf9491bbd370ae6d6ddcbaacb01fd28b279b2"}, + {file = "polywrap_sys_config_bundle-0.1.0b6.tar.gz", hash = "sha256:1099a17fe90b5fc720d535479d1c63eb89897070a7e54034e06b43ee27bbbb0a"}, +] [package.dependencies] -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true} -polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-sys-config-bundle" +polywrap-client-config-builder = ">=0.1.0b6,<0.2.0" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-fs-plugin = ">=0.1.0b6,<0.2.0" +polywrap-http-plugin = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" +polywrap-wasm = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" 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.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, + {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, +] [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.0b6,<0.2.0" +polywrap-wasm = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "protobuf" version = "4.24.0" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1818,7 +1730,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1830,7 +1741,6 @@ files = [ name = "pycryptodome" version = "3.18.0" description = "Cryptographic library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1872,7 +1782,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1925,7 +1834,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1943,7 +1851,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1958,7 +1865,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -1987,7 +1893,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2006,7 +1911,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2029,7 +1933,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -2053,7 +1956,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2103,7 +2005,6 @@ files = [ name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2119,7 +2020,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2217,7 +2117,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2239,7 +2138,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -2257,7 +2155,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -2276,7 +2173,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rlp" version = "3.0.0" description = "A package for Recursive Length Prefix encoding and decoding" -category = "main" optional = false python-versions = "*" files = [ @@ -2298,7 +2194,6 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] name = "rpds-py" version = "0.9.2" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2405,7 +2300,6 @@ files = [ name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2422,7 +2316,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2434,7 +2327,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2446,7 +2338,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2458,7 +2349,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -2470,7 +2360,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2485,7 +2374,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2497,7 +2385,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2509,7 +2396,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2521,7 +2407,6 @@ files = [ name = "toolz" version = "0.12.0" description = "List processing tools and functional utilities" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -2533,7 +2418,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2559,7 +2443,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -2579,7 +2462,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2591,7 +2473,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2609,7 +2490,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2630,7 +2510,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2649,7 +2528,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "web3" version = "6.1.0" description = "web3.py" -category = "main" optional = false python-versions = ">=3.7.2" files = [ @@ -2683,7 +2561,6 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2763,7 +2640,6 @@ files = [ name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2848,7 +2724,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2935,4 +2810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "656a2358469b0d7ba9a14a05fde1f8dbdf83b1d713aba2a4ff5c0c3615f33501" +content-hash = "0395de5d04fed86c13d4450d38faf95855f2c6e828075b2c6c49e14fe0d1ae04" diff --git a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml index 6c149ef6..a96d47e6 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 = {path = "../../polywrap-core", develop = true} -polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} -polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} -polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-client-config-builder = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" +polywrap-ethereum-provider = "^0.1.0b6" +polywrap-sys-config-bundle = "^0.1.0b6" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-ethereum-provider/poetry.lock b/packages/plugins/polywrap-ethereum-provider/poetry.lock index 645841ce..4232d895 100644 --- a/packages/plugins/polywrap-ethereum-provider/poetry.lock +++ b/packages/plugins/polywrap-ethereum-provider/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -148,7 +145,6 @@ wrapt = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -160,7 +156,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -179,7 +174,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -204,7 +198,6 @@ yaml = ["PyYAML"] name = "bitarray" version = "2.8.1" description = "efficient arrays of booleans -- C extension" -category = "main" optional = false python-versions = "*" files = [ @@ -316,7 +309,6 @@ files = [ name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -351,7 +343,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -363,7 +354,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -448,7 +438,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -463,7 +452,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -475,7 +463,6 @@ files = [ name = "cytoolz" version = "0.12.2" description = "Cython implementation of Toolz: High performance functional utilities" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -584,7 +571,6 @@ cython = ["cython"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -599,7 +585,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -611,7 +596,6 @@ files = [ name = "eth-abi" version = "4.1.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -635,7 +619,6 @@ tools = ["hypothesis (>=4.18.2,<5.0.0)"] name = "eth-account" version = "0.8.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" -category = "main" optional = false python-versions = ">=3.6, <4" files = [ @@ -663,7 +646,6 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x name = "eth-hash" version = "0.5.2" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -686,7 +668,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-keyfile" version = "0.6.1" description = "A library for handling the encrypted keyfiles used to store ethereum private keys." -category = "main" optional = false python-versions = "*" files = [ @@ -709,7 +690,6 @@ test = ["pytest (>=6.2.5,<7)"] name = "eth-keys" version = "0.4.0" description = "Common API for Ethereum key operations." -category = "main" optional = false python-versions = "*" files = [ @@ -732,7 +712,6 @@ test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysh name = "eth-rlp" version = "0.3.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -755,7 +734,6 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= name = "eth-tester" version = "0.8.0b3" description = "Tools for testing Ethereum applications." -category = "dev" optional = false python-versions = ">=3.6.8,<4" files = [ @@ -783,7 +761,6 @@ test = ["eth-hash[pycryptodome] (>=0.1.4,<1.0.0)", "pytest (>=6.2.5,<7)", "pytes name = "eth-typing" version = "3.4.0" description = "eth-typing: Common type annotations for ethereum python packages" -category = "main" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -801,7 +778,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-utils" version = "2.2.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" -category = "main" optional = false python-versions = ">=3.7,<4" files = [ @@ -825,7 +801,6 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -840,7 +815,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -856,7 +830,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -927,7 +900,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -942,7 +914,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -957,7 +928,6 @@ gitdb = ">=4.0.1,<5" name = "hexbytes" version = "0.3.1" description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -975,7 +945,6 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -987,7 +956,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -999,7 +967,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -1017,7 +984,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1039,7 +1005,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1054,7 +1019,6 @@ referencing = ">=0.28.0" name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1100,7 +1064,6 @@ files = [ name = "lru-dict" version = "1.2.0" description = "An Dict like LRU container." -category = "main" optional = false python-versions = "*" files = [ @@ -1195,7 +1158,6 @@ test = ["pytest"] name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1220,7 +1182,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1232,7 +1193,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1244,7 +1204,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1317,7 +1276,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1401,7 +1359,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1413,7 +1370,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1428,7 +1384,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1440,7 +1395,6 @@ files = [ name = "parsimonious" version = "0.9.0" description = "(Soon to be) the fastest pure-Python PEG parser I could muster" -category = "main" optional = false python-versions = "*" files = [ @@ -1454,7 +1408,6 @@ regex = ">=2022.3.15" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1466,7 +1419,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -1478,7 +1430,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1494,7 +1445,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1510,7 +1460,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1529,7 +1478,6 @@ url = "../../polywrap-client" name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1547,7 +1495,6 @@ url = "../../polywrap-client-config-builder" name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1565,7 +1512,6 @@ url = "../../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1583,7 +1529,6 @@ url = "../../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1600,26 +1545,22 @@ url = "../../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1637,7 +1578,6 @@ url = "../../polywrap-uri-resolvers" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1657,7 +1597,6 @@ url = "../../polywrap-wasm" name = "protobuf" version = "4.24.0" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1680,7 +1619,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1692,7 +1630,6 @@ files = [ name = "pycryptodome" version = "3.18.0" description = "Cryptographic library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1734,7 +1671,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1787,7 +1723,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1805,7 +1740,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1820,7 +1754,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -1849,7 +1782,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1868,7 +1800,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1891,7 +1822,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -1915,7 +1845,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1965,7 +1894,6 @@ files = [ name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1981,7 +1909,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2079,7 +2006,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2101,7 +2027,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -2120,7 +2045,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rlp" version = "3.0.0" description = "A package for Recursive Length Prefix encoding and decoding" -category = "main" optional = false python-versions = "*" files = [ @@ -2142,7 +2066,6 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] name = "rpds-py" version = "0.9.2" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2249,7 +2172,6 @@ files = [ name = "semantic-version" version = "2.10.0" description = "A library implementing the 'SemVer' scheme." -category = "dev" optional = false python-versions = ">=2.7" files = [ @@ -2265,7 +2187,6 @@ doc = ["Sphinx", "sphinx-rtd-theme"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2282,7 +2203,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2294,7 +2214,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2306,7 +2225,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -2318,7 +2236,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2333,7 +2250,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2345,7 +2261,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2357,7 +2272,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2369,7 +2283,6 @@ files = [ name = "toolz" version = "0.12.0" description = "List processing tools and functional utilities" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -2381,7 +2294,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2407,7 +2319,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -2427,7 +2338,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2439,7 +2349,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2457,7 +2366,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2478,7 +2386,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2497,7 +2404,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "web3" version = "6.1.0" description = "web3.py" -category = "main" optional = false python-versions = ">=3.7.2" files = [ @@ -2531,7 +2437,6 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2611,7 +2516,6 @@ files = [ name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2696,7 +2600,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2783,4 +2686,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4d6a9441baad73bdc882c7ad6ca63c516a67279e3a796bf868c2ceb2e543cdd8" +content-hash = "e9afad5de87aef5516c01ab74a8ec1c1392e82bca8f05fef6314593e89948d4f" diff --git a/packages/plugins/polywrap-ethereum-provider/pyproject.toml b/packages/plugins/polywrap-ethereum-provider/pyproject.toml index 6da30064..0320a0e6 100644 --- a/packages/plugins/polywrap-ethereum-provider/pyproject.toml +++ b/packages/plugins/polywrap-ethereum-provider/pyproject.toml @@ -15,10 +15,10 @@ include = ["polywrap_ethereum_provider/wrap/**/*"] python = "^3.10" web3 = "6.1.0" eth_account = "0.8.0" -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b6" +polywrap-core = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" [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 341cd07c..569437e8 100644 --- a/packages/plugins/polywrap-fs-plugin/poetry.lock +++ b/packages/plugins/polywrap-fs-plugin/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -48,7 +46,6 @@ yaml = ["PyYAML"] name = "black" version = "23.7.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -94,7 +91,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -109,7 +105,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -121,7 +116,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -136,7 +130,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -148,7 +141,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -163,7 +155,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -179,7 +170,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -194,7 +184,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -209,7 +198,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -221,7 +209,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -239,7 +226,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -285,7 +271,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -310,7 +295,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -322,7 +306,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -334,7 +317,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -407,7 +389,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -419,7 +400,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -434,7 +414,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -446,7 +425,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -458,7 +436,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -470,7 +447,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -486,7 +462,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -502,7 +477,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -521,7 +495,6 @@ url = "../../polywrap-client" name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -539,7 +512,6 @@ url = "../../polywrap-client-config-builder" name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -557,7 +529,6 @@ url = "../../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -575,7 +546,6 @@ url = "../../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -592,26 +562,22 @@ url = "../../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -629,7 +595,6 @@ url = "../../polywrap-uri-resolvers" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -649,7 +614,6 @@ url = "../../polywrap-wasm" name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -661,7 +625,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -714,7 +677,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -732,7 +694,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -747,7 +708,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -776,7 +736,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -795,7 +754,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -818,7 +776,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-mock" version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -836,7 +793,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -886,7 +842,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -905,7 +860,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -922,7 +876,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -934,7 +887,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -946,7 +898,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -958,7 +909,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -973,7 +923,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -985,7 +934,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -997,7 +945,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1009,7 +956,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1035,7 +981,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1055,7 +1000,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1067,7 +1011,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1088,7 +1031,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1107,7 +1049,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1191,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d39a785988698519f40517cdb5fb3402097438585fc46f15e923cf233dac988d" +content-hash = "4c75192acf38845b34cf671d472e30c31a4f5e8fecf2843b76bb6cc22a2e76db" diff --git a/packages/plugins/polywrap-fs-plugin/pyproject.toml b/packages/plugins/polywrap-fs-plugin/pyproject.toml index af92436a..51082b5a 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 = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b6" +polywrap-core = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" [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 2c77ee10..cc6810e8 100644 --- a/packages/plugins/polywrap-http-plugin/poetry.lock +++ b/packages/plugins/polywrap-http-plugin/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -26,7 +25,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -46,7 +44,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -70,7 +67,6 @@ yaml = ["PyYAML"] name = "black" version = "23.7.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -116,7 +112,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -128,7 +123,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -143,7 +137,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -155,7 +148,6 @@ files = [ name = "decorator" version = "5.1.1" description = "Decorators for Humans" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -167,7 +159,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -182,7 +173,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -194,7 +184,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -209,7 +198,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -225,7 +213,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -240,7 +227,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -255,7 +241,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -267,7 +252,6 @@ files = [ name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -279,17 +263,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httptools" version = "0.6.0" description = "A collection of framework independent HTTP protocol utils." -category = "dev" optional = false python-versions = ">=3.5.0" files = [ @@ -337,7 +320,6 @@ test = ["Cython (>=0.29.24,<0.30.0)"] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -353,15 +335,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -373,7 +354,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -385,7 +365,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -403,7 +382,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -449,7 +427,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -474,7 +451,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -486,7 +462,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -498,7 +473,6 @@ files = [ name = "mocket" version = "3.11.1" description = "Socket Mock Framework - for all kinds of socket animals, web-clients included - with gevent/asyncio/SSL support" -category = "dev" optional = false python-versions = "*" files = [ @@ -519,7 +493,6 @@ speedups = ["xxhash", "xxhash-cffi"] name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -592,7 +565,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -604,7 +576,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -619,7 +590,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -631,7 +601,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -643,7 +612,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -655,7 +623,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -671,7 +638,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -687,7 +653,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -706,7 +671,6 @@ url = "../../polywrap-client" name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -724,7 +688,6 @@ url = "../../polywrap-client-config-builder" name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -742,7 +705,6 @@ url = "../../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -760,7 +722,6 @@ url = "../../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -777,26 +738,22 @@ url = "../../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -814,7 +771,6 @@ url = "../../polywrap-uri-resolvers" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -834,7 +790,6 @@ url = "../../polywrap-wasm" name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -846,7 +801,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -899,7 +853,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -917,7 +870,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -932,7 +884,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -961,7 +912,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -980,7 +930,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1003,7 +952,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-mock" version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1021,7 +969,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1033,7 +980,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1083,7 +1029,6 @@ files = [ name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -1101,7 +1046,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -1120,7 +1064,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1137,7 +1080,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1149,7 +1091,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1161,7 +1102,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1173,7 +1113,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -1185,7 +1124,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1200,7 +1138,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1212,7 +1149,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1224,7 +1160,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1236,7 +1171,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1262,7 +1196,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1282,7 +1215,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1294,7 +1226,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1312,7 +1243,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1333,7 +1263,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1352,7 +1281,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1436,4 +1364,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "822b1a914f39e42b654d1b52e44a14e4dbbf426d8110a2569fd1234685ae4d91" +content-hash = "960535ecba508a1b4cbb5746c2dd422a076e4fddce0cc75e4d237b0a1867d13a" diff --git a/packages/plugins/polywrap-http-plugin/pyproject.toml b/packages/plugins/polywrap-http-plugin/pyproject.toml index e009acf0..94a31043 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 = {path = "../../polywrap-plugin", develop = true} -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-plugin = "^0.1.0b6" +polywrap-core = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" [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 74782d00..13f74d3c 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -150,7 +147,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -170,7 +166,6 @@ wrapt = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -182,7 +177,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -201,7 +195,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -226,7 +219,6 @@ yaml = ["PyYAML"] name = "bitarray" version = "2.8.1" description = "efficient arrays of booleans -- C extension" -category = "dev" optional = false python-versions = "*" files = [ @@ -338,7 +330,6 @@ files = [ name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -373,7 +364,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -385,7 +375,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -470,7 +459,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -485,7 +473,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -497,7 +484,6 @@ files = [ name = "cytoolz" version = "0.12.2" description = "Cython implementation of Toolz: High performance functional utilities" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -606,7 +592,6 @@ cython = ["cython"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -621,7 +606,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -633,7 +617,6 @@ files = [ name = "eth-abi" version = "4.1.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" -category = "dev" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -657,7 +640,6 @@ tools = ["hypothesis (>=4.18.2,<5.0.0)"] name = "eth-account" version = "0.8.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" -category = "dev" optional = false python-versions = ">=3.6, <4" files = [ @@ -685,7 +667,6 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x name = "eth-hash" version = "0.5.2" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -708,7 +689,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-keyfile" version = "0.6.1" description = "A library for handling the encrypted keyfiles used to store ethereum private keys." -category = "dev" optional = false python-versions = "*" files = [ @@ -731,7 +711,6 @@ test = ["pytest (>=6.2.5,<7)"] name = "eth-keys" version = "0.4.0" description = "Common API for Ethereum key operations." -category = "dev" optional = false python-versions = "*" files = [ @@ -754,7 +733,6 @@ test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysh name = "eth-rlp" version = "0.3.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -777,7 +755,6 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= name = "eth-typing" version = "3.4.0" description = "eth-typing: Common type annotations for ethereum python packages" -category = "dev" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -795,7 +772,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-utils" version = "2.2.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" -category = "dev" optional = false python-versions = ">=3.7,<4" files = [ @@ -819,7 +795,6 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -834,7 +809,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -850,7 +824,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -921,7 +894,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -936,7 +908,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +922,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -963,7 +933,6 @@ files = [ name = "hexbytes" version = "0.3.1" description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -981,7 +950,6 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -993,17 +961,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1019,15 +986,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "hypothesis" version = "6.82.4" description = "A library for property-based testing" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1060,7 +1026,6 @@ zoneinfo = ["backports.zoneinfo (>=0.2.1)", "tzdata (>=2023.3)"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1072,7 +1037,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1084,7 +1048,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -1102,7 +1065,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1124,7 +1086,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1139,7 +1100,6 @@ referencing = ">=0.28.0" name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1185,7 +1145,6 @@ files = [ name = "lru-dict" version = "1.2.0" description = "An Dict like LRU container." -category = "dev" optional = false python-versions = "*" files = [ @@ -1280,7 +1239,6 @@ test = ["pytest"] name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1305,7 +1263,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1317,7 +1274,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1329,7 +1285,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1402,7 +1357,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1486,7 +1440,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1498,7 +1451,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1513,7 +1465,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1525,7 +1476,6 @@ files = [ name = "parsimonious" version = "0.9.0" description = "(Soon to be) the fastest pure-Python PEG parser I could muster" -category = "dev" optional = false python-versions = "*" files = [ @@ -1539,7 +1489,6 @@ regex = ">=2022.3.15" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1551,7 +1500,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -1563,7 +1511,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1579,7 +1526,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1595,7 +1541,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1613,7 +1558,6 @@ url = "../polywrap-core" name = "polywrap-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1621,10 +1565,10 @@ develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" web3 = "6.1.0" [package.source] @@ -1635,17 +1579,16 @@ url = "../plugins/polywrap-ethereum-provider" name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" [package.source] type = "directory" @@ -1655,7 +1598,6 @@ url = "../plugins/polywrap-fs-plugin" name = "polywrap-http-plugin" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1663,10 +1605,10 @@ develop = true [package.dependencies] httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" [package.source] type = "directory" @@ -1676,7 +1618,6 @@ url = "../plugins/polywrap-http-plugin" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1694,7 +1635,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1711,26 +1651,22 @@ url = "../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "dev" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, + {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} - -[package.source] -type = "directory" -url = "../polywrap-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-sys-config-bundle" version = "0.1.0b6" description = "Polywrap System Client Config Bundle" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1753,15 +1689,14 @@ url = "../config-bundles/polywrap-sys-config-bundle" name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -1771,7 +1706,6 @@ url = "../polywrap-uri-resolvers" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1791,7 +1725,6 @@ url = "../polywrap-wasm" name = "polywrap-web3-config-bundle" version = "0.1.0b6" description = "Polywrap System Client Config Bundle" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1814,7 +1747,6 @@ url = "../config-bundles/polywrap-web3-config-bundle" name = "protobuf" version = "4.24.0" description = "" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1837,7 +1769,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1849,7 +1780,6 @@ files = [ name = "pycryptodome" version = "3.18.0" description = "Cryptographic library for Python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1891,7 +1821,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1944,7 +1873,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1962,7 +1890,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1977,7 +1904,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -2006,7 +1932,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2025,7 +1950,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2048,7 +1972,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "dev" optional = false python-versions = "*" files = [ @@ -2072,7 +1995,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2122,7 +2044,6 @@ files = [ name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2138,7 +2059,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2236,7 +2156,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2258,7 +2177,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "dev" optional = false python-versions = "*" files = [ @@ -2276,7 +2194,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -2295,7 +2212,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rlp" version = "3.0.0" description = "A package for Recursive Length Prefix encoding and decoding" -category = "dev" optional = false python-versions = "*" files = [ @@ -2317,7 +2233,6 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] name = "rpds-py" version = "0.9.2" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2424,7 +2339,6 @@ files = [ name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2441,7 +2355,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2453,7 +2366,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2465,7 +2377,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2477,7 +2388,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -2489,7 +2399,6 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "dev" optional = false python-versions = "*" files = [ @@ -2501,7 +2410,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2516,7 +2424,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2528,7 +2435,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2540,7 +2446,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2552,7 +2457,6 @@ files = [ name = "toolz" version = "0.12.0" description = "List processing tools and functional utilities" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -2564,7 +2468,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2590,7 +2493,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -2610,7 +2512,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2622,7 +2523,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2640,7 +2540,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2661,7 +2560,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2680,7 +2578,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "web3" version = "6.1.0" description = "web3.py" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -2714,7 +2611,6 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2794,7 +2690,6 @@ files = [ name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2879,7 +2774,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2966,4 +2860,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "09e8257386e6e50fd99da69dce4b8c8130e09d236c5f6ca6695518ee8843c155" +content-hash = "8dca5459d569a71210f3da9c5dee26fd8c1f824be914510abb7341dd9bd483bb" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index 81ca2f59..86310657 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 = {path = "../polywrap-uri-resolvers", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-core = "^0.1.0b6" [tool.poetry.group.dev.dependencies] hypothesis = "^6.76.0" diff --git a/packages/polywrap-client/poetry.lock b/packages/polywrap-client/poetry.lock index 3f67530d..cf62be5d 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -150,7 +147,6 @@ trio = ["trio (<0.22)"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -170,7 +166,6 @@ wrapt = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -182,7 +177,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -201,7 +195,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -226,7 +219,6 @@ yaml = ["PyYAML"] name = "bitarray" version = "2.8.1" description = "efficient arrays of booleans -- C extension" -category = "dev" optional = false python-versions = "*" files = [ @@ -338,7 +330,6 @@ files = [ name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -373,7 +364,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -385,7 +375,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -470,7 +459,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -485,7 +473,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -497,7 +484,6 @@ files = [ name = "cytoolz" version = "0.12.2" description = "Cython implementation of Toolz: High performance functional utilities" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -606,7 +592,6 @@ cython = ["cython"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -621,7 +606,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -633,7 +617,6 @@ files = [ name = "eth-abi" version = "4.1.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" -category = "dev" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -657,7 +640,6 @@ tools = ["hypothesis (>=4.18.2,<5.0.0)"] name = "eth-account" version = "0.8.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" -category = "dev" optional = false python-versions = ">=3.6, <4" files = [ @@ -685,7 +667,6 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x name = "eth-hash" version = "0.5.2" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -708,7 +689,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-keyfile" version = "0.6.1" description = "A library for handling the encrypted keyfiles used to store ethereum private keys." -category = "dev" optional = false python-versions = "*" files = [ @@ -731,7 +711,6 @@ test = ["pytest (>=6.2.5,<7)"] name = "eth-keys" version = "0.4.0" description = "Common API for Ethereum key operations." -category = "dev" optional = false python-versions = "*" files = [ @@ -754,7 +733,6 @@ test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysh name = "eth-rlp" version = "0.3.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -777,7 +755,6 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= name = "eth-typing" version = "3.4.0" description = "eth-typing: Common type annotations for ethereum python packages" -category = "dev" optional = false python-versions = ">=3.7.2, <4" files = [ @@ -795,7 +772,6 @@ test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] name = "eth-utils" version = "2.2.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" -category = "dev" optional = false python-versions = ">=3.7,<4" files = [ @@ -819,7 +795,6 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -834,7 +809,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -850,7 +824,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -921,7 +894,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -936,7 +908,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +922,6 @@ gitdb = ">=4.0.1,<5" name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -963,7 +933,6 @@ files = [ name = "hexbytes" version = "0.3.1" description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" -category = "dev" optional = false python-versions = ">=3.7, <4" files = [ @@ -981,7 +950,6 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -993,17 +961,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1019,15 +986,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1039,7 +1005,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1051,7 +1016,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -1069,7 +1033,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1091,7 +1054,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1106,7 +1068,6 @@ referencing = ">=0.28.0" name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1152,7 +1113,6 @@ files = [ name = "lru-dict" version = "1.2.0" description = "An Dict like LRU container." -category = "dev" optional = false python-versions = "*" files = [ @@ -1247,7 +1207,6 @@ test = ["pytest"] name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1272,7 +1231,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1284,7 +1242,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1296,7 +1253,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1369,7 +1325,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1453,7 +1408,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1465,7 +1419,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1480,7 +1433,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1492,7 +1444,6 @@ files = [ name = "parsimonious" version = "0.9.0" description = "(Soon to be) the fastest pure-Python PEG parser I could muster" -category = "dev" optional = false python-versions = "*" files = [ @@ -1506,7 +1457,6 @@ regex = ">=2022.3.15" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1518,7 +1468,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -1530,7 +1479,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1546,7 +1494,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1562,7 +1509,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1580,7 +1526,6 @@ url = "../polywrap-client-config-builder" name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1598,7 +1543,6 @@ url = "../polywrap-core" name = "polywrap-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1606,10 +1550,10 @@ develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" web3 = "6.1.0" [package.source] @@ -1620,17 +1564,16 @@ url = "../plugins/polywrap-ethereum-provider" name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" [package.source] type = "directory" @@ -1640,7 +1583,6 @@ url = "../plugins/polywrap-fs-plugin" name = "polywrap-http-plugin" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1648,10 +1590,10 @@ develop = true [package.dependencies] httpx = "^0.23.3" -polywrap-core = {path = "../../polywrap-core", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../../polywrap-msgpack", develop = true} -polywrap-plugin = {path = "../../polywrap-plugin", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-plugin = "^0.1.0b6" [package.source] type = "directory" @@ -1661,7 +1603,6 @@ url = "../plugins/polywrap-http-plugin" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1679,7 +1620,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1696,7 +1636,6 @@ url = "../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1715,7 +1654,6 @@ url = "../polywrap-plugin" name = "polywrap-sys-config-bundle" version = "0.1.0b6" description = "Polywrap System Client Config Bundle" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1738,7 +1676,6 @@ url = "../config-bundles/polywrap-sys-config-bundle" name = "polywrap-test-cases" version = "0.1.0b6" description = "Plugin package" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1752,7 +1689,6 @@ url = "../polywrap-test-cases" name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1770,7 +1706,6 @@ url = "../polywrap-uri-resolvers" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1790,7 +1725,6 @@ url = "../polywrap-wasm" name = "polywrap-web3-config-bundle" version = "0.1.0b6" description = "Polywrap System Client Config Bundle" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -1813,7 +1747,6 @@ url = "../config-bundles/polywrap-web3-config-bundle" name = "protobuf" version = "4.24.0" description = "" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1836,7 +1769,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1848,7 +1780,6 @@ files = [ name = "pycryptodome" version = "3.18.0" description = "Cryptographic library for Python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1890,7 +1821,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1943,7 +1873,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1961,7 +1890,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1976,7 +1904,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -2005,7 +1932,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2024,7 +1950,6 @@ dev = ["twine (>=3.4.1)"] name = "pysha3" version = "1.0.2" description = "SHA-3 (Keccak) for Python 2.7 - 3.5" -category = "dev" optional = false python-versions = "*" files = [ @@ -2055,7 +1980,6 @@ files = [ name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2078,7 +2002,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "dev" optional = false python-versions = "*" files = [ @@ -2102,7 +2025,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2152,7 +2074,6 @@ files = [ name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2168,7 +2089,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2266,7 +2186,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2288,7 +2207,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "dev" optional = false python-versions = "*" files = [ @@ -2306,7 +2224,6 @@ idna2008 = ["idna"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -2325,7 +2242,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rlp" version = "3.0.0" description = "A package for Recursive Length Prefix encoding and decoding" -category = "dev" optional = false python-versions = "*" files = [ @@ -2347,7 +2263,6 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] name = "rpds-py" version = "0.9.2" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2454,7 +2369,6 @@ files = [ name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2471,7 +2385,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2483,7 +2396,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2495,7 +2407,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2507,7 +2418,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -2519,7 +2429,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2534,7 +2443,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2546,7 +2454,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2558,7 +2465,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2570,7 +2476,6 @@ files = [ name = "toolz" version = "0.12.0" description = "List processing tools and functional utilities" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -2582,7 +2487,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2608,7 +2512,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -2628,7 +2531,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2640,7 +2542,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2658,7 +2559,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2679,7 +2579,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2698,7 +2597,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "web3" version = "6.1.0" description = "web3.py" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -2732,7 +2630,6 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2812,7 +2709,6 @@ files = [ name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -2897,7 +2793,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2984,4 +2879,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "18c5598ec366d82525ce7e8b8c73d80cf9a5d6538a101e8caf8399d25f213dd4" +content-hash = "0e9ec02372bbe80549d41980b26c574e5305eb132f3562c8d7cc901f959e797f" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index fae573e6..f700df37 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 = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" +polywrap-core = "^0.1.0b6" [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index 8b41acd6..44597ccb 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -49,7 +47,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +81,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -99,7 +95,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -111,7 +106,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -126,7 +120,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -138,7 +131,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -153,7 +145,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -169,7 +160,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -184,7 +174,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -199,7 +188,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -211,7 +199,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -229,7 +216,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -275,7 +261,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -300,7 +285,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -312,7 +296,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -324,7 +307,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -397,7 +379,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -409,7 +390,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -424,7 +404,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -436,7 +415,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -448,7 +426,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -460,7 +437,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -476,7 +452,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -492,16 +467,15 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-client" version = "0.1.0b6" description = "" -category = "dev" optional = false python-versions = "^3.10" files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -511,7 +485,6 @@ url = "../polywrap-client" name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -529,7 +502,6 @@ url = "../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -547,7 +519,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -564,7 +535,6 @@ url = "../polywrap-msgpack" name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -583,7 +553,6 @@ url = "../polywrap-plugin" name = "polywrap-test-cases" version = "0.1.0b6" description = "Plugin package" -category = "dev" optional = false python-versions = "^3.10" files = [] @@ -597,27 +566,23 @@ url = "../polywrap-test-cases" name = "polywrap-wasm" version = "0.1.0b6" description = "" -category = "main" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -629,7 +594,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -682,7 +646,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -700,7 +663,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -715,7 +677,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -744,7 +705,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -763,7 +723,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -786,7 +745,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-html" version = "3.2.0" description = "pytest plugin for generating HTML reports" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -803,7 +761,6 @@ pytest-metadata = "*" name = "pytest-metadata" version = "3.0.0" description = "pytest plugin for test session metadata" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -821,7 +778,6 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "tox (> name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -871,7 +827,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -890,7 +845,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -907,7 +861,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -919,7 +872,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -931,7 +883,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -943,7 +894,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -958,7 +908,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -970,7 +919,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -982,7 +930,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -994,7 +941,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1020,7 +966,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1040,7 +985,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1052,7 +996,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1073,7 +1016,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1092,7 +1034,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1176,4 +1117,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "82fb999912bbf9e94c3fae7b2f8072de7da7d4e567a3041bc5ceaf131189898a" +content-hash = "f1c529d5129d4db7c09764bc70641ccd89a8b9e2be99e6da22e6e3ff85d3b310" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index baf78b87..69e836a8 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 = {path = "../polywrap-wasm", develop = true} -polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = "^0.1.0b6" +polywrap-core = "^0.1.0b6" [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../polywrap-client", develop = true} From cfe128dc634cc97a22e91192c81b49e67dd9a5a8 Mon Sep 17 00:00:00 2001 From: polywrap-build-bot Date: Mon, 14 Aug 2023 19:13:00 +0000 Subject: [PATCH 2/2] chore: link dependencies post 0.1.0b6 release --- .../polywrap-sys-config-bundle/poetry.lock | 166 ++++++++------ .../polywrap-sys-config-bundle/pyproject.toml | 14 +- .../polywrap-web3-config-bundle/poetry.lock | 212 ++++++++++-------- .../pyproject.toml | 14 +- .../polywrap-ethereum-provider/poetry.lock | 54 ++--- .../polywrap-ethereum-provider/pyproject.toml | 8 +- .../plugins/polywrap-fs-plugin/poetry.lock | 54 ++--- .../plugins/polywrap-fs-plugin/pyproject.toml | 8 +- .../plugins/polywrap-http-plugin/poetry.lock | 54 ++--- .../polywrap-http-plugin/pyproject.toml | 8 +- .../poetry.lock | 96 ++++---- .../pyproject.toml | 4 +- packages/polywrap-client/poetry.lock | 132 +++++------ packages/polywrap-client/pyproject.toml | 6 +- packages/polywrap-core/poetry.lock | 51 +---- packages/polywrap-manifest/poetry.lock | 81 +------ packages/polywrap-msgpack/poetry.lock | 56 +---- packages/polywrap-plugin/poetry.lock | 52 +---- packages/polywrap-test-cases/poetry.lock | 47 +--- packages/polywrap-uri-resolvers/poetry.lock | 28 +-- .../polywrap-uri-resolvers/pyproject.toml | 4 +- packages/polywrap-wasm/poetry.lock | 53 +---- 22 files changed, 450 insertions(+), 752 deletions(-) diff --git a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock index 111667b2..bd7c84ab 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-sys-config-bundle/poetry.lock @@ -571,9 +571,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -584,142 +584,160 @@ name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client_config_builder-0.1.0b6-py3-none-any.whl", hash = "sha256:c7206daaf6e49f898755e21d7d7abb161a93f3a7756423a86c373e2192f79499"}, - {file = "polywrap_client_config_builder-0.1.0b6.tar.gz", hash = "sha256:3a56bb616757d404fb2d68d6bf77a76ddaa801914089e15360a930ea91590e9c"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" +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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0b6-py3-none-any.whl", hash = "sha256:790bc4b64880273b02eac541241078691eb75d64b59c258b5ed0b1fede5c360f"}, - {file = "polywrap_core-0.1.0b6.tar.gz", hash = "sha256:50510faaa31fddc68b54f2779c7826f2c557a2ad11bfc98607aa740a15caf266"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<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-fs-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, - {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = {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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, - {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +httpx = "^0.23.3" +polywrap-core = {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.0b6" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0b6-py3-none-any.whl", hash = "sha256:9ad6201bed1e2f4442fba1f4967d2e279ebd5a7b45c8df77e0e19fd82a6ddbea"}, - {file = "polywrap_manifest-0.1.0b6.tar.gz", hash = "sha256:c3c1526badd1d187940b36dc36f6e6d28d7e2d59736603d3e008d0cf2fb6203e"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0b6,<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" version = "0.1.0b6" description = "WRAP msgpack encoding" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0b6-py3-none-any.whl", hash = "sha256:a85e904be374798f5bdabd74e117dc5cf0a47440f13b80cec0e7bf698e4d0fee"}, - {file = "polywrap_msgpack-0.1.0b6.tar.gz", hash = "sha256:bf111b87c2912b4fcfb6693740a48c8af4fa21422b5e729821bf84816df5ebe6"}, -] +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.0b6" description = "Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, - {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-wasm = ">=0.1.0b6,<0.2.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = {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" @@ -1254,4 +1272,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "51badcc90dd43bd1e7f2c811133b2a14ff3be8d16e76f39dd5569eb409c3eb93" +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 41d5f84d..93358e77 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.0b6" -polywrap-client-config-builder = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" -polywrap-fs-plugin = "^0.1.0b6" -polywrap-http-plugin = "^0.1.0b6" +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 4cbb1dc6..1d0e5e15 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock +++ b/packages/config-bundles/polywrap-web3-config-bundle/poetry.lock @@ -1515,9 +1515,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -1528,181 +1528,203 @@ name = "polywrap-client-config-builder" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_client_config_builder-0.1.0b6-py3-none-any.whl", hash = "sha256:c7206daaf6e49f898755e21d7d7abb161a93f3a7756423a86c373e2192f79499"}, - {file = "polywrap_client_config_builder-0.1.0b6.tar.gz", hash = "sha256:3a56bb616757d404fb2d68d6bf77a76ddaa801914089e15360a930ea91590e9c"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" +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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_core-0.1.0b6-py3-none-any.whl", hash = "sha256:790bc4b64880273b02eac541241078691eb75d64b59c258b5ed0b1fede5c360f"}, - {file = "polywrap_core-0.1.0b6.tar.gz", hash = "sha256:50510faaa31fddc68b54f2779c7826f2c557a2ad11bfc98607aa740a15caf266"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<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-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, - {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] eth_account = "0.8.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = {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-provider" + [[package]] name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, - {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +polywrap-core = {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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, - {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -httpx = ">=0.23.3,<0.24.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -polywrap-plugin = ">=0.1.0b6,<0.2.0" +httpx = "^0.23.3" +polywrap-core = {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.0b6" description = "WRAP manifest" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_manifest-0.1.0b6-py3-none-any.whl", hash = "sha256:9ad6201bed1e2f4442fba1f4967d2e279ebd5a7b45c8df77e0e19fd82a6ddbea"}, - {file = "polywrap_manifest-0.1.0b6.tar.gz", hash = "sha256:c3c1526badd1d187940b36dc36f6e6d28d7e2d59736603d3e008d0cf2fb6203e"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-msgpack = ">=0.1.0b6,<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" version = "0.1.0b6" description = "WRAP msgpack encoding" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_msgpack-0.1.0b6-py3-none-any.whl", hash = "sha256:a85e904be374798f5bdabd74e117dc5cf0a47440f13b80cec0e7bf698e4d0fee"}, - {file = "polywrap_msgpack-0.1.0b6.tar.gz", hash = "sha256:bf111b87c2912b4fcfb6693740a48c8af4fa21422b5e729821bf84816df5ebe6"}, -] +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.0b6" description = "Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-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.0b6" description = "Polywrap System Client Config Bundle" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_sys_config_bundle-0.1.0b6-py3-none-any.whl", hash = "sha256:e9fbcfbf697c67ad17b08359cd9bf9491bbd370ae6d6ddcbaacb01fd28b279b2"}, - {file = "polywrap_sys_config_bundle-0.1.0b6.tar.gz", hash = "sha256:1099a17fe90b5fc720d535479d1c63eb89897070a7e54034e06b43ee27bbbb0a"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-client-config-builder = ">=0.1.0b6,<0.2.0" -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-fs-plugin = ">=0.1.0b6,<0.2.0" -polywrap-http-plugin = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-uri-resolvers = ">=0.1.0b6,<0.2.0" -polywrap-wasm = ">=0.1.0b6,<0.2.0" +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.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_uri_resolvers-0.1.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, - {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-wasm = ">=0.1.0b6,<0.2.0" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} + +[package.source] +type = "directory" +url = "../../polywrap-uri-resolvers" [[package]] name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = {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" @@ -2810,4 +2832,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0395de5d04fed86c13d4450d38faf95855f2c6e828075b2c6c49e14fe0d1ae04" +content-hash = "656a2358469b0d7ba9a14a05fde1f8dbdf83b1d713aba2a4ff5c0c3615f33501" diff --git a/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml b/packages/config-bundles/polywrap-web3-config-bundle/pyproject.toml index a96d47e6..6c149ef6 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.0b6" -polywrap-client-config-builder = "^0.1.0b6" -polywrap-uri-resolvers = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" -polywrap-ethereum-provider = "^0.1.0b6" -polywrap-sys-config-bundle = "^0.1.0b6" +polywrap-core = {path = "../../polywrap-core", develop = true} +polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true} +polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} +polywrap-manifest = {path = "../../polywrap-manifest", develop = true} +polywrap-wasm = {path = "../../polywrap-wasm", develop = true} +polywrap-ethereum-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} +polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} [tool.poetry.group.dev.dependencies] polywrap-client = {path = "../../polywrap-client", develop = true} diff --git a/packages/plugins/polywrap-ethereum-provider/poetry.lock b/packages/plugins/polywrap-ethereum-provider/poetry.lock index 4232d895..a38aa3ad 100644 --- a/packages/plugins/polywrap-ethereum-provider/poetry.lock +++ b/packages/plugins/polywrap-ethereum-provider/poetry.lock @@ -1466,9 +1466,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.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -1484,8 +1484,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.0b6" +polywrap-uri-resolvers = "^0.1.0b6" [package.source] type = "directory" @@ -1546,16 +1546,18 @@ name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-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" @@ -1567,8 +1569,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -1579,19 +1581,17 @@ name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "protobuf" @@ -2686,4 +2686,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e9afad5de87aef5516c01ab74a8ec1c1392e82bca8f05fef6314593e89948d4f" +content-hash = "4d6a9441baad73bdc882c7ad6ca63c516a67279e3a796bf868c2ceb2e543cdd8" diff --git a/packages/plugins/polywrap-ethereum-provider/pyproject.toml b/packages/plugins/polywrap-ethereum-provider/pyproject.toml index 0320a0e6..6da30064 100644 --- a/packages/plugins/polywrap-ethereum-provider/pyproject.toml +++ b/packages/plugins/polywrap-ethereum-provider/pyproject.toml @@ -15,10 +15,10 @@ include = ["polywrap_ethereum_provider/wrap/**/*"] python = "^3.10" web3 = "6.1.0" eth_account = "0.8.0" -polywrap-plugin = "^0.1.0b6" -polywrap-core = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" +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 569437e8..3f384091 100644 --- a/packages/plugins/polywrap-fs-plugin/poetry.lock +++ b/packages/plugins/polywrap-fs-plugin/poetry.lock @@ -483,9 +483,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.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -501,8 +501,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.0b6" +polywrap-uri-resolvers = "^0.1.0b6" [package.source] type = "directory" @@ -563,16 +563,18 @@ name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-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" @@ -584,8 +586,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -596,19 +598,17 @@ name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -1132,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c75192acf38845b34cf671d472e30c31a4f5e8fecf2843b76bb6cc22a2e76db" +content-hash = "d39a785988698519f40517cdb5fb3402097438585fc46f15e923cf233dac988d" diff --git a/packages/plugins/polywrap-fs-plugin/pyproject.toml b/packages/plugins/polywrap-fs-plugin/pyproject.toml index 51082b5a..af92436a 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.0b6" -polywrap-core = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" +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 cc6810e8..7f672e80 100644 --- a/packages/plugins/polywrap-http-plugin/poetry.lock +++ b/packages/plugins/polywrap-http-plugin/poetry.lock @@ -659,9 +659,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.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-msgpack = "^0.1.0b6" [package.source] type = "directory" @@ -677,8 +677,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.0b6" +polywrap-uri-resolvers = "^0.1.0b6" [package.source] type = "directory" @@ -739,16 +739,18 @@ name = "polywrap-plugin" version = "0.1.0b6" description = "Plugin package" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:b2240ca420bae066ae76ef92e79cbb03990909117cba6ed3503d9d5649195e62"}, - {file = "polywrap_plugin-0.1.0b6.tar.gz", hash = "sha256:9c57ffb67450e4db91f4f673a832b13988d10799a2d236f60794808320472101"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-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" @@ -760,8 +762,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-wasm = {path = "../polywrap-wasm", develop = true} +polywrap-core = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -772,19 +774,17 @@ name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "py" @@ -1364,4 +1364,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "960535ecba508a1b4cbb5746c2dd422a076e4fddce0cc75e4d237b0a1867d13a" +content-hash = "822b1a914f39e42b654d1b52e44a14e4dbbf426d8110a2569fd1234685ae4d91" diff --git a/packages/plugins/polywrap-http-plugin/pyproject.toml b/packages/plugins/polywrap-http-plugin/pyproject.toml index 94a31043..e009acf0 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.0b6" -polywrap-core = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" +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 13f74d3c..662ee80c 100644 --- a/packages/polywrap-client-config-builder/poetry.lock +++ b/packages/polywrap-client-config-builder/poetry.lock @@ -1559,60 +1559,54 @@ name = "polywrap-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, + {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, +] [package.dependencies] eth_account = "0.8.0" -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../plugins/polywrap-ethereum-provider" - [[package]] name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, + {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, +] [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" - -[package.source] -type = "directory" -url = "../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-http-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, + {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" - -[package.source] -type = "directory" -url = "../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-manifest" @@ -1673,13 +1667,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.0b6" +polywrap-core = "^0.1.0b6" +polywrap-fs-plugin = "^0.1.0b6" +polywrap-http-plugin = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -1695,8 +1689,8 @@ files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-wasm = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-wasm = {path = "../polywrap-wasm", develop = true} [package.source] type = "directory" @@ -1731,13 +1725,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-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} +polywrap-client-config-builder = "^0.1.0b6" +polywrap-core = "^0.1.0b6" +polywrap-ethereum-provider = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-sys-config-bundle = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -2860,4 +2854,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8dca5459d569a71210f3da9c5dee26fd8c1f824be914510abb7341dd9bd483bb" +content-hash = "09e8257386e6e50fd99da69dce4b8c8130e09d236c5f6ca6695518ee8843c155" diff --git a/packages/polywrap-client-config-builder/pyproject.toml b/packages/polywrap-client-config-builder/pyproject.toml index 86310657..81ca2f59 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.0b6" -polywrap-core = "^0.1.0b6" +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 cf62be5d..dd7565ac 100644 --- a/packages/polywrap-client/poetry.lock +++ b/packages/polywrap-client/poetry.lock @@ -1515,8 +1515,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.0b6" +polywrap-uri-resolvers = "^0.1.0b6" [package.source] type = "directory" @@ -1544,60 +1544,54 @@ name = "polywrap-ethereum-provider" version = "0.1.0b6" description = "Ethereum provider in python" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_ethereum_provider-0.1.0b6-py3-none-any.whl", hash = "sha256:64bb75656ec5716fd1a2685f11624ce59204358fa5151e9c742acf2d4a59961e"}, + {file = "polywrap_ethereum_provider-0.1.0b6.tar.gz", hash = "sha256:041ec3f588ce3affa7f463a205873fca666c5c3cad5e6810120bb97ffac2a91d"}, +] [package.dependencies] eth_account = "0.8.0" -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" web3 = "6.1.0" -[package.source] -type = "directory" -url = "../plugins/polywrap-ethereum-provider" - [[package]] name = "polywrap-fs-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_fs_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:03a2afc70c46b9ccf6ba499e6f5a763fac13c4af28300433a0ff0c1f376c2049"}, + {file = "polywrap_fs_plugin-0.1.0b6.tar.gz", hash = "sha256:5a8c737f2f0e7952b610d45f1d3d50c3df7fe8d27a381689fcd172f4f01edf86"}, +] [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" - -[package.source] -type = "directory" -url = "../plugins/polywrap-fs-plugin" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-http-plugin" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_http_plugin-0.1.0b6-py3-none-any.whl", hash = "sha256:dd14e353d8b8eb363494fef5b47ba52bd08bab53e35c95e9f1b8f02b23139f32"}, + {file = "polywrap_http_plugin-0.1.0b6.tar.gz", hash = "sha256:e1a5b1413f537eaf6732fa3e834b7bee6131413d8b0a0a23b3fb5d02f580e4db"}, +] [package.dependencies] -httpx = "^0.23.3" -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-plugin = "^0.1.0b6" - -[package.source] -type = "directory" -url = "../plugins/polywrap-http-plugin" +httpx = ">=0.23.3,<0.24.0" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +polywrap-plugin = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-manifest" @@ -1660,13 +1654,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.0b6" +polywrap-core = "^0.1.0b6" +polywrap-fs-plugin = "^0.1.0b6" +polywrap-http-plugin = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -1690,36 +1684,32 @@ name = "polywrap-uri-resolvers" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_uri_resolvers-0.1.0b6-py3-none-any.whl", hash = "sha256:b02faaf17a1b33543850305689255a426776f96a05bfe75202c2b3b606874fb8"}, + {file = "polywrap_uri_resolvers-0.1.0b6.tar.gz", hash = "sha256:0306a2c63c564a1e1799e7cfe1ce8e4bce967d67cf2a9a319ecd5af325b56ca1"}, +] [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.0b6,<0.2.0" +polywrap-wasm = ">=0.1.0b6,<0.2.0" [[package]] name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = "^3.10" -files = [] -develop = true +python-versions = ">=3.10,<4.0" +files = [ + {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, + {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, +] [package.dependencies] -polywrap-core = {path = "../polywrap-core", develop = true} -polywrap-manifest = {path = "../polywrap-manifest", develop = true} -polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} -wasmtime = "^9.0.0" - -[package.source] -type = "directory" -url = "../polywrap-wasm" +polywrap-core = ">=0.1.0b6,<0.2.0" +polywrap-manifest = ">=0.1.0b6,<0.2.0" +polywrap-msgpack = ">=0.1.0b6,<0.2.0" +wasmtime = ">=9.0.0,<10.0.0" [[package]] name = "polywrap-web3-config-bundle" @@ -1731,13 +1721,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-provider = {path = "../../plugins/polywrap-ethereum-provider", develop = true} -polywrap-manifest = {path = "../../polywrap-manifest", develop = true} -polywrap-sys-config-bundle = {path = "../polywrap-sys-config-bundle", develop = true} -polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true} -polywrap-wasm = {path = "../../polywrap-wasm", develop = true} +polywrap-client-config-builder = "^0.1.0b6" +polywrap-core = "^0.1.0b6" +polywrap-ethereum-provider = "^0.1.0b6" +polywrap-manifest = "^0.1.0b6" +polywrap-sys-config-bundle = "^0.1.0b6" +polywrap-uri-resolvers = "^0.1.0b6" +polywrap-wasm = "^0.1.0b6" [package.source] type = "directory" @@ -2879,4 +2869,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0e9ec02372bbe80549d41980b26c574e5305eb132f3562c8d7cc901f959e797f" +content-hash = "18c5598ec366d82525ce7e8b8c73d80cf9a5d6538a101e8caf8399d25f213dd4" diff --git a/packages/polywrap-client/pyproject.toml b/packages/polywrap-client/pyproject.toml index f700df37..fae573e6 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.0b6" -polywrap-msgpack = "^0.1.0b6" -polywrap-core = "^0.1.0b6" +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 47c68a7f..b0582eec 100644 --- a/packages/polywrap-core/poetry.lock +++ b/packages/polywrap-core/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -49,7 +47,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +81,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -99,7 +95,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -111,7 +106,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -126,7 +120,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -138,7 +131,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -153,7 +145,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -169,7 +160,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -184,7 +174,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -199,7 +188,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -211,7 +199,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -229,7 +216,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -275,7 +261,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -300,7 +285,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -312,7 +296,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -324,7 +307,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -397,7 +379,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -409,7 +390,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -424,7 +404,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -436,7 +415,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -448,7 +426,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -460,7 +437,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -476,7 +452,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -492,7 +467,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -510,7 +484,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -527,7 +500,6 @@ url = "../polywrap-msgpack" name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -539,7 +511,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -592,7 +563,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -610,7 +580,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -625,7 +594,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -654,7 +622,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -673,7 +640,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -696,7 +662,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -746,7 +711,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -765,7 +729,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -782,7 +745,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -794,7 +756,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -806,7 +767,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -818,7 +778,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -833,7 +792,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -845,7 +803,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -857,7 +814,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -869,7 +825,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -895,7 +850,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -915,7 +869,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -927,7 +880,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -948,7 +900,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ diff --git a/packages/polywrap-manifest/poetry.lock b/packages/polywrap-manifest/poetry.lock index 306467aa..d14b1f6d 100644 --- a/packages/polywrap-manifest/poetry.lock +++ b/packages/polywrap-manifest/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "argcomplete" version = "2.1.2" description = "Bash tab completion for argparse" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -20,7 +19,6 @@ test = ["coverage", "flake8", "mypy", "pexpect", "wheel"] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -40,7 +38,6 @@ wrapt = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -59,7 +56,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +80,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -119,7 +114,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -131,7 +125,6 @@ files = [ name = "chardet" version = "4.0.0" description = "Universal encoding detector for Python 2 and 3" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -143,7 +136,6 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -228,7 +220,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -243,7 +234,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -255,7 +245,6 @@ files = [ name = "coverage" version = "7.3.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -323,7 +312,6 @@ toml = ["tomli"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -338,7 +326,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -350,7 +337,6 @@ files = [ name = "dnspython" version = "2.4.2" description = "DNS toolkit" -category = "dev" optional = false python-versions = ">=3.8,<4.0" files = [ @@ -370,7 +356,6 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"] name = "email-validator" version = "2.0.0.post2" description = "A robust email address syntax and deliverability validation library." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -386,7 +371,6 @@ idna = ">=2.0.0" name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -401,7 +385,6 @@ test = ["pytest (>=6)"] name = "execnet" version = "2.0.2" description = "execnet: rapid multi-Python deployment" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -416,7 +399,6 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -432,7 +414,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "genson" version = "1.2.2" description = "GenSON is a powerful, user-friendly JSON Schema generator." -category = "dev" optional = false python-versions = "*" files = [ @@ -443,7 +424,6 @@ files = [ name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -458,7 +438,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -473,7 +452,6 @@ gitdb = ">=4.0.1,<5" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -485,7 +463,6 @@ files = [ name = "improved-datamodel-codegen" version = "1.0.1" description = "Datamodel Code Generator" -category = "dev" optional = false python-versions = ">=3.6.1,<4.0.0" files = [ @@ -514,7 +491,6 @@ http = ["httpx"] name = "inflect" version = "5.6.2" description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -530,7 +506,6 @@ testing = ["pygments", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdo name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -542,7 +517,6 @@ files = [ name = "isodate" version = "0.6.1" description = "An ISO 8601 date/time/duration parser and formatter" -category = "dev" optional = false python-versions = "*" files = [ @@ -557,7 +531,6 @@ six = "*" name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -575,7 +548,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -593,7 +565,6 @@ i18n = ["Babel (>=2.7)"] name = "jsonschema" version = "3.2.0" description = "An implementation of JSON Schema validation for Python" -category = "dev" optional = false python-versions = "*" files = [ @@ -615,7 +586,6 @@ format-nongpl = ["idna", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-va name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -661,7 +631,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -686,7 +655,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "markupsafe" version = "2.1.3" description = "Safely add untrusted strings to HTML/XML markup." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -746,7 +714,6 @@ files = [ name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -758,7 +725,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -770,7 +736,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -843,7 +808,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -855,7 +819,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -870,7 +833,6 @@ setuptools = "*" name = "openapi-schema-validator" version = "0.1.6" description = "OpenAPI schema validation for Python" -category = "dev" optional = false python-versions = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*" files = [ @@ -893,7 +855,6 @@ strict-rfc3339 = ["strict-rfc3339"] name = "openapi-spec-validator" version = "0.3.3" description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -916,7 +877,6 @@ requests = ["requests"] name = "packaging" version = "21.3" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -931,7 +891,6 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -943,7 +902,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -955,7 +913,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -971,7 +928,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -987,7 +943,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -1004,7 +959,6 @@ url = "../polywrap-msgpack" name = "prance" version = "0.22.11.4.0" description = "Resolving Swagger/OpenAPI 2.0 and 3.0.0 Parser" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1032,7 +986,6 @@ ssv = ["swagger-spec-validator (>=2.4,<3.0)"] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1044,7 +997,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1098,7 +1050,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1116,7 +1067,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1131,7 +1081,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -1160,7 +1109,6 @@ testutils = ["gitpython (>3)"] name = "pyparsing" version = "3.1.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "dev" optional = false python-versions = ">=3.6.8" files = [ @@ -1175,7 +1123,6 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1194,7 +1141,6 @@ dev = ["twine (>=3.4.1)"] name = "pyrsistent" version = "0.16.1" description = "Persistent/Functional/Immutable data structures" -category = "dev" optional = false python-versions = ">=2.7" files = [ @@ -1208,7 +1154,6 @@ six = "*" name = "pysnooper" version = "1.2.0" description = "A poor man's debugger for Python." -category = "dev" optional = false python-versions = "*" files = [ @@ -1223,7 +1168,6 @@ tests = ["pytest"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1246,7 +1190,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1265,7 +1208,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pytest-xdist" version = "3.3.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1286,7 +1228,6 @@ testing = ["filelock"] name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1336,7 +1277,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1358,7 +1298,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -1377,7 +1316,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "ruamel-yaml" version = "0.17.32" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" -category = "dev" optional = false python-versions = ">=3" files = [ @@ -1396,7 +1334,6 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] name = "ruamel-yaml-clib" version = "0.2.7" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1443,7 +1380,6 @@ files = [ name = "semver" version = "2.13.0" description = "Python helper for Semantic Versioning (http://semver.org/)" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1455,7 +1391,6 @@ files = [ name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1472,7 +1407,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1484,7 +1418,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1496,7 +1429,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -1508,7 +1440,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1523,7 +1454,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1535,7 +1465,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1547,7 +1476,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1559,7 +1487,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1585,7 +1512,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1605,7 +1531,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typed-ast" version = "1.5.5" description = "a fork of Python 2 and 3 ast modules with type comment support" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1656,7 +1581,6 @@ files = [ name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1668,7 +1592,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1686,7 +1609,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1707,7 +1629,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ diff --git a/packages/polywrap-msgpack/poetry.lock b/packages/polywrap-msgpack/poetry.lock index 7166d57e..2c7d92d4 100644 --- a/packages/polywrap-msgpack/poetry.lock +++ b/packages/polywrap-msgpack/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -43,7 +41,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -68,7 +65,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -103,7 +99,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -118,7 +113,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -130,7 +124,6 @@ files = [ name = "coverage" version = "7.3.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -198,7 +191,6 @@ toml = ["tomli"] name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -213,7 +205,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -225,7 +216,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -240,7 +230,6 @@ test = ["pytest (>=6)"] name = "execnet" version = "2.0.2" description = "execnet: rapid multi-Python deployment" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -255,7 +244,6 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -271,7 +259,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -286,7 +273,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -301,7 +287,6 @@ gitdb = ">=4.0.1,<5" name = "hypothesis" version = "6.82.4" description = "A library for property-based testing" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -334,7 +319,6 @@ zoneinfo = ["backports.zoneinfo (>=0.2.1)", "tzdata (>=2023.3)"] name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -346,7 +330,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -364,7 +347,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -410,7 +392,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -435,7 +416,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -447,7 +427,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -459,7 +438,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -532,7 +510,6 @@ files = [ name = "msgpack-types" version = "0.2.0" description = "Type stubs for msgpack" -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -544,7 +521,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -556,7 +532,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -571,7 +546,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -583,7 +557,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -595,7 +568,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -607,7 +579,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -623,7 +594,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -639,7 +609,6 @@ testing = ["pytest", "pytest-benchmark"] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -651,7 +620,6 @@ files = [ name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -669,7 +637,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -684,7 +651,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -713,7 +679,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -732,7 +697,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -755,7 +719,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -774,7 +737,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pytest-xdist" version = "3.3.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -795,7 +757,6 @@ testing = ["filelock"] name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -845,7 +806,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -864,7 +824,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -881,7 +840,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -893,7 +851,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -905,7 +862,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -917,7 +873,6 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "dev" optional = false python-versions = "*" files = [ @@ -929,7 +884,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -944,7 +898,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -956,7 +909,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -968,7 +920,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -980,7 +931,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1006,7 +956,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -1026,7 +975,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1038,7 +986,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1059,7 +1006,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ diff --git a/packages/polywrap-plugin/poetry.lock b/packages/polywrap-plugin/poetry.lock index dbd4ecd8..207d81e9 100644 --- a/packages/polywrap-plugin/poetry.lock +++ b/packages/polywrap-plugin/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -49,7 +47,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +81,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -99,7 +95,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -111,7 +106,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -126,7 +120,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -138,7 +131,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -153,7 +145,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -169,7 +160,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -184,7 +174,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -199,7 +188,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -211,7 +199,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -229,7 +216,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -275,7 +261,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -300,7 +285,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -312,7 +296,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -324,7 +307,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -397,7 +379,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -409,7 +390,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -424,7 +404,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -436,7 +415,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -448,7 +426,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -460,7 +437,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -476,7 +452,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -492,7 +467,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -510,7 +484,6 @@ url = "../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -528,7 +501,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -545,7 +517,6 @@ url = "../polywrap-msgpack" name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -557,7 +528,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -610,7 +580,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -628,7 +597,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -643,7 +611,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -672,7 +639,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -691,7 +657,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -714,7 +679,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -764,7 +728,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -783,7 +746,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -800,7 +762,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -812,7 +773,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -824,7 +784,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -836,7 +795,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -851,7 +809,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -863,7 +820,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -875,7 +831,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -887,7 +842,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -913,7 +867,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -933,7 +886,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -945,7 +897,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -966,7 +917,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ diff --git a/packages/polywrap-test-cases/poetry.lock b/packages/polywrap-test-cases/poetry.lock index 82e5fabe..18c48434 100644 --- a/packages/polywrap-test-cases/poetry.lock +++ b/packages/polywrap-test-cases/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -49,7 +47,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +81,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -99,7 +95,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -111,7 +106,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -126,7 +120,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -138,7 +131,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -153,7 +145,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -169,7 +160,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -184,7 +174,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -199,7 +188,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -211,7 +199,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -229,7 +216,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -275,7 +261,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -300,7 +285,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -312,7 +296,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -324,7 +307,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -336,7 +318,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -351,7 +332,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -363,7 +343,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -375,7 +354,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -387,7 +365,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -403,7 +380,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -419,7 +395,6 @@ testing = ["pytest", "pytest-benchmark"] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -431,7 +406,6 @@ files = [ name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -449,7 +423,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -464,7 +437,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -493,7 +465,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -512,7 +483,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -535,7 +505,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -585,7 +554,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -604,7 +572,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -621,7 +588,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -633,7 +599,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -645,7 +610,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -657,7 +621,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -672,7 +635,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -684,7 +646,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -696,7 +657,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -708,7 +668,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -734,7 +693,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -754,7 +712,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -766,7 +723,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -787,7 +743,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ diff --git a/packages/polywrap-uri-resolvers/poetry.lock b/packages/polywrap-uri-resolvers/poetry.lock index 44597ccb..d21afa2d 100644 --- a/packages/polywrap-uri-resolvers/poetry.lock +++ b/packages/polywrap-uri-resolvers/poetry.lock @@ -473,9 +473,9 @@ files = [] develop = true [package.dependencies] -polywrap-core = "^0.1.0b6" -polywrap-manifest = "^0.1.0b6" -polywrap-msgpack = "^0.1.0b6" +polywrap-core = {path = "../polywrap-core", develop = true} +polywrap-manifest = {path = "../polywrap-manifest", develop = true} +polywrap-msgpack = {path = "../polywrap-msgpack", develop = true} [package.source] type = "directory" @@ -567,17 +567,19 @@ name = "polywrap-wasm" version = "0.1.0b6" description = "" optional = false -python-versions = ">=3.10,<4.0" -files = [ - {file = "polywrap_wasm-0.1.0b6-py3-none-any.whl", hash = "sha256:eebc0d45195e9a69ce838686207d755c9bf29887f73ea54520813af53ca79bbb"}, - {file = "polywrap_wasm-0.1.0b6.tar.gz", hash = "sha256:887eeec2daaee739b980a8dd9dcea578b5e21ee303ec5f63bf553898f04d60a4"}, -] +python-versions = "^3.10" +files = [] +develop = true [package.dependencies] -polywrap-core = ">=0.1.0b6,<0.2.0" -polywrap-manifest = ">=0.1.0b6,<0.2.0" -polywrap-msgpack = ">=0.1.0b6,<0.2.0" -wasmtime = ">=9.0.0,<10.0.0" +polywrap-core = {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" @@ -1117,4 +1119,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f1c529d5129d4db7c09764bc70641ccd89a8b9e2be99e6da22e6e3ff85d3b310" +content-hash = "82fb999912bbf9e94c3fae7b2f8072de7da7d4e567a3041bc5ceaf131189898a" diff --git a/packages/polywrap-uri-resolvers/pyproject.toml b/packages/polywrap-uri-resolvers/pyproject.toml index 69e836a8..baf78b87 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.0b6" -polywrap-core = "^0.1.0b6" +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 78ddfbe9..cbbd6b0d 100644 --- a/packages/polywrap-wasm/poetry.lock +++ b/packages/polywrap-wasm/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "astroid" version = "2.15.6" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -24,7 +23,6 @@ wrapt = [ name = "bandit" version = "1.7.5" description = "Security oriented static analyser for python code." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -49,7 +47,6 @@ yaml = ["PyYAML"] name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -84,7 +81,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -99,7 +95,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -111,7 +106,6 @@ files = [ name = "dill" version = "0.3.7" description = "serialize all of Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -126,7 +120,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -138,7 +131,6 @@ files = [ name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -153,7 +145,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.12.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -169,7 +160,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -184,7 +174,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -199,7 +188,6 @@ gitdb = ">=4.0.1,<5" name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -211,7 +199,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -229,7 +216,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -275,7 +261,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -300,7 +285,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -312,7 +296,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -324,7 +307,6 @@ files = [ name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -397,7 +379,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -409,7 +390,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -424,7 +404,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -436,7 +415,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -448,7 +426,6 @@ files = [ name = "pbr" version = "5.11.1" description = "Python Build Reasonableness" -category = "dev" optional = false python-versions = ">=2.6" files = [ @@ -460,7 +437,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -476,7 +452,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -492,7 +467,6 @@ testing = ["pytest", "pytest-benchmark"] name = "polywrap-core" version = "0.1.0b6" description = "" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -510,7 +484,6 @@ url = "../polywrap-core" name = "polywrap-manifest" version = "0.1.0b6" description = "WRAP manifest" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -528,7 +501,6 @@ url = "../polywrap-manifest" name = "polywrap-msgpack" version = "0.1.0b6" description = "WRAP msgpack encoding" -category = "main" optional = false python-versions = "^3.10" files = [] @@ -545,7 +517,6 @@ url = "../polywrap-msgpack" name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -557,7 +528,6 @@ files = [ name = "pydantic" version = "1.10.12" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -610,7 +580,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydocstyle" version = "6.3.0" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -628,7 +597,6 @@ toml = ["tomli (>=1.2.3)"] name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -643,7 +611,6 @@ plugins = ["importlib-metadata"] name = "pylint" version = "2.17.5" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -672,7 +639,6 @@ testutils = ["gitpython (>3)"] name = "pyright" version = "1.1.322" description = "Command line wrapper for pyright" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -691,7 +657,6 @@ dev = ["twine (>=3.4.1)"] name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -714,7 +679,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -764,7 +728,6 @@ files = [ name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -783,7 +746,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -800,7 +762,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -812,7 +773,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -824,7 +784,6 @@ files = [ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -836,7 +795,6 @@ files = [ name = "stevedore" version = "5.1.0" description = "Manage dynamic plugins for Python applications" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -851,7 +809,6 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -863,7 +820,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -875,7 +831,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -887,7 +842,6 @@ files = [ name = "tox" version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -913,7 +867,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu name = "tox-poetry" version = "0.4.1" description = "Tox poetry plugin" -category = "dev" optional = false python-versions = "*" files = [ @@ -933,7 +886,6 @@ test = ["coverage", "pycodestyle", "pylint", "pytest"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -945,7 +897,6 @@ files = [ name = "virtualenv" version = "20.24.3" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -966,7 +917,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "wasmtime" version = "9.0.0" description = "A WebAssembly runtime powered by Wasmtime" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -985,7 +935,6 @@ testing = ["coverage", "flake8 (==4.0.1)", "pycparser", "pytest", "pytest-flake8 name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [