groundx 2.2.3__py3-none-any.whl → 2.2.4__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.
@@ -16,7 +16,7 @@ class BaseClientWrapper:
16
16
  headers: typing.Dict[str, str] = {
17
17
  "X-Fern-Language": "Python",
18
18
  "X-Fern-SDK-Name": "groundx",
19
- "X-Fern-SDK-Version": "2.2.3",
19
+ "X-Fern-SDK-Version": "2.2.4",
20
20
  }
21
21
  headers["X-API-Key"] = self.api_key
22
22
  return headers
@@ -183,7 +183,7 @@ class HttpClient:
183
183
  files: typing.Optional[typing.Dict[str, typing.Optional[typing.Union[File, typing.List[File]]]]] = None,
184
184
  headers: typing.Optional[typing.Dict[str, typing.Any]] = None,
185
185
  request_options: typing.Optional[RequestOptions] = None,
186
- retries: int = 0,
186
+ retries: int = 2,
187
187
  omit: typing.Optional[typing.Any] = None,
188
188
  ) -> httpx.Response:
189
189
  base_url = self.get_base_url(base_url)
@@ -269,7 +269,7 @@ class HttpClient:
269
269
  files: typing.Optional[typing.Dict[str, typing.Optional[typing.Union[File, typing.List[File]]]]] = None,
270
270
  headers: typing.Optional[typing.Dict[str, typing.Any]] = None,
271
271
  request_options: typing.Optional[RequestOptions] = None,
272
- retries: int = 0,
272
+ retries: int = 2,
273
273
  omit: typing.Optional[typing.Any] = None,
274
274
  ) -> typing.Iterator[httpx.Response]:
275
275
  base_url = self.get_base_url(base_url)
@@ -359,7 +359,7 @@ class AsyncHttpClient:
359
359
  files: typing.Optional[typing.Dict[str, typing.Optional[typing.Union[File, typing.List[File]]]]] = None,
360
360
  headers: typing.Optional[typing.Dict[str, typing.Any]] = None,
361
361
  request_options: typing.Optional[RequestOptions] = None,
362
- retries: int = 0,
362
+ retries: int = 2,
363
363
  omit: typing.Optional[typing.Any] = None,
364
364
  ) -> httpx.Response:
365
365
  base_url = self.get_base_url(base_url)
@@ -445,7 +445,7 @@ class AsyncHttpClient:
445
445
  files: typing.Optional[typing.Dict[str, typing.Optional[typing.Union[File, typing.List[File]]]]] = None,
446
446
  headers: typing.Optional[typing.Dict[str, typing.Any]] = None,
447
447
  request_options: typing.Optional[RequestOptions] = None,
448
- retries: int = 0,
448
+ retries: int = 2,
449
449
  omit: typing.Optional[typing.Any] = None,
450
450
  ) -> typing.AsyncIterator[httpx.Response]:
451
451
  base_url = self.get_base_url(base_url)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: groundx
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary:
5
5
  License: MIT
6
6
  Requires-Python: >=3.8,<4.0
@@ -25,6 +25,7 @@ Requires-Dist: httpx (>=0.21.2)
25
25
  Requires-Dist: pydantic (>=1.9.2)
26
26
  Requires-Dist: pydantic-core (>=2.18.2,<3.0.0)
27
27
  Requires-Dist: requests (>=2.4.0)
28
+ Requires-Dist: tqdm (>=4.60.0)
28
29
  Requires-Dist: typing_extensions (>=4.0.0)
29
30
  Description-Content-Type: text/markdown
30
31
 
@@ -4,10 +4,10 @@ groundx/buckets/client.py,sha256=4jlc9vfIult1mMJ4FZW4_KFJybZPStZt1FUplIgrxbU,239
4
4
  groundx/client.py,sha256=dIW9OyrMyfC1N7HSxRrHh0w_8rJ8osNUOPdYD6ueQ6g,6515
5
5
  groundx/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
6
6
  groundx/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
7
- groundx/core/client_wrapper.py,sha256=txQfrB_xeQWWateNZeG9sQ30L4cDgPHkXspY_FQZ_HI,1802
7
+ groundx/core/client_wrapper.py,sha256=rpvFZnPH9F7U4KGeUUqy3rGA57uer9q3SdfSnzptNJ0,1802
8
8
  groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
9
9
  groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
10
- groundx/core/http_client.py,sha256=KL5RGa0y4n8nX0-07WRg4ZQUTq30sc-XJbWcP5vjBDg,19552
10
+ groundx/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
11
11
  groundx/core/jsonable_encoder.py,sha256=qaF1gtgH-kQZb4kJskETwcCsOPUof-NnYVdszHkb-dM,3656
12
12
  groundx/core/pydantic_utilities.py,sha256=UibVGGYmBDsV834x8CtckRDrTIL4lYJPMrcq9yvf7RM,11973
13
13
  groundx/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
@@ -81,7 +81,7 @@ groundx/types/subscription_detail.py,sha256=WNfUw2EMVECIvNYcV2s51zZ6T3Utc4zYXw63
81
81
  groundx/types/subscription_detail_meters.py,sha256=lBa8-1QlMVHjr5RLGqhiTKnD1KMM0AAHTWvz9TVtG8w,830
82
82
  groundx/types/website_source.py,sha256=3WeRCiilNKKBTfhwgjo3jbcVI3vLTeM-KxI6dVzpg9o,1578
83
83
  groundx/version.py,sha256=1yVogKaq260fQfckM2RYN2144SEw0QROsZW8ICtkG4U,74
84
- groundx-2.2.3.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
85
- groundx-2.2.3.dist-info/METADATA,sha256=yfoe4WIBfgzqsjp6fuXo4aVjA1oX5I3TT5r6t1Y5PSM,5105
86
- groundx-2.2.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
87
- groundx-2.2.3.dist-info/RECORD,,
84
+ groundx-2.2.4.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
85
+ groundx-2.2.4.dist-info/METADATA,sha256=hIIy9ZCSg8stpVhmHV-LFw44ky_Gtd7lSvOY6FLJzCc,5136
86
+ groundx-2.2.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
87
+ groundx-2.2.4.dist-info/RECORD,,