Skip to content

Conversation

@adhami3310
Copy link
Member

No description provided.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 20, 2026

Greptile Summary

This PR updates the project version to 0.8.27dev1 and applies automated formatting improvements across the codebase. The changes include dependency version bumps for development tools (ruff, pyright, Bun) and runtime libraries (isbot, react-error-boundary), along with formatting adjustments that break method chains and lambda expressions onto multiple lines for improved readability.

Key Changes:

  • Version bump to 0.8.27dev1
  • Updated ruff (v0.14.9→v0.14.13), pyright (v1.1.407→v1.1.408), Bun (1.3.5→1.3.6)
  • Updated isbot (5.1.32→5.1.33) and react-error-boundary (6.0.3→6.1.0)
  • Applied consistent line-breaking formatting across 13 Python files
  • Lock file (uv.lock) updated to reflect dependency changes

All changes are non-functional and maintain existing behavior.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • All changes are either automated formatting adjustments or minor dependency version bumps. The formatting changes are purely cosmetic (line breaks in method chains and lambda expressions) and do not alter code logic or behavior. The dependency updates are minor version increments that are low-risk.
  • No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Version bumps for project (0.8.26dev1→0.8.27dev1), ruff (v0.14.9→v0.14.13), and pyright (v1.1.407→v1.1.408)
reflex/components/base/error_boundary.py Updated react-error-boundary library from 6.0.3 to 6.1.0
reflex/constants/installer.py Version bumps for Bun (1.3.5→1.3.6) and isbot (5.1.32→5.1.33)
uv.lock Lock file updates for dependency version changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Ruff as Ruff Formatter
    participant Deps as Dependencies
    participant Code as Codebase
    
    Dev->>Deps: Update tool versions
    Deps->>Deps: Bump ruff v0.14.9→v0.14.13
    Deps->>Deps: Bump pyright v1.1.407→v1.1.408
    Deps->>Deps: Bump Bun 1.3.5→1.3.6
    Deps->>Deps: Bump isbot 5.1.32→5.1.33
    Deps->>Deps: Bump react-error-boundary 6.0.3→6.1.0
    
    Dev->>Ruff: Run formatter with new rules
    Ruff->>Code: Apply line-breaking formatting
    Ruff->>Code: Wrap method chains for readability
    Ruff->>Code: Add parentheses to lambda expressions
    
    Code->>Dev: Updated with consistent formatting
    Dev->>Deps: Update project version
    Deps->>Deps: Set version 0.8.27dev1
Loading

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 20, 2026

Merging this PR will not alter performance

✅ 8 untouched benchmarks


Comparing 0827dev (2b19097) with main (2545378)

Open in CodSpeed

@adhami3310 adhami3310 merged commit a52d240 into main Jan 21, 2026
47 checks passed
@adhami3310 adhami3310 deleted the 0827dev branch January 21, 2026 00:51
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.

3 participants