Skip to content

Commit 2677158

Browse files
authored
Merge pull request #164 from polywrap/dev
prep 0.1.0a29 | /workflows/cd
2 parents 61b7bbd + 23630f7 commit 2677158

File tree

27 files changed

+511
-219
lines changed

27 files changed

+511
-219
lines changed

VERSION

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

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.0a28"
15-
polywrap-core = "^0.1.0a28"
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: 96 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)