Skip to content

Bump dagster from 1.11.13 to 1.11.16 - #466

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

Bump dagster from 1.11.13 to 1.11.16#466
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-1.11.16

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps dagster from 1.11.13 to 1.11.16.

Changelog

Sourced from dagster's changelog.

1.11.16 (core) / 0.27.16 (libraries)

New

  • The proxy GRPC server heartbeat TTL can now be configured with the DAGSTER_GRPC_PROXY_HEARTBEAT_TTL_SECONDS env var (default remains 30 seconds).

Bugfixes

  • Fixed an issue introduced in dagster 1.11.15 where code locations that previously loaded would sometimes fail to load with a gRPC Error code: RESOURCE_EXHAUSTED error.
  • Fixed an issue where defining a repository using a dictionary of job definitions with a key that did not match the name of the job would work when running dagster locally but not when using Dagster+.
  • [components] Fixed a bug that caused errors when using the DbtProjectComponent, FivetranAccountComponent, and similar state-based components in k8s deployments due to a missing StateStorage object in context.
  • [dagster-omni] Added a dependency on python-dateutil to dagster-omni. (Thanks, @​bollwyvl!)

1.11.15 (core) / 0.27.15 (libraries)

New

  • All sequences are now supported in AssetKey.with_prefix. (Thanks, @​aksestok!)
  • [ui] Introduce new navigation, with main navigation items previously in top navigation now in a collapsible left nav.
  • [ui] Improve loading performance of Runs page.
  • [dagster-databricks] Add support for notebook_task in PipesDatabricksClient. (Thanks, @​SoerenStahlmann!)

Bugfixes

  • Fixed an issue where fetch_row_counts and fetch_column_metadata do not execute in the same working directory as the underlying dbt command.
  • Fixed a bug with AutomationCondition.execution_failed that would cause it to be evaluated as True for an unpartitioned asset in cases where the latest run failed, but the asset itself materialized successfully before that failure.
  • Unrelated resource keys are now no longer included in the run config schema for subselections of assets.
  • Ignored nodes are properly excluded when generating run config for an implicit asset job
  • Invalid UTF-8 in stderr compute logs are now handled gracefully. (Thanks, @​2bxtech!)
  • [ui] Fix top nav rendering for Plus users.
  • [dagster-celery] Fix Celery executor ignoring pools for ops. (Thanks, @​kkanter-asml!)
  • [dagster-dbt] Fixed issue that made custom template vars unavailable when specifying them for the cli_args: field of the DbtProjectComponent.
  • [dagster-cloud-cli] Fixed an issue where deploying multiple serverless code locations or code locations with a custom project directory would sometimes fail with an "The dagster package dependency was expected but not found." error.

Documentation

Dagster Plus

  • [ui] Fix home page performance for users with large numbers of automations and jobs.
  • [ui] Fix a sporadic JavaScript error that can crash the page when loading insights charts.

1.11.14 (core) / 0.27.14 (libraries)

New

  • UnionTypes (e.g. Foo | Bar) are now supported in ConfigurableResources. (Thanks, @​DominikHallab!)
  • Added an output_metadata parameter to build_output_context (Thanks, @​zyd14!)
  • ResolvedAssetSpec and related resolvers now support setting the freshness_policy field.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [dagster](https://github.com/dagster-io/dagster) from 1.11.13 to 1.11.16.
- [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.11.13...1.11.16)

---
updated-dependencies:
- dependency-name: dagster
  dependency-version: 1.11.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants