Skip to content

Bump hydra-core from 1.1.1 to 1.3.4 - #4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/hydra-core-1.3.4
Open

Bump hydra-core from 1.1.1 to 1.3.4#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/hydra-core-1.3.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hydra-core from 1.1.1 to 1.3.4.

Release notes

Sourced from hydra-core's releases.

Hydra 1.3.4

Security patch release for the 1.3 line.

  • Add a blocklist to hydra.utils.instantiate() for security-sensitive _target_ callables.

Users on Hydra 1.3 should upgrade from hydra-core<=1.3.3 to hydra-core==1.3.4.

Hydra 1.3.3 fixes source builds with modern setuptools by removing the setup.py dependency on pkg_resources. Fixes #3207.

Hydra 1.3.2

1.3.2 (2023-02-22)

Features

  • Add a hydra.utils.get_object function that gives users access to Hydra's dotpath-lookup machinery. (#2139)
  • Allow config_path to specify a non-relative module path, by starting with pkg:// (#2564)

Maintenance Changes

  • Drop support for python3.6 (#2304)

Links:

Hydra 1.3.1

1.3.1 (2022-12-20)

This bugfix release updates a version pin on the OmegaConf library, allowing Hydra to be installed alongside the latest version of OmegaConf.

Bug Fixes

  • Relax OmegaConf pin allowing OmegaConf 2.3 to be installed (#2510)

Links:

Hydra 1.3.0

1.3.0 (2022-12-08)

Features:

  • Implement _convert_="object" option for instantiate, enabling conversion of non-_target_ structured configs to instances of the backing dataclass / attr class. (#1719)

... (truncated)

Changelog

Sourced from hydra-core's changelog.

1.3.4 (2026-07-05)

Bug Fixes

  • Add an instantiate target blocklist for security-sensitive callables. (#3259) 1.3.3 (2026-06-11) ==================

Bug Fixes

  • Remove the setup.py dependency on pkg_resources for source builds. (#3207)

1.3.2 (2023-02-22)

Features

  • Add a hydra.utils.get_object function that gives users access to Hydra's dotpath-lookup machinery. (#2139)
  • Allow config_path to specify a non-relative module path, by starting with pkg:// (#2564)

Maintenance Changes

  • Drop support for python3.6 (#2304)

1.3.1 (2022-12-20)

Bug Fixes

  • Relax OmegaConf pin allowing OmegaConf 2.3 to be installed (#2510)

1.3.0 (2022-12-08)

Features

  • Implement _convert_="object" option for instantiate, enabling conversion of non-_target_ structured configs to instances of the backing dataclass / attr class. (#1719)
  • Enable layering of the @hydra.main decorator on top of other decorators produced using functools.wraps. (#2303)
  • Allow for non-leading dashes in override keys (#2363)
  • support specifying an absolute path with --config-path (#2368)
  • Support python3.11 (#2443)

Bug Fixes

  • Fix an issue where Hydra's exception-handling logic could raise an AssertionError (#2342)

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [hydra-core](https://github.com/facebookresearch/hydra) from 1.1.1 to 1.3.4.
- [Release notes](https://github.com/facebookresearch/hydra/releases)
- [Changelog](https://github.com/hydra-ecosystem/hydra/blob/v1.3.4/NEWS.md)
- [Commits](hydra-ecosystem/hydra@v1.1.1...v1.3.4)

---
updated-dependencies:
- dependency-name: hydra-core
  dependency-version: 1.3.4
  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 22, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants