You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warning (does not seem to affect behavior) is printed out at the top anytime mio is run:
/homes/dpoulin/PycharmProjects/mooreio/venv/lib64/python3.12/site-packages/pydantic/_internal/_generate_schema.py:547: UserWarning: [typing.List[typing.Annotated[str, StringConstraints(strip_whitespace=None, to_upper=None, to_lower=None, strict=None, min_length=None, max_length=None, pattern=re.compile('^(~|.)?/?([\w\-.]+/)*[\w\-.]+/?$'))]]] is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with pydantic.SkipValidation.
The text was updated successfully, but these errors were encountered:
The following warning (does not seem to affect behavior) is printed out at the top anytime mio is run:
The text was updated successfully, but these errors were encountered: