Skip to content

Commit 1ebad4e

Browse files
committed
consistent version string for pydantic-settings
1 parent 705d036 commit 1ebad4e

File tree

2 files changed

+212
-208
lines changed

2 files changed

+212
-208
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"pint>=0.25.0",
2626
"psutil>=7.1.0",
2727
"pydantic>=2.12.0",
28-
"pydantic-settings (>=2.6.1,<3.0.0)",
28+
"pydantic-settings>=2.6.1",
2929
"rich>=14.1.0",
3030
"segy>=0.5.3",
3131
"tqdm>=4.67.1",

0 commit comments

Comments
 (0)