athena-intelligence 0.1.73__py3-none-any.whl → 0.1.74__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.
@@ -17,7 +17,7 @@ class BaseClientWrapper:
17
17
  headers: typing.Dict[str, str] = {
18
18
  "X-Fern-Language": "Python",
19
19
  "X-Fern-SDK-Name": "athena-intelligence",
20
- "X-Fern-SDK-Version": "0.1.73",
20
+ "X-Fern-SDK-Version": "0.1.74",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
athena/tools/client.py CHANGED
@@ -437,7 +437,7 @@ class ToolsClient:
437
437
  FilterModel(
438
438
  dimension="manufacturer",
439
439
  operator=FilterOperator.EQUALS,
440
- values=["values"],
440
+ values=["Athena"],
441
441
  )
442
442
  ],
443
443
  ),
@@ -896,7 +896,7 @@ class AsyncToolsClient:
896
896
  FilterModel(
897
897
  dimension="manufacturer",
898
898
  operator=FilterOperator.EQUALS,
899
- values=["values"],
899
+ values=["Athena"],
900
900
  )
901
901
  ],
902
902
  ),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.73
3
+ Version: 0.1.74
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -5,7 +5,7 @@ athena/chain/client.py,sha256=2vSu7d4RvgbGc7jbWpKkCs5dU-ryCIJ1i0I1EsoCEdQ,16177
5
5
  athena/client.py,sha256=8QypiDlbZ0C1YsJh6GzhylLVCZXDQc1MCJTURo2_vvI,3576
6
6
  athena/core/__init__.py,sha256=1pNSKkwyQvMl_F0wohBqmoQAITptg3zlvCwsoSSzy7c,853
7
7
  athena/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
8
- athena/core/client_wrapper.py,sha256=RZH8zFwKwqqz6W-8cASwgcI1lQVRFTFm8kU8JZSfSAY,1495
8
+ athena/core/client_wrapper.py,sha256=28m_8RTRLmpEUYTaGXccBSua2B_h2ic00bV0H36xLlI,1495
9
9
  athena/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  athena/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
11
11
  athena/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
@@ -31,7 +31,7 @@ athena/search/client.py,sha256=j0DYo1WWFMlrssybtQAH71O889eRJdDHheADms5Q9yE,7640
31
31
  athena/snippet/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
32
32
  athena/snippet/client.py,sha256=EE2ADdtSvk_c3-NkVMfwS1r29-y7YhozPoqXc4DPj8k,11323
33
33
  athena/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
34
- athena/tools/client.py,sha256=VLLcpLliclTJHvHp1Ul9LhpRFjZ6mHYuRIjX6Lwdcz0,40895
34
+ athena/tools/client.py,sha256=34D3Wrp66YX_HLqHmKiA5VGbYFCkLMnPc29ucFSF8ls,40895
35
35
  athena/types/__init__.py,sha256=ZlCYghXU0eCOkeDLOC1jQgz1N8iRYAbcK6XGNKKOI74,2515
36
36
  athena/types/convert_pdf_to_sheet_out.py,sha256=cI1KZpYZEiYEoVXfpZVHI5ibgjy3cj8PcNiA9ukqOBo,889
37
37
  athena/types/dataset.py,sha256=ShFYop4Pj-pscWrjWZQFboUmK5TDX3NzP0xNRZimpp8,994
@@ -73,6 +73,6 @@ athena/upload/client.py,sha256=e5h10wZ7lGBasJ6X907x7nXHRhX600mLSkdw2qz6pmY,6385
73
73
  athena/version.py,sha256=8aYAOJtVLaJLpRp6mTiEIhnl8gXA7yE0aDtZ-3mKQ4k,87
74
74
  athena/workflow/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
75
75
  athena/workflow/client.py,sha256=uY9IS_v2GDQ-g2nbatpTUP1aT1oHbG_E8WAor8JzxPI,6249
76
- athena_intelligence-0.1.73.dist-info/METADATA,sha256=rZDMXobCN5lrkflrEMkBzcmb4rLEryAzRHwL7if-nlU,4738
77
- athena_intelligence-0.1.73.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
78
- athena_intelligence-0.1.73.dist-info/RECORD,,
76
+ athena_intelligence-0.1.74.dist-info/METADATA,sha256=HJxfXRm4i-EEmt8x3DFRUjzE0M4srzMgGwEgEzHY1u0,4738
77
+ athena_intelligence-0.1.74.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
78
+ athena_intelligence-0.1.74.dist-info/RECORD,,