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
Pydantic's AnyUrl incorrectly adds trailing slashes to base URLs without
paths. This behavior is being fixed in pydantic-core PR #1719 and will
be available in Pydantic 2.12+.
Instead of working around the issue, mark the test as expected to fail.
This documents the known bug and will automatically alert when Pydantic
fixes it (the test will XPASS with xfail_strict=true in pyproject.toml).
Ref: pydantic/pydantic-core#1719
0 commit comments