Skip to content

Upgrade python dependencies#196

Merged
yu-iskw merged 2 commits intomainfrom
update-packages
Dec 26, 2025
Merged

Upgrade python dependencies#196
yu-iskw merged 2 commits intomainfrom
update-packages

Conversation

@yu-iskw
Copy link
Owner

@yu-iskw yu-iskw commented Dec 21, 2025

PR Type

Enhancement


Description

  • Upgrade datamodel-code-generator from 0.35.0 to 0.45.0

  • Upgrade mypy from 1.18.2 to 1.19.1

  • Add ruff>=0.14.10 as new dev dependency

  • Remove black from dev dependencies


Diagram Walkthrough

flowchart LR
  A["pyproject.toml"] -->|upgrade| B["datamodel-code-generator 0.45.0"]
  A -->|upgrade| C["mypy 1.19.1"]
  A -->|add| D["ruff 0.14.10"]
  A -->|remove| E["black"]
Loading

File Walkthrough

Relevant files
Dependencies
pyproject.toml
Update dev dependencies and add ruff                                         

pyproject.toml

  • Upgraded datamodel-code-generator from 0.35.0 to 0.45.0
  • Upgraded mypy from 1.18.2 to 1.19.1
  • Added ruff>=0.14.10 as new dev dependency
  • Removed black from dev dependencies list
+3/-3     

Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Dec 21, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • pyproject.toml is excluded by !**/*.toml
  • uv.lock is excluded by !**/*.lock, !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-packages

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@yu-iskw yu-iskw marked this pull request as ready for review December 26, 2025 07:07
@yu-iskw yu-iskw merged commit 3434c4c into main Dec 26, 2025
6 of 7 checks passed
@yu-iskw yu-iskw deleted the update-packages branch December 26, 2025 07:07
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant