terrakio-admin-api 0.4.2__tar.gz → 0.4.4__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.

Potentially problematic release.


This version of terrakio-admin-api might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-admin-api
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Admin API client for Terrakio services
5
5
  Author-email: Yupeng Chao <yupeng@haizea.com.au>
6
6
  Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
@@ -15,9 +15,9 @@ Classifier: Operating System :: OS Independent
15
15
  Classifier: Development Status :: 4 - Beta
16
16
  Requires-Python: >3.11
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: terrakio-core==0.4.2
18
+ Requires-Dist: terrakio-core==0.4.4
19
19
  Provides-Extra: ml
20
- Requires-Dist: terrakio-core[ml]==0.4.2; extra == "ml"
20
+ Requires-Dist: terrakio-core[ml]==0.4.4; extra == "ml"
21
21
 
22
22
  # Terrakio Admin API Client
23
23
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "terrakio-admin-api"
7
- version = "0.4.2"
7
+ version = "0.4.4"
8
8
  authors = [
9
9
  {name = "Yupeng Chao", email = "yupeng@haizea.com.au"},
10
10
  ]
@@ -22,12 +22,12 @@ classifiers = [
22
22
  "Development Status :: 4 - Beta",
23
23
  ]
24
24
  dependencies = [
25
- "terrakio-core==0.4.2",
25
+ "terrakio-core==0.4.4",
26
26
  ]
27
27
 
28
28
  [project.optional-dependencies]
29
29
  ml = [
30
- "terrakio-core[ml]==0.4.2",
30
+ "terrakio-core[ml]==0.4.4",
31
31
  ]
32
32
 
33
33
  [project.urls]
@@ -5,7 +5,7 @@ Terrakio Admin API Client
5
5
  An admin API client for Terrakio.
6
6
  """
7
7
 
8
- __version__ = "0.4.2"
8
+ __version__ = "0.4.4"
9
9
 
10
10
  from terrakio_core import AsyncClient as CoreAsyncClient
11
11
  from terrakio_core import Client as CoreClient
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-admin-api
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Admin API client for Terrakio services
5
5
  Author-email: Yupeng Chao <yupeng@haizea.com.au>
6
6
  Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
@@ -15,9 +15,9 @@ Classifier: Operating System :: OS Independent
15
15
  Classifier: Development Status :: 4 - Beta
16
16
  Requires-Python: >3.11
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: terrakio-core==0.4.2
18
+ Requires-Dist: terrakio-core==0.4.4
19
19
  Provides-Extra: ml
20
- Requires-Dist: terrakio-core[ml]==0.4.2; extra == "ml"
20
+ Requires-Dist: terrakio-core[ml]==0.4.4; extra == "ml"
21
21
 
22
22
  # Terrakio Admin API Client
23
23
 
@@ -0,0 +1,4 @@
1
+ terrakio-core==0.4.4
2
+
3
+ [ml]
4
+ terrakio-core[ml]==0.4.4
@@ -1,4 +0,0 @@
1
- terrakio-core==0.4.2
2
-
3
- [ml]
4
- terrakio-core[ml]==0.4.2