From bae06054e1e5583576289094fec52d33f22e763d Mon Sep 17 00:00:00 2001 From: liamhuber Date: Thu, 21 May 2026 07:55:12 -0700 Subject: [PATCH] Bump pydantic To latest on conda-forge, with upper bound for the next minor release (3.14) Signed-off-by: liamhuber --- binder/environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index d63d90a..7cd3323 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - python =3.12 - click =8.1.8 -- pydantic =2.12.5 +- pydantic =2.13.4 - hatchling =1.28.0 - hatch-vcs =0.5.0 - jobflow =0.3.1 diff --git a/pyproject.toml b/pyproject.toml index 7e69736..c06709a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ license = { file = "LICENSE" } dependencies = [ "numpy>=1.21", - "pydantic>=2.7.0,<2.13.0", + "pydantic>=2.7.0,<2.14.0", ] dynamic = ["version"]