Skip to content

Commit

Permalink
update pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Nov 16, 2023
1 parent 7a4c414 commit bd3f81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"pydantic>=2.0.1,<2.5.0",
"pydantic-settings>=2.0.1,<2.1.0",
"pydantic>=2.0.1,<2.6.0",
"pydantic-settings>=2.0.1,<2.2.0",
]
dynamic = ["version", "description"]

Expand Down

0 comments on commit bd3f81c

Please sign in to comment.