We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb4e21 commit 0a6a34dCopy full SHA for 0a6a34d
setup.cfg
@@ -8,7 +8,7 @@ license_files = LICENSE.txt
8
long_description = file: README.rst
9
long_description_content_type = text/x-rst; charset=UTF-8
10
url = https://github.com/flexiblepower/s2-ws-json-python
11
-version = 0.4.0
+version = 0.4.1
12
13
# Change if running only on Windows, Mac or Linux (comma-separated)
14
platforms = Linux
@@ -39,7 +39,7 @@ python_requires >= 3.8, <= 3.12
39
# new major versions. This works if the required packages follow Semantic Versioning.
40
# For more information, check out https://semver.org/.
41
install_requires =
42
- pydantic~=2.8.2
+ pydantic>=2.8.2
43
pytz
44
click
45
websockets~=13.1
0 commit comments