terrakio-core 0.2.0__tar.gz → 0.2.1__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-core might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Core components for Terrakio API clients
5
5
  Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
6
6
  Author: Yupeng Chao
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "terrakio-core"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  authors = [
9
9
  {name = "Yupeng Chao", email = "yupeng@haizea.com.au"},
10
10
  ]
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages # Make sure to import find_packages
2
2
 
3
3
  setup(
4
4
  name="terrakio_core",
5
- version="0.2.0",
5
+ version="0.2.1",
6
6
  author="Yupeng Chao",
7
7
  author_email="yupeng@haizea.com.au",
8
8
  description="Core components for Terrakio API clients",
@@ -148,7 +148,7 @@ class UserManagement:
148
148
  APIError: If the API request fails
149
149
  """
150
150
  # Use the base API URL instead of hardcoding
151
- endpoint = f"{self.api_url}/admin/users"
151
+ endpoint = "https://terrakio-server-lark-573248941006.australia-southeast1.run.app/admin/users"
152
152
 
153
153
  params = {}
154
154
  if substring:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Core components for Terrakio API clients
5
5
  Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
6
6
  Author: Yupeng Chao
File without changes
File without changes