Skip to content

Commit

Permalink
Update pydantic and pydantic-core dependancies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed May 16, 2023
1 parent 142b9cf commit dc9efb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
]
requires-python = '>=3.7'
dependencies = [
'pydantic==v2.0a4',
'pydantic>=2.0a4',
'python-dotenv>=0.21.0',
]
dynamic = ['version']
Expand Down
4 changes: 2 additions & 2 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
annotated-types==0.4.0
# via pydantic
pydantic==v2.0a4
pydantic>=v2.0a4
# via pydantic-settings (pyproject.toml)
pydantic-core==0.30.0
pydantic-core>=0.30.0
# via pydantic
python-dotenv==0.21.0
# via pydantic-settings (pyproject.toml)
Expand Down

0 comments on commit dc9efb3

Please sign in to comment.