Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import pydantic objects from the _pydantic_compat module #17667

Merged

Commits on Sep 5, 2024

  1. import pydantic objects from the _pydantic_compat module

    this allows `check_pydantic_models.py` to mock those pydantic objects
    only in the synapse module, and not interfere with pydantic objects in
    external dependencies
    azmeuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ce7eb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab97d15 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f2124d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    7a40450 View commit details
    Browse the repository at this point in the history