Skip to content

Commit 5d8475e

Browse files
authored
Merge pull request #160 from polywrap/dev
prep 0.1.0a28 | /workflows/cd
2 parents a2e1553 + 5215876 commit 5d8475e

File tree

17 files changed

+246
-195
lines changed

17 files changed

+246
-195
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a27
1+
0.1.0a28

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

Lines changed: 49 additions & 39 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111

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

packages/polywrap-client/poetry.lock

Lines changed: 49 additions & 39 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = "^0.1.0a27"
15-
polywrap-manifest = "^0.1.0a27"
16-
polywrap-msgpack = "^0.1.0a27"
17-
polywrap-core = "^0.1.0a27"
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}
1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.1.2"
2020
pytest-asyncio = "^0.19.0"

packages/polywrap-core/poetry.lock

Lines changed: 18 additions & 14 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors = ["Cesar <cesar@polywrap.io>", "Niraj <niraj@polywrap.io>"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
polywrap-msgpack = "^0.1.0a27"
14-
polywrap-manifest = "^0.1.0a27"
13+
polywrap-msgpack = {path = "../polywrap-msgpack", develop = true}
14+
polywrap-manifest = {path = "../polywrap-manifest", develop = true}
1515
[tool.poetry.dev-dependencies]
1616
pytest = "^7.1.2"
1717
pytest-asyncio = "^0.19.0"

packages/polywrap-manifest/poetry.lock

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

0 commit comments

Comments
 (0)