Skip to content

[auto-merge] release/25.12 to main [skip ci] [bot]#1008

Merged
nvauto merged 2 commits intomainfrom
release/25.12
Jan 20, 2026
Merged

[auto-merge] release/25.12 to main [skip ci] [bot]#1008
nvauto merged 2 commits intomainfrom
release/25.12

Conversation

@nvauto
Copy link
Collaborator

@nvauto nvauto commented Jan 20, 2026

auto-merge triggered by github actions on release/25.12 to create a PR keeping main up-to-date. If this PR is unable to be merged due to conflicts, it will remain open until manually fix.

nvauto and others added 2 commits January 15, 2026 05:20
Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
fix #1006

to avoid nightly ci failures when new versions released.
We will need to update manually and reformat code as warranted.

---------

Signed-off-by: Erik Ordentlich <eordentlich@gmail.com>
@nvauto nvauto merged commit 1516d1e into main Jan 20, 2026
@nvauto
Copy link
Collaborator Author

nvauto commented Jan 20, 2026

SUCCESS - auto-merge

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 20, 2026

Greptile Summary

This PR merges changes from release/25.12 to main, updating development dependencies for consistent code formatting.

  • Pinned black to version 25.12.0 (previously >=23.1.0)
  • Pinned isort to version 7.0.0 (previously >=5.12.0)
  • Updated copyright year to 2026

These changes ensure all developers use the same formatting tool versions, preventing formatting inconsistencies across the codebase.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The changes are minimal and low-risk: pinning formatter versions ensures consistent code formatting across development environments, and the copyright year update is a standard maintenance task. No functional code changes are present.
  • No files require special attention

Important Files Changed

Filename Overview
python/requirements_dev.txt Updated copyright year to 2026 and pinned black (25.12.0) and isort (7.0.0) versions for consistent formatting

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CI as CI/CD Pipeline
    participant Deps as Dependency Manager
    participant Tools as Code Formatters
    
    Dev->>Deps: Install development dependencies
    Deps->>Deps: Read requirements_dev.txt
    Note over Deps: black==25.12.0<br/>isort==7.0.0
    Deps->>Tools: Install pinned versions
    Tools-->>Dev: Formatting tools ready
    Dev->>Tools: Run black/isort
    Note over Tools: Consistent formatting<br/>across all environments
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants