Skip to content

Commit 6fd8846

Browse files
authored
pyproject - exclude pydantic 2.10.* (#313)
1 parent 0615f19 commit 6fd8846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
dependencies = [
88
"PyYaml",
9-
"pydantic",
9+
"pydantic!=2.10.*",
1010
"email-validator",
1111
"yarl",
1212
"httpx",
@@ -55,7 +55,7 @@ socks = [
5555
"httpx-socks",
5656
]
5757
types =[
58-
"pydantic-extra-types @ git+https://github.com/pydantic/pydantic-extra-types.git@3668b3af8ab378c56342c613672aa9415dab865b",
58+
"pydantic-extra-types>=2.10.1",
5959
]
6060
[project.scripts]
6161
aiopenapi3 = "aiopenapi3.cli:main"

0 commit comments

Comments
 (0)