Skip to content

Commit dc9efb3

Browse files
authored
Update pydantic and pydantic-core dependancies (#58)
1 parent 142b9cf commit dc9efb3

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==v2.0a4',
43+
'pydantic>=2.0a4',
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==v2.0a4
9+
pydantic>=v2.0a4
1010
# via pydantic-settings (pyproject.toml)
11-
pydantic-core==0.30.0
11+
pydantic-core>=0.30.0
1212
# via pydantic
1313
python-dotenv==0.21.0
1414
# via pydantic-settings (pyproject.toml)

0 commit comments

Comments
 (0)