Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps miniwdl from 1.7.0 to 1.13.1.

Release notes

Sourced from miniwdl's releases.

v1.13.1

This regular maintenance release addresses minor bugs and dependency issues.

Internal refactoring and implementation for WDL 1.2 continues in the background!

v1.13.0

PyPI version Anaconda-Server Badge Getting Started

v1.13.0 addresses several WDL 1.1 spec interoperability issues, with thanks to the reporting community members.

⚠️ These changes, while improving WDL spec compliance, bear slightly elevated risks of backwards-incompatibility with prior miniwdl versions. Please report any issues or unexpected behaviors for investigation.

Interoperability

Runner

Python WDL API

  • Multi-line strings (development/1.2 feature) get first-class AST representation as WDL.Expr.MultiLineString, which is dedented upon evaluation (instead of during parsing into WDL.Expr.String).
  • WDL.Type.* classes expose ty1.equatable(ty2) and ty1.comparable(ty2) operators, indicating whether it is valid to use the WDL == != or < <= > >= operators, respectively.

v1.13.0rc0

v1.13.0 addresses several WDL 1.1 spec interoperability issues, with thanks to the reporting community members.

Because these changes bear small backwards-compatibility risks, we begin with release candidate v1.13.0rc0 that must be expressly requested with: pip install miniwdl==1.13.0rc0. Please report any issues or unexpected behaviors for investigation over the next few weeks.

Interoperability

... (truncated)

Commits
  • ea178fe static type error for unknown fields in struct literals
  • d5b0d09 update docker dependencies
  • e2dddd8 upgrade to lark~=1.3
  • b540e7c retire use of pkg_resources (in miniwdl --version)
  • 0fa23a5 switch CLI from bullet (unmaintained) to questionary
  • 09e0ced fix `miniwdl configure --cfg JUST_FILENAME (#813)
  • 5cc2cb4 free more disk space in CI
  • ea66580 chore: CCIE-4984 conform to open sourcing guidelines (#801)
  • 6d2eea4 chore: CCIE-4984 conform to open sourcing guidelines (#798)
  • 36be07f [WDL 1.2] task requirements section (#796)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [miniwdl](https://github.com/chanzuckerberg/miniwdl) from 1.7.0 to 1.13.1.
- [Release notes](https://github.com/chanzuckerberg/miniwdl/releases)
- [Commits](chanzuckerberg/miniwdl@v1.7.0...v1.13.1)

---
updated-dependencies:
- dependency-name: miniwdl
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants