Skip to content

Commit d89a32b

Browse files
authored
Remove pydantic tests skip in Python 3.14 (#808)
1 parent de69d75 commit d89a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test = [
9797
"types-PyYAML>=6.0.11",
9898
"types-requests>=2.28.9",
9999
"responses>=0.12.0",
100-
"pydantic>=2.3.0; python_version < '3.14'", # restricted until pydantic installs correctly in 3.14
100+
"pydantic>=2.3.0",
101101
"attrs>=22.2.0",
102102
]
103103
test-no-urls = [

0 commit comments

Comments
 (0)