groundx 2.5.4__py3-none-any.whl → 2.5.5__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 groundx might be problematic. Click here for more details.

@@ -14,10 +14,10 @@ class BaseClientWrapper:
14
14
 
15
15
  def get_headers(self) -> typing.Dict[str, str]:
16
16
  headers: typing.Dict[str, str] = {
17
- "User-Agent": "groundx/2.5.4",
17
+ "User-Agent": "groundx/2.5.5",
18
18
  "X-Fern-Language": "Python",
19
19
  "X-Fern-SDK-Name": "groundx",
20
- "X-Fern-SDK-Version": "2.5.4",
20
+ "X-Fern-SDK-Version": "2.5.5",
21
21
  }
22
22
  headers["X-API-Key"] = self.api_key
23
23
  return headers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: groundx
3
- Version: 2.5.4
3
+ Version: 2.5.5
4
4
  Summary:
5
5
  License: MIT
6
6
  Requires-Python: >=3.8,<4.0
@@ -35,6 +35,7 @@ Requires-Dist: httpx (>=0.21.2)
35
35
  Requires-Dist: minio ; extra == "extract"
36
36
  Requires-Dist: pydantic (>=1.9.2)
37
37
  Requires-Dist: pydantic-core (>=2.18.2,<3.0.0)
38
+ Requires-Dist: pytest ; extra == "extract"
38
39
  Requires-Dist: redis ; extra == "extract"
39
40
  Requires-Dist: requests (>=2.4.0)
40
41
  Requires-Dist: tqdm (>=4.60.0)
@@ -5,7 +5,7 @@ groundx/buckets/raw_client.py,sha256=T2Ty5obN7eHbaxHGAimzjM8MGOmSOQEckhciyZkzcjE
5
5
  groundx/client.py,sha256=FsVhPSZ1kd70pOVv37zTbNSwBM7XdttSx4aEPobPoew,6412
6
6
  groundx/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
7
7
  groundx/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
8
- groundx/core/client_wrapper.py,sha256=kBr56VbHQivYz9fqRz2MasKbw8mPJOr_zMhYwNVaF0s,1822
8
+ groundx/core/client_wrapper.py,sha256=jJSR7nrVOnP5WuQozfF6rOzVZ_2w-oWs8JqnREaM4JI,1822
9
9
  groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
11
11
  groundx/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
@@ -126,7 +126,7 @@ groundx/types/subscription_detail.py,sha256=GEEivqyiLsZtd8Ow7mqqwF1y0m0tHD-t9r9d
126
126
  groundx/types/subscription_detail_meters.py,sha256=vGqiR2uupVh5177DfOghjoe5mwzVhoWljKzPF-twUc0,794
127
127
  groundx/types/website_source.py,sha256=53jWDBtSrJVOsBVtVbZbjhEAsd0QGkXa7IuKO4AooLs,1542
128
128
  groundx/version.py,sha256=1yVogKaq260fQfckM2RYN2144SEw0QROsZW8ICtkG4U,74
129
- groundx-2.5.4.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
- groundx-2.5.4.dist-info/METADATA,sha256=DsmzsVhfBkNGUuF-M0WLdwD6M0PmGj3o_b899azbkuo,5833
131
- groundx-2.5.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
- groundx-2.5.4.dist-info/RECORD,,
129
+ groundx-2.5.5.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
+ groundx-2.5.5.dist-info/METADATA,sha256=qtBL0oFAMEcMFG8gbUIl5-1aCec-t3Kr6Czadf035Yo,5876
131
+ groundx-2.5.5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
+ groundx-2.5.5.dist-info/RECORD,,