Dazl

Latest version: v7.11.0

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

Scan your dependencies

Page 1 of 16

8.0.0b3

What's Changed
* python: Set minimum requirement of dazl to Python 3.7. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/326
* python: Have every file treat type annotations properly when there are forward references to types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/348
* python: Remove deprecated symbols from the codebase. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/349
* python: Generate gRPC/Protobuf stub files for Go. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/350
* python: Bump development-time dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/352
* build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/357
* run rapid scan on prs, full scan only on master by dasormeter in https://github.com/digital-asset/dazl-client/pull/361
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/360
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/365
* docs: Remove references to dazl.model, as that module has been removed. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/367
* Changing DAZLs name to 'The Daml Python bindings' in the repo by davidrichards-da in https://github.com/digital-asset/dazl-client/pull/371
* python: Remove the deprecated pathify function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/369
* python: Remove the deprecated setup_default_logger function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/370
* python: Drop explicit references to dazl in docs where it's not absolutely essential. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/372
* python: Remove dazl.util.tools.get_matches. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/368
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/378
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/387
* build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/380
* meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/390
* python: Drop most of dazl.pretty. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/393
* python: Drop the older deprecated Command APIs. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/392
* python: Drop more deprecated symbols. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/391
* python: Merge the v7 branch back into main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/395
* python: Upgrade dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/396
* build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by dependabot in https://github.com/digital-asset/dazl-client/pull/398
* go: Update dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/400
* python: Drop some unused code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/401
* python: Upgrade to Python 3.8 and daml 2.6.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/403
* python: Bump up dependencies, notably Sphinx. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/404
* build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/405
* build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/408
* build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/410
* build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/digital-asset/dazl-client/pull/414
* meta: Update Protobuf files to Daml 2.7.3. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/415
* python: Drop quotes around types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/416
* python: Convert some arguments to being formally positional. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/417
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/419
* build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/422
* build(deps): bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/digital-asset/dazl-client/pull/423
* build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/424
* meta: Upgrade to Daml 2.7.5. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/427
* python: Add [build-system] to pyproject.toml. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/428
* build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by dependabot in https://github.com/digital-asset/dazl-client/pull/425
* python: Drop the custom .pyi plugin when generating Protobuf code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/429
* meta: Add generated code for the Canton admin APIs. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/430
* python: Update some libraries. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/431
* build(deps): bump aiohttp from 3.8.5 to 3.8.6 by dependabot in https://github.com/digital-asset/dazl-client/pull/432
* go: Simplify the process around building Go bindings. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/433
* build(deps): bump aiohttp from 3.8.6 to 3.9.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/434
* build(deps-dev): bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/digital-asset/dazl-client/pull/435
* meta: Simplify the Makefile. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/436
* python: Upgrade Python dependencies and fix some bugs caught by the latest mypy. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/437
* python: adding user metadata by alexgraham-da in https://github.com/digital-asset/dazl-client/pull/439
* meta: Update copyright to 2024. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/438
* python: Add a test case for CreateAndExerciseCommand. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/440
* build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/digital-asset/dazl-client/pull/441
* python: Add some type tests to ensure that Connection and QueryStream have mostly aligned type signatures. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/442
* python: Introduce a convenience type for parties and commands. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/443
* build(deps): bump aiohttp from 3.9.1 to 3.9.2 by dependabot in https://github.com/digital-asset/dazl-client/pull/444
* python: Drop some dead code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/446
* python: Properly type connect arguments. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/447
* python: Redefine Command as a sealed type. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/445
* python: Change the way codegen works to not use protoc plugins by da-tanabe in https://github.com/digital-asset/dazl-client/pull/448
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/451
* build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/449
* python: Allow queries on interfaces. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/452
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/456
* python: Fix a bug that required packages to be pre-fetched. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/458

New Contributors
* davidrichards-da made their first contribution in https://github.com/digital-asset/dazl-client/pull/371

**Full Changelog**: https://github.com/digital-asset/dazl-client/compare/v7.11.0...v8.0.0b3

8.0.0b2

