Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ filterwarnings = [
# Fail on any use of a pydantic v1 shim (`.dict()`, `parse_obj_as`, class-based `Config`, ...)
# so they cannot creep back after the v2 migration.
"error::pydantic.PydanticDeprecatedSince20",
# Remove or change to 3.11 once support for Python 3.10 is dropped.
"ignore:You are using a Python version \\(3.10:FutureWarning:^google\\.",
]

[tool.tox]
Expand Down
Loading