Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit fe6d35e

Browse files
author
Phil Varner
committed
update pydantic version
1 parent 99fa5e6 commit fe6d35e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
files: src/
2424
additional_dependencies:
2525
- types-pyRFC3339~=1.1.1
26-
- pydantic~=2.9.2
26+
- pydantic~=2.10.1
2727
- returns~=0.23.0
2828
- fastapi~=0.115.0
2929
- geojson_pydantic~=1.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "stapi_fastapi", from="src"}]
1111
[tool.poetry.dependencies]
1212
python = "3.12.*"
1313
fastapi = "^0.115.0"
14-
pydantic = "^2.9.2"
14+
pydantic = "^2.10.1"
1515
geojson-pydantic = "^1.1.1"
1616
pygeofilter = "^0.2.4"
1717
returns = "^0.23.0"

0 commit comments

Comments
 (0)