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: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.2
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 4, 2025

  1. fix: Let dataclass implement __init__ method, set extra fields in `…

    …get_options`
    
    With our own `__init__` implementation, unpassed fields would never be set on the instance, triggering attribute errors.
    
    Let dataclass do its job, add set extra fields from outside of the class.
    pawamoy committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    477b9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74ecbf View commit details
    Browse the repository at this point in the history
  3. fix: Deactivate Pydantic validation on Python 3.9 is `eval-type-backp…

    …ort` is not available (for modern typing syntax support)
    
    Issue-241: #241
    pawamoy committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    0de0e5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ca64be View commit details
    Browse the repository at this point in the history
Loading