Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apathetic-tools/python-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: apathetic-tools/python-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 2 commits
  • 19 files changed
  • 2 contributors

Commits on Dec 6, 2025

  1. fix(types): move ValidationSummary outside mixin and rename with Apat…

    …heticSchema_ prefix
    
    - Move ValidationSummary dataclass outside ApatheticSchema_Internal_Types mixin
    - Rename ValidationSummary to ApatheticSchema_ValidationSummary
    - Remove empty ApatheticSchema_Internal_Types mixin class
    - Update all references in source files to use ApatheticSchema_ValidationSummary
    - Update all test files to use ApatheticSchema_ValidationSummary
    - Export ApatheticSchema_ValidationSummary with prefix in __init__.py
    - Remove unused type: ignore comments from test files
    - Fix type errors in test data with appropriate type: ignore comments
    InertSloth committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    46209b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd36e0 View commit details
    Browse the repository at this point in the history
Loading