From de2c2586fca3ce0ead07365b42ba2fed488ed161 Mon Sep 17 00:00:00 2001 From: "F.N. Claessen" Date: Fri, 24 Jan 2025 10:43:52 +0100 Subject: [PATCH 1/2] fix: update pydantic requirement to allow higher versions Signed-off-by: F.N. Claessen --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 314fcc3..1637ad1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ python_requires >= 3.8, <= 3.12 # new major versions. This works if the required packages follow Semantic Versioning. # For more information, check out https://semver.org/. install_requires = - pydantic~=2.8.2 + pydantic>=2.8.2 pytz click websockets~=13.1 From 7146e3dc408ae1308a4849cc4ad4d8456c00c3cd Mon Sep 17 00:00:00 2001 From: "F.N. Claessen" Date: Fri, 24 Jan 2025 10:57:12 +0100 Subject: [PATCH 2/2] chore: release v0.4.1 Signed-off-by: F.N. Claessen --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1637ad1..b23fdfb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE.txt long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 url = https://github.com/flexiblepower/s2-ws-json-python -version = 0.4.0 +version = 0.4.1 # Change if running only on Windows, Mac or Linux (comma-separated) platforms = Linux