What's Changed
* python: Set minimum requirement of dazl to Python 3.7. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/326
* python: Have every file treat type annotations properly when there are forward references to types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/348
* python: Remove deprecated symbols from the codebase. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/349
* python: Generate gRPC/Protobuf stub files for Go. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/350
* python: Bump development-time dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/352
* build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/357
* run rapid scan on prs, full scan only on master by dasormeter in https://github.com/digital-asset/dazl-client/pull/361
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/360
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/365
* docs: Remove references to dazl.model, as that module has been removed. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/367
* Changing DAZLs name to 'The Daml Python bindings' in the repo by davidrichards-da in https://github.com/digital-asset/dazl-client/pull/371
* python: Remove the deprecated pathify function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/369
* python: Remove the deprecated setup_default_logger function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/370
* python: Drop explicit references to dazl in docs where it's not absolutely essential. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/372
* python: Remove dazl.util.tools.get_matches. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/368
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/378
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/387
* build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/380
* meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/390
* python: Drop most of dazl.pretty. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/393
* python: Drop the older deprecated Command APIs. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/392
* python: Drop more deprecated symbols. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/391
* python: Merge the v7 branch back into main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/395
* python: Upgrade dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/396
* build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by dependabot in https://github.com/digital-asset/dazl-client/pull/398
* go: Update dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/400
* python: Drop some unused code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/401
* python: Upgrade to Python 3.8 and daml 2.6.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/403
* python: Bump up dependencies, notably Sphinx. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/404
* build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/405
* build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/408
* build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/410
* build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/digital-asset/dazl-client/pull/414
* meta: Update Protobuf files to Daml 2.7.3. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/415
* python: Drop quotes around types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/416
* python: Convert some arguments to being formally positional. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/417
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/419
* build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/422
* build(deps): bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/digital-asset/dazl-client/pull/423
* build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/424
* meta: Upgrade to Daml 2.7.5. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/427
* python: Add [build-system] to pyproject.toml. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/428
* build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by dependabot in https://github.com/digital-asset/dazl-client/pull/425
* python: Drop the custom .pyi plugin when generating Protobuf code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/429
* meta: Add generated code for the Canton admin APIs. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/430
* python: Update some libraries. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/431
* build(deps): bump aiohttp from 3.8.5 to 3.8.6 by dependabot in https://github.com/digital-asset/dazl-client/pull/432
* go: Simplify the process around building Go bindings. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/433
* build(deps): bump aiohttp from 3.8.6 to 3.9.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/434
* build(deps-dev): bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/digital-asset/dazl-client/pull/435
* meta: Simplify the Makefile. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/436
* python: Upgrade Python dependencies and fix some bugs caught by the latest mypy. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/437
* python: adding user metadata by alexgraham-da in https://github.com/digital-asset/dazl-client/pull/439
* meta: Update copyright to 2024. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/438
* python: Add a test case for CreateAndExerciseCommand. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/440
* build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/digital-asset/dazl-client/pull/441
* python: Add some type tests to ensure that Connection and QueryStream have mostly aligned type signatures. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/442
* python: Introduce a convenience type for parties and commands. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/443
* build(deps): bump aiohttp from 3.9.1 to 3.9.2 by dependabot in https://github.com/digital-asset/dazl-client/pull/444
* python: Drop some dead code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/446
* python: Properly type connect arguments. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/447
* python: Redefine Command as a sealed type. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/445
* python: Change the way codegen works to not use protoc plugins by da-tanabe in https://github.com/digital-asset/dazl-client/pull/448
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/451
* build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/449
* python: Allow queries on interfaces. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/452

New Contributors
* davidrichards-da made their first contribution in https://github.com/digital-asset/dazl-client/pull/371

**Full Changelog**: https://github.com/digital-asset/dazl-client/compare/v7.11.0...v8.0.0b2

8.0.0b1

None

8.0.0a4

What's Changed
* python: Set minimum requirement of dazl to Python 3.7. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/326
* python: Have every file treat type annotations properly when there are forward references to types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/348
* python: Remove deprecated symbols from the codebase. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/349
* python: Generate gRPC/Protobuf stub files for Go. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/350
* python: Bump development-time dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/352
* build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/357
* run rapid scan on prs, full scan only on master by dasormeter in https://github.com/digital-asset/dazl-client/pull/361
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/360
* python: Merge v7 fixes into main by da-tanabe in https://github.com/digital-asset/dazl-client/pull/365
* docs: Remove references to dazl.model, as that module has been removed. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/367
* Changing DAZLs name to 'The Daml Python bindings' in the repo by davidrichards-da in https://github.com/digital-asset/dazl-client/pull/371
* python: Remove the deprecated pathify function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/369
* python: Remove the deprecated setup_default_logger function. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/370
* python: Drop explicit references to dazl in docs where it's not absolutely essential. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/372
* python: Remove dazl.util.tools.get_matches. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/368
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/378
* python: Merge v7 to main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/387
* build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/380
* meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/390
* python: Drop most of dazl.pretty. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/393
* python: Drop the older deprecated Command APIs. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/392
* python: Drop more deprecated symbols. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/391
* python: Merge the v7 branch back into main. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/395
* python: Upgrade dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/396
* build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by dependabot in https://github.com/digital-asset/dazl-client/pull/398
* go: Update dependencies. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/400
* python: Drop some unused code. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/401
* python: Upgrade to Python 3.8 and daml 2.6.0. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/403
* python: Bump up dependencies, notably Sphinx. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/404
* build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/405
* build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/408
* build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/410
* build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/digital-asset/dazl-client/pull/414
* meta: Update Protobuf files to Daml 2.7.3. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/415
* python: Drop quotes around types. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/416
* python: Convert some arguments to being formally positional. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/417
* python: Bump versions. by da-tanabe in https://github.com/digital-asset/dazl-client/pull/419
* build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by dependabot in https://github.com/digital-asset/dazl-client/pull/422
* build(deps): bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/digital-asset/dazl-client/pull/423
* build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by dependabot in https://github.com/digital-asset/dazl-client/pull/424

New Contributors
* davidrichards-da made their first contribution in https://github.com/digital-asset/dazl-client/pull/371

**Full Changelog**: https://github.com/digital-asset/dazl-client/compare/v7.10.4...v8.0.0a4

8.0.0a3

Revised ACS API (see 188).

8.0.0a2

Pre-release version of dazl 8 that adds an ACS API to the new API.

Page 1 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.