Skip to content

Commit 4ca4649

Browse files
authored
Merge pull request #145 from polywrap/cd/0.1.0a23
Python client CD (0.1.0a23)
2 parents 91ea4d7 + 05d2dd8 commit 4ca4649

File tree

15 files changed

+230
-274
lines changed

15 files changed

+230
-274
lines changed

packages/polywrap-client-config-builder/poetry.lock

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

packages/polywrap-client-config-builder/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-client-config-builder"
7-
version = "0.1.0a17"
7+
version = "0.1.0a23"
88
description = ""
99
authors = ["Media <media@polywrap.io>", "Cesar <cesar@polywrap.io>", "Niraj <niraj@polywrap.io>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true}
15-
polywrap-core = {path = "../polywrap-core", develop = true}
14+
polywrap-uri-resolvers = "^0.1.0a23"
15+
polywrap-core = "^0.1.0a23"
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
1818
pytest-asyncio = "^0.19.0"

packages/polywrap-client/poetry.lock

Lines changed: 45 additions & 55 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: 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-client"
7-
version = "0.1.0a15"
7+
version = "0.1.0a23"
88
description = ""
99
authors = ["Cesar <cesar@polywrap.io>", "Niraj <niraj@polywrap.io>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true}
15-
polywrap-manifest = {path = "../polywrap-manifest", develop = true}
16-
polywrap-msgpack = {path = "../polywrap-msgpack", develop = true}
17-
polywrap-core = {path = "../polywrap-core", develop = true}
14+
polywrap-uri-resolvers = "^0.1.0a23"
15+
polywrap-manifest = "^0.1.0a23"
16+
polywrap-msgpack = "^0.1.0a23"
17+
polywrap-core = "^0.1.0a23"
1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.1.2"
2020
pytest-asyncio = "^0.19.0"

0 commit comments

Comments
 (0)