api-24sea 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: api_24sea
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: The `api_24sea` package contains modules that are aimed at helping a user interact with the 24SEA API.
5
5
  Author-email: Pietro D'Antuono <pietro.dantuono@24sea.eu>
6
6
  Maintainer-email: Pietro D'Antuono <pietro.dantuono@24sea.eu>
@@ -21,8 +21,8 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: Database
23
23
  Requires-Dist: pandas
24
- Requires-Dist: requests>=2.32.3
25
- Requires-Dist: pydantic>=2.8.2
24
+ Requires-Dist: requests
25
+ Requires-Dist: pydantic>=2
26
26
  Requires-Dist: sphinx ; extra == "docs"
27
27
  Requires-Dist: sphinx_design ; extra == "docs"
28
28
  Requires-Dist: autoclasstoc ; extra == "docs"
@@ -19,7 +19,7 @@ Attributes:
19
19
  import re
20
20
  from typing import NamedTuple, Optional
21
21
 
22
- __version__: str = "0.2.2"
22
+ __version__: str = "0.2.3"
23
23
 
24
24
  _REGEX = "".join(
25
25
  [
@@ -27,7 +27,7 @@ authors = [{ name = "Pietro D'Antuono", email = "pietro.dantuono@24sea.eu" }]
27
27
  maintainers = [{ name = "Pietro D'Antuono", email = "pietro.dantuono@24sea.eu" }]
28
28
  # -- Project dependencies.
29
29
  requires-python = ">=3.8.0"
30
- dependencies = ["pandas", "requests>=2.32.3", "pydantic>=2.8.2"]
30
+ dependencies = ["pandas", "requests", "pydantic>=2"]
31
31
 
32
32
  [project.urls]
33
33
  "Documentation" = "https://api24seapydocs.blob.core.windows.net/$web/index.html"
File without changes
File without changes
File without changes