From daaaa88a82cd172a2da74c4f42404b01602fe424 Mon Sep 17 00:00:00 2001 From: Sam Perlmutter Date: Fri, 13 Dec 2024 16:41:15 -0500 Subject: [PATCH 1/2] Update allowed websockets version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 510ea36..733b0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ urls = { "Homepage" = "https://github.com/JoeyEamigh/concord4ws-py", "Bug Tracke [tool.poetry.dependencies] python = "^3.11" -websockets = "^12.0" +websockets = ">=12.0" pydantic = "1.10.17" [build-system] From e2187f7ce78908131d307bf66f39c7100d99e0d4 Mon Sep 17 00:00:00 2001 From: Sam Perlmutter Date: Fri, 13 Dec 2024 16:46:31 -0500 Subject: [PATCH 2/2] Allow minor version upgrades to pydantic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 733b0f9..b0dfe24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ urls = { "Homepage" = "https://github.com/JoeyEamigh/concord4ws-py", "Bug Tracke [tool.poetry.dependencies] python = "^3.11" websockets = ">=12.0" -pydantic = "1.10.17" +pydantic = "~1.10.17" [build-system] requires = ["poetry-core"]