Skip to content

Commit 7821964

Browse files
authored
Merge pull request #212 from polywrap/cd/0.1.0a34
Python client CD (0.1.0a34)
2 parents 873f3f2 + c5ecb03 commit 7821964

File tree

18 files changed

+277
-322
lines changed

18 files changed

+277
-322
lines changed

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

Lines changed: 50 additions & 73 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.0a33"
7+
version = "0.1.0a34"
88
description = ""
99
authors = ["Media <[email protected]>", "Cesar <[email protected]>", "Niraj <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = "^0.1.0a33"
15-
polywrap-core = "^0.1.0a33"
14+
polywrap-uri-resolvers = "^0.1.0a34"
15+
polywrap-core = "^0.1.0a34"
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
1818
pytest-asyncio = "^0.19.0"

0 commit comments

Comments
 (0)