Skip to content

Commit

Permalink
no pydantic 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 21, 2024
1 parent 7682d6d commit 976e81a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies = [
"hatch-mypyc>=0.13.0",
"mypy>=0.991",
"mypy_extensions >=0.4.2",
"pydantic",
"pydantic!=2.10.0",
"types-attrs",
"msgspec",
]
Expand Down Expand Up @@ -149,7 +149,7 @@ select = [
"RUF", # ruff-specific rules
]
ignore = [
"D401", # First line should be in imperative mood
"D401", # First line should be in imperative mood
]

[tool.ruff.lint.per-file-ignores]
Expand All @@ -167,9 +167,9 @@ testpaths = ["tests"]
filterwarnings = [
"error",
"ignore:The distutils package is deprecated:DeprecationWarning:",
"ignore:.*BackendFinder.find_spec()", # pyinstaller import
"ignore:.*BackendFinder.find_spec()", # pyinstaller import
"ignore:.*not using a cooperative constructor:pytest.PytestDeprecationWarning:",
"ignore:Failed to disconnect::pytestqt"
"ignore:Failed to disconnect::pytestqt",
]

# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit 976e81a

Please sign in to comment.