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

🤖 Add Validation for 'id' Field in ThreadDetails Model #1109

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 3, 2024

  1. In this step, we add a custom validator for the id field in the `Th…

    …readDetails` model to handle `None` values gracefully. This validator raises a `ValueError` if the `id` is `None`, ensuring that only valid integers are accepted. This step is optional and can be skipped if the first step is sufficient.
    sentry-autofix[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2b1b34e View commit details
    Browse the repository at this point in the history