Skip to content

Update dagster requirement from >=1.13.11 to >=1.13.20 - #131

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.20
Open

Update dagster requirement from >=1.13.11 to >=1.13.20#131
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dagster to permit the latest version.

Release notes

Sourced from dagster's releases.

1.13.20 (core) / 0.29.20 (libraries)

New

  • In Dagster+, dynamic partitions can now be wiped and deleted in a single action, clearing the asset's degraded health status. Multi-partitioned assets are not yet supported.
  • Alert policies can now notify on successful code location deploys.
  • [ui] Filter inputs now show your recent searches in the autocomplete dropdown before you start typing.
  • [ui] Refreshed the Dagster and Dagster+ logos and favicons to the new branding.
  • [ui] Updated the Google kind tag icons. (Thanks, @​dragos-pop!)

Bugfixes

  • [dagster-aws] Fixed an issue where an ECS run launch would fail instead of retrying when ECS reported a transient AGENT failure. (Thanks, @​yishern!)
Changelog

Sourced from dagster's changelog.

1.13.20 (core) / 0.29.20 (libraries)

New

  • In Dagster+, dynamic partitions can now be wiped and deleted in a single action, clearing the asset's degraded health status. Multi-partitioned assets are not yet supported.
  • Alert policies can now notify on successful code location deploys.
  • [ui] Filter inputs now show your recent searches in the autocomplete dropdown before you start typing.
  • [ui] Refreshed the Dagster and Dagster+ logos and favicons to the new branding.
  • [ui] Updated the Google kind tag icons. (Thanks, @​dragos-pop!)

Bugfixes

  • [dagster-aws] Fixed an issue where an ECS run launch would fail instead of retrying when ECS reported a transient AGENT failure. (Thanks, @​yishern!)

1.13.19 (core) / 0.29.19 (libraries)

New

  • [ui] Added an expand/collapse all toggle to the automation condition evaluation table.

Bugfixes

  • [ui] Fixed an issue where the sensor dry run "Apply requests & commit tick result" action could launch runs even when creating or deleting dynamic partitions failed due to insufficient permissions.

1.13.18 (core) / 0.29.18 (libraries)

New

  • Assets whose failed partitions are all awaiting an automatic retry now report a warning health status instead of degraded. The asset health popover and alert notifications indicate that a retry is pending.
  • [dagster-snowflake] SnowflakeDbtProjectComponent now supports configuring defs_state, so Dagster+ deployments can opt into versioned state storage.

Bugfixes

  • Fixed an issue where a config field typed as a discriminated union with a default value ignored that default.
  • [dagster-snowflake] Fixed an issue where the SnowflakeDbtProjectComponent observation sensor could report Dagster-triggered dbt runs as externally triggered.
  • [dagster-snowflake] Fixed an issue where SnowflakeDbtProjectComponent raised an error when dbt built models outside the selected subset of assets.

1.13.17 (core) / 0.29.17 (libraries)

New

  • [ui] The asset graph sidebar's search now matches only assets shown in the sidebar, matches on the full asset key as well as the displayed name, lists results alphabetically, and shows the namespace for results whose name is ambiguous.
  • [ui] Added a "Copy asset key" item to the asset node context menu.
  • [ui] Added a SLURM kind tag icon. (Thanks, @​geoHeil!)

Bugfixes

  • [dg] Fixed an issue where a Hybrid deployment running on Kubernetes could be misidentified as Serverless, causing PEX-configured builds to be packaged as Docker images.
  • [dg] Relaxed the tomlkit version constraint to allow newer releases. (Thanks, @​geoHeil!)
  • [ui] Fixed the asset graph sidebar to sort assets by their displayed name rather than their full asset key.

... (truncated)

Commits
  • 728c047 1.13.20
  • cbad617 1.13.20 changelog (#26540)
  • de1c658 [rest-resources] support python 3.10 list[<type>] import resolution (#26523)
  • f08ff1a [app-managed-components][3/n] view and edit the repo binding from the code lo...
  • b611753 [app-managed-components] mock the git-backed gate in the component dialog tes...
  • 933db15 [app-managed-components][2/n] gate the authoring entry point on a repo bindin...
  • 5602898 [app-managed-components] Tell users the authoring form opens a pull request (...
  • a0686ab FE wiring for ability to wipe and delete partitions simultaneously (#26365)
  • dab616f Add a section for recent searches to our syntax typeaheads [UI-4] (#26363)
  • 0684508 [ui-core] Update Google kind tags with new icons (#33882)
  • Additional commits viewable in compare view

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 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)
Updates the requirements on [dagster](https://github.com/dagster-io/dagster) to permit the latest version.
- [Release notes](https://github.com/dagster-io/dagster/releases)
- [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md)
- [Commits](dagster-io/dagster@1.13.11...1.13.20)

---
updated-dependencies:
- dependency-name: dagster
  dependency-version: 1.13.20
  dependency-type: direct:production
...

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 Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

0 participants