We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09671dd commit 148e9d0Copy full SHA for 148e9d0
pyproject.toml
@@ -195,15 +195,6 @@ markers = [
195
"perf: marks perf tests to be deselected (deselect with '-m \"not perf\"')",
196
]
197
198
-# MAINTENANCE: Remove these lines when drop support to Pydantic v1
199
-filterwarnings = [
200
- "ignore:.*The `parse_obj` method is deprecated*:DeprecationWarning",
201
- "ignore:.*The `parse_raw` method is deprecated*:DeprecationWarning",
202
- "ignore:.*load_str_bytes is deprecated*:DeprecationWarning",
203
- "ignore:.*The `dict` method is deprecated; use `model_dump` instead*:DeprecationWarning",
204
- "ignore:.*Pydantic V1 style `@validator` validators are deprecated*:DeprecationWarning",
205
-]
206
-
207
[build-system]
208
requires = ["poetry-core>=1.3.2"]
209
build-backend = "poetry.core.masonry.api"
0 commit comments