Skip to content

build(deps): update Functors requirement from 0.4.11 to 0.4.11, 0.5 in the all-julia-packages group#120

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-e3f5215648
Open

build(deps): update Functors requirement from 0.4.11 to 0.4.11, 0.5 in the all-julia-packages group#120
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-e3f5215648

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Updates the requirements on Functors to permit the latest version.
Updates Functors to 0.5.2

Release notes

Sourced from Functors's releases.

v0.5.2

Functors v0.5.2

Diff since v0.5.1

Merged pull requests:

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-e3f5215648 branch from 860bb20 to 0738bec Compare January 5, 2026 08:32
Updates the requirements on [Functors](https://github.com/FluxML/Functors.jl) to permit the latest version.

Updates `Functors` to 0.5.2
- [Release notes](https://github.com/FluxML/Functors.jl/releases)
- [Commits](FluxML/Functors.jl@v0.4.11...v0.5.2)

---
updated-dependencies:
- dependency-name: Functors
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-e3f5215648 branch from 0738bec to a60e34b Compare January 6, 2026 08:50
@ChrisRackauckas-Claude
Copy link
Contributor

CI Analysis

The Downgrade CI workflow is failing, but this is not caused by the Functors 0.5 update itself.

Findings

  1. Functors 0.5 compatibility works - The package loads and runs with Functors 0.5, producing deprecation warnings but no actual errors.

  2. Test timeouts - The 6 errors in the DeepBSDE tests appear to be due to timeouts during execution, not assertion failures. These tests involve complex Zygote AD compilation that takes significant time.

  3. Deprecation warnings - The following deprecated Flux APIs are being used:

    • Flux.@functor in src/NNStopping.jl:50 (should use Functors.@functor or remove entirely since Functors 0.5 makes structs opt-out)
    • @functor without qualification in src/MCSample.jl:16,39
    • Flux.params() in src/DeepBSDE.jl:113 (deprecated, should use Flux.trainable())
    • Flux.train!(loss, ps::Params, ...) in src/DeepBSDE.jl:193 (deprecated, should use explicit-style training)

Recommendation

This PR can be merged as-is to add Functors 0.5 compatibility. The deprecation warnings don't prevent the code from working.

A follow-up PR should update the deprecated Flux APIs to the new explicit-style APIs to:

  • Remove deprecation warnings
  • Potentially improve compilation times
  • Prepare for future Flux versions that may remove these deprecated APIs

cc @ChrisRackauckas

🤖 Generated with Claude Code

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

4 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant