Skip to content

Commit 148e9d0

Browse files
Bump boto3 and pydantic version
1 parent 09671dd commit 148e9d0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pyproject.toml

-9
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,6 @@ markers = [
195195
"perf: marks perf tests to be deselected (deselect with '-m \"not perf\"')",
196196
]
197197

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-
207198
[build-system]
208199
requires = ["poetry-core>=1.3.2"]
209200
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)