From 6b24f16fa26e786b560fd34b4b8f83f72a40b840 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Tue, 19 Nov 2024 22:05:05 +0330 Subject: [PATCH] bumped pydantic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ef582a..7397097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.8.0" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.9" -dependencies = ["pydantic ~= 2.7.0", "requests ~= 2.32.3"] +dependencies = ["pydantic ~= 2.9.2", "requests ~= 2.32.3"] readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } classifiers = [