Skip to content

Commit de1ea99

Browse files
update pydantic versions (#335)
* update pydantic versions * increase timeout * update changelog
1 parent 340fd66 commit de1ea99

File tree

4 files changed

+118
-110
lines changed

4 files changed

+118
-110
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1818

19-
timeout-minutes: 20
19+
timeout-minutes: 25
2020

2121
steps:
2222
- name: Check out repository code

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Update pydantic and pydantic-settings versions requirements
8+
59
## [6.1.4] - 2025-12-08
610

711
### Fixed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dynamic = ["version"]
3636
dependencies = [
3737
"attrs",
3838
"orjson",
39-
"pydantic",
39+
"pydantic>=2.4,<3.0",
40+
"pydantic-settings>=2.7,<3.0",
4041
"stac-fastapi-api>=6.1,<7.0",
4142
"stac-fastapi-extensions>=6.1,<7.0",
4243
"stac-fastapi-types>=6.1,<7.0",

0 commit comments

Comments
 (0)