Skip to content

Commit 191ecde

Browse files
authored
Merge pull request #256 from polywrap/cd/0.1.0b8
Python client CD (0.1.0b8)
2 parents 0a04cb9 + 0f2210b commit 191ecde

File tree

32 files changed

+660
-764
lines changed

32 files changed

+660
-764
lines changed

packages/config-bundles/polywrap-sys-config-bundle/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Invoke bundled http plugin
3838
~~~~~~~~~~~~~~~~~~~~~~~~~~
3939

4040
>>> response = client.invoke(
41-
... uri=Uri.from_str("ens/wraps.eth:http@1.1.0"),
41+
... uri=Uri.from_str("wrapscan.io/polywrap/http@1.0"),
4242
... method="get",
4343
... args={"url": "https://www.google.com"},
4444
... )

packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

Lines changed: 84 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "polywrap-sys-config-bundle"
7-
version = "0.1.0b7"
7+
version = "0.1.0b8"
88
description = "Polywrap System Client Config Bundle"
99
authors = ["Niraj <niraj@polywrap.io>"]
1010
readme = "README.rst"
@@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"]
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.10"
18-
polywrap-core = {path = "../../polywrap-core", develop = true}
19-
polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true}
20-
polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true}
21-
polywrap-manifest = {path = "../../polywrap-manifest", develop = true}
22-
polywrap-wasm = {path = "../../polywrap-wasm", develop = true}
23-
polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true}
24-
polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true}
18+
polywrap-core = "^0.1.0b8"
19+
polywrap-client-config-builder = "^0.1.0b8"
20+
polywrap-uri-resolvers = "^0.1.0b8"
21+
polywrap-manifest = "^0.1.0b8"
22+
polywrap-wasm = "^0.1.0b8"
23+
polywrap-fs-plugin = "^0.1.0b8"
24+
polywrap-http-plugin = "^0.1.0b8"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
polywrap-client = {path = "../../polywrap-client", develop = true}

0 commit comments

Comments
 (0)