terrakio-core 0.4.7__py3-none-any.whl → 0.4.8__py3-none-any.whl

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.

terrakio_core/__init__.py CHANGED
@@ -5,7 +5,7 @@ Terrakio Core
5
5
  Core components for Terrakio API clients.
6
6
  """
7
7
 
8
- __version__ = "0.4.7"
8
+ __version__ = "0.4.8"
9
9
 
10
10
  from .async_client import AsyncClient
11
11
  from .sync_client import SyncClient as Client
@@ -500,12 +500,7 @@ class SyncClient:
500
500
  lambda: asyncio.create_task(run_with_context())
501
501
  )
502
502
 
503
-
504
- # Wait for the result (with timeout to avoid hanging)
505
- try:
506
- return future.result(timeout=300) # 5 minute timeout
507
- except concurrent.futures.TimeoutError:
508
- raise RuntimeError("Async operation timed out after 5 minutes")
503
+ return future.result()
509
504
 
510
505
  async def _ensure_context(self) -> None:
511
506
  """Ensure the async client context is entered."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.4.7
3
+ Version: 0.4.8
4
4
  Summary: Core components for Terrakio API clients
5
5
  Author-email: Yupeng Chao <yupeng@haizea.com.au>
6
6
  Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
@@ -1,10 +1,10 @@
1
- terrakio_core/__init__.py,sha256=oBlKpY5_oKnNAR3VXehRw4a0mmg7W0SvMGh2QEwqO0A,273
1
+ terrakio_core/__init__.py,sha256=6vkl93sRjS9MTeD9gOYF1xnmrExcy0bkZrGgE61naL0,273
2
2
  terrakio_core/accessors.py,sha256=qWLljU83YO7EUOefo_f6_P6ba6uiYMXwou0ihAHKBHQ,23706
3
3
  terrakio_core/async_client.py,sha256=FNl1K3g6UoB1aKPAG6gFc-25ukNLCmyI-m-UpLawzFI,14656
4
4
  terrakio_core/client.py,sha256=VXP7BtJWIfpPPZR7_yNdSTcGwNgTwhb7KorusqkQrzk,5603
5
5
  terrakio_core/config.py,sha256=r8NARVYOca4AuM88VP_j-8wQxOk1s7VcRdyEdseBlLE,4193
6
6
  terrakio_core/exceptions.py,sha256=4qnpOM1gOxsNIXDXY4qwY1d3I4Myhp7HBh7b2D0SVrU,529
7
- terrakio_core/sync_client.py,sha256=ATM-2aeLj4-V2x92Fc_Fxsr4UiI9iT8G0PqrDXh_8XU,27759
7
+ terrakio_core/sync_client.py,sha256=HCpbM3T-6cTzDm5rmKJJSY_nd_g1j-vaD6oFLKMT5ig,27516
8
8
  terrakio_core/convenience_functions/convenience_functions.py,sha256=tbzG7j6o0HojAEJqAxg2KPqCpSASJlLnayFQ_Cxfips,21700
9
9
  terrakio_core/endpoints/auth.py,sha256=FdLsPScPIBo-Gxl6ZnE-46cp2molggAJtL72LssN3fg,6049
10
10
  terrakio_core/endpoints/dataset_management.py,sha256=BUm8IIlW_Q45vDiQp16CiJGeSLheI8uWRVRQtMdhaNk,13161
@@ -16,7 +16,7 @@ terrakio_core/endpoints/user_management.py,sha256=WlFr3EfK8iI6DfkpMuYLHZUPk2n7_D
16
16
  terrakio_core/helper/bounded_taskgroup.py,sha256=wiTH10jhKZgrsgrFUNG6gig8bFkUEPHkGRT2XY7Rgmo,677
17
17
  terrakio_core/helper/decorators.py,sha256=L6om7wmWNgCei3Wy5U0aZ-70OzsCwclkjIf7SfQuhCg,2289
18
18
  terrakio_core/helper/tiles.py,sha256=lcLCO6KiP05lCI9vngo3zCZJ6Z9C0pUxHSQS4H58EHc,2699
19
- terrakio_core-0.4.7.dist-info/METADATA,sha256=t59FmeOR6RkUZ9XufM4qHDwaGREQjl2__VOAXFDAV_Y,1913
20
- terrakio_core-0.4.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- terrakio_core-0.4.7.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
22
- terrakio_core-0.4.7.dist-info/RECORD,,
19
+ terrakio_core-0.4.8.dist-info/METADATA,sha256=qNSYP_MhFspxCQyJ7UP-VA362prjj4HJkxiq3L7TY2s,1913
20
+ terrakio_core-0.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ terrakio_core-0.4.8.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
22
+ terrakio_core-0.4.8.dist-info/RECORD,,