Skip to content

Commit 872bed6

Browse files
authored
Merge pull request #70 from polywrap-release-forks/release/origin-0.1.0a4
Python client (0.1.0a4)
2 parents f1a58a6 + 2293386 commit 872bed6

File tree

17 files changed

+3807
-3802
lines changed

17 files changed

+3807
-3802
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
run: curl -sSL https://install.python-poetry.org | python3 -
3636
- name: Install dependencies
3737
run: poetry install
38-
- name: Typecheck
39-
run: poetry run tox -e typecheck
4038
# FIXME: make this work
39+
# - name: Typecheck
40+
# run: poetry run tox -e typecheck
4141
# - name: Lint
4242
# run: poetry run tox -e lint
4343
# - name: Security

packages/polywrap-client/poetry.lock

Lines changed: 753 additions & 710 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.0"
7+
version = "0.1.0a4"
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 = { path = "../polywrap-core", develop = true }
17-
polywrap-msgpack = { path = "../polywrap-msgpack", develop = true }
18-
polywrap-manifest = { path = "../polywrap-manifest", develop = true }
19-
polywrap-result = { path = "../polywrap-result", develop = true }
20-
polywrap-uri-resolvers = { path = "../polywrap-uri-resolvers", develop = true }
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"
2121
result = "^0.8.0"
2222
pysha3 = "^1.0.2"
2323
pycryptodome = "^3.14.1"

packages/polywrap-core/poetry.lock

Lines changed: 643 additions & 596 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.0"
7+
version = "0.1.0a4"
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 = { path = "../polywrap-manifest", develop = true }
16-
polywrap-result = { path = "../polywrap-result", develop = true }
15+
polywrap-manifest = "0.1.0a4"
16+
polywrap-result = "0.1.0a4"
1717
pydantic = "^1.10.2"
1818

1919
[tool.poetry.dev-dependencies]

packages/polywrap-manifest/poetry.lock

Lines changed: 14 additions & 18 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.0"
7+
version = "0.1.0a4"
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 = { path = "../polywrap-msgpack", develop = true }
15-
polywrap-result = { path = "../polywrap-result", develop = true }
14+
polywrap-msgpack = "0.1.0a4"
15+
polywrap-result = "0.1.0a4"
1616
pydantic = "^1.10.2"
1717

1818
[tool.poetry.dev-dependencies]

packages/polywrap-msgpack/poetry.lock

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

0 commit comments

Comments
 (0)