We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112722f commit 1701efaCopy full SHA for 1701efa
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
]
7
dependencies = [
8
"PyYaml",
9
- "pydantic!=2.10.*",
+ "pydantic>=2.10.5",
10
"email-validator",
11
"yarl",
12
"httpx",
requirements.txt
@@ -15,8 +15,8 @@ jmespath==1.0.1
15
more-itertools==10.5.0
16
multidict==6.1.0
17
propcache==0.2.1
18
-pydantic==2.9.2
19
-pydantic-core==2.23.4
+pydantic==2.10.5
+pydantic-core==2.27.2
20
pyyaml==6.0.2
21
sniffio==1.3.1
22
typing-extensions==4.12.2
0 commit comments