Skip to content

Commit

Permalink
feat: upgrades to pydantic version 2 (#54)
Browse files Browse the repository at this point in the history
* feat: upgrades to pydantic version 2

* feat: pydantic ge 2.0

* feat: updates doc strings

* feat: updates doc strings
  • Loading branch information
jtyoung84 authored Jan 4, 2024
1 parent ec9dbb8 commit ef237a9
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 163 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dynamic = ["version"]

dependencies = [
'requests',
'pydantic<2.0',
'pydantic>=2.0',
'pydantic-settings>=2.0',
'boto3'
]

Expand Down
Loading

0 comments on commit ef237a9

Please sign in to comment.