Skip to content

Commit f1769e0

Browse files
committed
pyproject - using pydantic 2.13.0b2
1 parent 82c2685 commit f1769e0

3 files changed

Lines changed: 110 additions & 86 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
dependencies = [
88
"PyYaml",
9-
"pydantic @ git+https://github.com/pydantic/pydantic.git",
9+
"pydantic >= 2.13.0b2",
1010
"email-validator",
1111
"yarl",
1212
"httpx",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ multidict==6.7.0
3535
# via yarl
3636
propcache==0.4.1
3737
# via yarl
38-
pydantic @ git+https://github.com/pydantic/pydantic.git@c42224acb31dd9f374124a74809332246e595194
38+
pydantic==2.13.0b2
3939
# via aiopenapi3
40-
pydantic-core @ git+https://github.com/pydantic/pydantic.git@c42224acb31dd9f374124a74809332246e595194#subdirectory=pydantic-core
40+
pydantic-core==2.42.0
4141
# via pydantic
4242
pyyaml==6.0.3
4343
# via aiopenapi3

0 commit comments

Comments
 (0)