Skip to content

Commit 3e93d17

Browse files
authored
Update pydantic to 2.0b3 (#83)
1 parent b08fa5b commit 3e93d17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141
requires-python = '>=3.7'
4242
dependencies = [
43-
'pydantic>=2.0b1',
43+
'pydantic>=2.0b3',
4444
'python-dotenv>=0.21.0',
4545
]
4646
dynamic = ['version']

requirements/pyproject.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
annotated-types==0.4.0
88
# via pydantic
9-
pydantic==2.0b1
9+
pydantic==2.0b3
1010
# via pydantic-settings (pyproject.toml)
11-
pydantic-core==0.38.0
11+
pydantic-core==0.39.0
1212
# via pydantic
1313
python-dotenv==0.21.1
1414
# via pydantic-settings (pyproject.toml)

0 commit comments

Comments
 (0)