From 0d440369091bd1639e10b0088274b0911e6207b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Thu, 9 Nov 2023 12:55:03 +0100 Subject: [PATCH] fix: update pydantic version in envs --- environment-dev.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 40f4f5f4..f8bcf898 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -13,7 +13,7 @@ dependencies: - pandas >=1.3.5, <1.4.0 - pip >=20.2.3 - pyahocorasick >=1.4.0 - - pydantic >=1.8.1, <2 + - pydantic >=2, <3 - pylint >=2.4.4 - pysam >=0.16.0 - pytest >=6.1.0 diff --git a/environment.yml b/environment.yml index 08e4fd28..273edbed 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - pandas >=1.3.5, <1.4.0 - pip >=20.2.3 - pyahocorasick >=1.4.0 - - pydantic >=1.8.1, <2 + - pydantic >=2, <3 - pysam >=0.16.0 - python >=3.8, <=3.10 - star >=2.7.6