We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c2685 commit f1769e0Copy full SHA for f1769e0
3 files changed
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
]
7
dependencies = [
8
"PyYaml",
9
- "pydantic @ git+https://github.com/pydantic/pydantic.git",
+ "pydantic >= 2.13.0b2",
10
"email-validator",
11
"yarl",
12
"httpx",
requirements.txt
@@ -35,9 +35,9 @@ multidict==6.7.0
35
# via yarl
36
propcache==0.4.1
37
38
-pydantic @ git+https://github.com/pydantic/pydantic.git@c42224acb31dd9f374124a74809332246e595194
+pydantic==2.13.0b2
39
# via aiopenapi3
40
-pydantic-core @ git+https://github.com/pydantic/pydantic.git@c42224acb31dd9f374124a74809332246e595194#subdirectory=pydantic-core
+pydantic-core==2.42.0
41
# via pydantic
42
pyyaml==6.0.3
43
0 commit comments