Skip to content

Commit e2d1237

Browse files
build(deps): update pydantic requirement
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.1/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.12.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00a56f1 commit e2d1237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"psycopg>=3.2.9",
4747
"psycopg-pool>=3.2.4",
4848
"psycopg2-binary>=2.9.10,<3.0.0",
49-
"pydantic>=2.10.6,<2.11.0",
49+
"pydantic>=2.10.6,<2.13.0",
5050
"pydantic-settings>=2.8.1",
5151
"python-dotenv>=1.0.1",
5252
"python-multipart>=0.0.20",

0 commit comments

Comments
 (0)