Skip to content

Commit 96a899d

Browse files
authored
Merge pull request #91 from polywrap-release-forks/release/origin-0.1.0a14
Python client (0.1.0a14)
2 parents 7698817 + b49ab42 commit 96a899d

File tree

16 files changed

+1012
-1070
lines changed

16 files changed

+1012
-1070
lines changed

packages/polywrap-client/poetry.lock

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

packages/polywrap-client/pyproject.toml

Lines changed: 6 additions & 6 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-client"
7-
version = "0.1.0a4"
7+
version = "0.1.0a14"
88
description = ""
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010
readme = "README.md"
@@ -13,11 +13,11 @@ readme = "README.md"
1313
python = "^3.10"
1414
wasmtime = "^1.0.1"
1515
unsync = "^1.4.0"
16-
polywrap-core = "0.1.0a4"
17-
polywrap-msgpack = "0.1.0a4"
18-
polywrap-manifest = "0.1.0a4"
19-
polywrap-result = "0.1.0a4"
20-
polywrap-uri-resolvers = "0.1.0a4"
16+
polywrap-core = "0.1.0a14"
17+
polywrap-msgpack = "0.1.0a14"
18+
polywrap-manifest = "0.1.0a14"
19+
polywrap-result = "0.1.0a14"
20+
polywrap-uri-resolvers = "0.1.0a14"
2121
result = "^0.8.0"
2222
pysha3 = "^1.0.2"
2323
pycryptodome = "^3.14.1"

packages/polywrap-core/poetry.lock

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

packages/polywrap-core/pyproject.toml

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

55
[tool.poetry]
66
name = "polywrap-core"
7-
version = "0.1.0a4"
7+
version = "0.1.0a14"
88
description = ""
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
gql = "3.4.0"
1414
graphql-core = "^3.2.1"
15-
polywrap-manifest = "0.1.0a4"
16-
polywrap-result = "0.1.0a4"
15+
polywrap-manifest = "0.1.0a14"
16+
polywrap-result = "0.1.0a14"
1717
pydantic = "^1.10.2"
1818

1919
[tool.poetry.dev-dependencies]

packages/polywrap-manifest/poetry.lock

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

packages/polywrap-manifest/pyproject.toml

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

55
[tool.poetry]
66
name = "polywrap-manifest"
7-
version = "0.1.0a4"
7+
version = "0.1.0a14"
88
description = "WRAP manifest"
99
authors = ["Niraj <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-msgpack = "0.1.0a4"
15-
polywrap-result = "0.1.0a4"
14+
polywrap-msgpack = "0.1.0a14"
15+
polywrap-result = "0.1.0a14"
1616
pydantic = "^1.10.2"
1717

1818
[tool.poetry.dev-dependencies]

packages/polywrap-msgpack/poetry.lock

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

packages/polywrap-msgpack/pyproject.toml

Lines changed: 1 addition & 1 deletion
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-msgpack"
7-
version = "0.1.0a4"
7+
version = "0.1.0a14"
88
description = "WRAP msgpack encoding"
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010
readme = "README.md"

packages/polywrap-plugin/poetry.lock

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

packages/polywrap-plugin/pyproject.toml

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

55
[tool.poetry]
66
name = "polywrap-plugin"
7-
version = "0.1.0a4"
7+
version = "0.1.0a14"
88
description = "Plugin package"
99
authors = ["Cesar <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap_core = "0.1.0a4"
15-
polywrap_manifest = "0.1.0a4"
16-
polywrap_result = "0.1.0a4"
17-
polywrap_msgpack = "0.1.0a4"
14+
polywrap_core = "0.1.0a14"
15+
polywrap_manifest = "0.1.0a14"
16+
polywrap_result = "0.1.0a14"
17+
polywrap_msgpack = "0.1.0a14"
1818

1919
[tool.poetry.dev-dependencies]
2020
pytest = "^7.1.2"

0 commit comments

Comments
 (0)