From b75668744586f78a7badcc8891241fa22503e4e1 Mon Sep 17 00:00:00 2001 From: Antonyjin Date: Mon, 11 Nov 2024 07:11:42 +0000 Subject: [PATCH] fix: yamlfix and pydantic are incompatible --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 299830b8..4c650ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,8 +121,9 @@ dependencies = [ "mypy==1.8.0", "ruff==0.4.6", "isort==5.13.2", - "yamlfix==1.16.1", + "yamlfix==1.17.0", "pyproject-fmt==2.2.1", + "pydantic>=2", ] [tool.hatch.envs.linting.scripts] typing = "mypy {args:src/aleph/vm/ tests/ examples/example_fastapi runtimes/aleph-debian-12-python}"