Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Full-fledged typing stub files for the Protobuf/gRPC generated code #271

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.5.7
7.5.8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "dazl"
version = "7.5.7"
version = "7.5.8"
description = "high-level Ledger API client for DAML ledgers"
license = "Apache-2.0"
authors = ["Davin K. Tanabe <[email protected]>"]
Expand Down
2 changes: 2 additions & 0 deletions python/dazl/_gen/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/daml/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/daml/daml_lf_1_14/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,000 changes: 500 additions & 500 deletions python/dazl/_gen/com/daml/daml_lf_1_14/daml_lf_1_pb2.py

Large diffs are not rendered by default.

3,369 changes: 3,369 additions & 0 deletions python/dazl/_gen/com/daml/daml_lf_1_14/daml_lf_1_pb2.pyi

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions python/dazl/_gen/com/daml/daml_lf_1_14/daml_lf_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 27 additions & 17 deletions python/dazl/_gen/com/daml/daml_lf_1_14/daml_lf_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/daml/ledger/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/daml/ledger/api/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/dazl/_gen/com/daml/ledger/api/v1/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading