diff --git a/pyproject.toml b/pyproject.toml index 750a853..11b13d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pydantic-config" description = "Support for Pydantic settings configuration file loading" -version = "0.2.2" +version = "0.2.3" authors = [{name="Jordan Shaw"}] readme = "README.md" requires-python = ">=3.7" @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ - 'pydantic-settings>=2.0.2', + 'pydantic-settings>=2.0.1', ]