Dazl

Latest version: v8.0.0

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 17

7.5.0

Introduce a new API, ``dazl.connect``, that is much lighterweight and stateless than ``dazl.Network``.

See the migration guide (https://digital-asset.github.io/dazl-client/migrating.html) for changes that were made as part of this release. Note that the ``dazl.Network`` API continues to work, and will be available for the foreseeable future; you are encouraged, however, to try out the new API for new projects.

Example

py
import dazl

async with dazl.connect(url='http://localhost:6865', act_as='Alice') as conn:
await conn.create('Main:Asset', {'issuer': 'Alice', 'owner': 'Alice', 'name': 'hello world!'})

7.4.0

python:
* Fix a bug where trying to read from the ACS with a fully-qualified template name that had no contracts would result in an error instead of an empty collection.
* Dramatically reduce the number of warnings emitted when using Daml-LF 1.11 DARs.

*NOTE:*
dazl 8 (the _next_ major version of dazl) will require Python 3.8 or newer! You should upgrade your Python environment accordingly.

7.3.7

python: Fix an error in the way that `dazl` referred to typing rules that made dazl inadvertently incompatible with Python 3.7. (Python 3.6 and Python 3.8+ or later are unaffected.)

7.3.6

Add a `dazl tail` subcommand which shows a live log of the transaction stream as changes happen.

7.3.5

python: Add support for type interning in DAML-LF 1.11. This is necessary for full compatibility with Daml Connect 1.10.

7.3.4

python: Deprecate some little-used symbols in preparation for the dazl v8 API.

Page 9 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.