Skip to content

Commit 0a6a34d

Browse files
authored
fix: update pydantic requirement to allow higher versions (#76)
* fix: update pydantic requirement to allow higher versions Signed-off-by: F.N. Claessen <felix@seita.nl> * chore: release v0.4.1 Signed-off-by: F.N. Claessen <felix@seita.nl> --------- Signed-off-by: F.N. Claessen <felix@seita.nl>
1 parent 7cb4e21 commit 0a6a34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license_files = LICENSE.txt
88
long_description = file: README.rst
99
long_description_content_type = text/x-rst; charset=UTF-8
1010
url = https://github.com/flexiblepower/s2-ws-json-python
11-
version = 0.4.0
11+
version = 0.4.1
1212

1313
# Change if running only on Windows, Mac or Linux (comma-separated)
1414
platforms = Linux
@@ -39,7 +39,7 @@ python_requires >= 3.8, <= 3.12
3939
# new major versions. This works if the required packages follow Semantic Versioning.
4040
# For more information, check out https://semver.org/.
4141
install_requires =
42-
pydantic~=2.8.2
42+
pydantic>=2.8.2
4343
pytz
4444
click
4545
websockets~=13.1

0 commit comments

Comments
 (0)