TNO Intern

Commit 43904527 authored by Florian Knappers's avatar Florian Knappers
Browse files

Merge branch '113-add-pydantic-to-the-project-dependencies' into 'main'

Resolve "add pydantic to the project dependencies"

Closes #113

See merge request !146
parents a3d76b40 5050d1d1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

## v3.0.2 (06-7-2026)
- Fix installation issues for macOS users with a silicon chip.
- Add pydantic to project dependencies

## v3.0.1 (06-7-2026)
- Added pressureDifferenceGradient as property.
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ dependencies = [
    "pygridsio>=1.0,<2.0",
    "dask>=2025.5.1,<2026",
    "install-jdk==1.1.0",
    "pydantic>=2.12.5,<3",
]