athena-intelligence 0.1.109__py3-none-any.whl → 0.1.110__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.
athena/client.py CHANGED
@@ -55,7 +55,7 @@ class AthenaAsset:
55
55
  from IPython import display # type: ignore[import]
56
56
 
57
57
  code = display.Code(
58
- data=self.data,
58
+ data=self.data.decode(),
59
59
  language="sql",
60
60
  )
61
61
  return {"text/html": code._repr_html_()}
@@ -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.109",
20
+ "X-Fern-SDK-Version": "0.1.110",
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: athena-intelligence
3
- Version: 0.1.109
3
+ Version: 0.1.110
4
4
  Summary: Athena Intelligence Python Library
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -1,9 +1,9 @@
1
1
  athena/__init__.py,sha256=EtDa2cZbHfqJnBxCrjErWF1oJWH0cbJbFB7bkxeOFnE,1392
2
2
  athena/base_client.py,sha256=TlP599mOBvj7Tk8IpFe5dgrDM98GJu3lEQh_zwl4vtA,5439
3
- athena/client.py,sha256=ftMZDJDpMR-2l-cpLmbDsSHN8jha6BSmpbUWukoLg28,18106
3
+ athena/client.py,sha256=8CW7e_aBNkSnrMfMwbZx1BRpwp1MPONa0Uv97D-WY7w,18115
4
4
  athena/core/__init__.py,sha256=UFXpYzcGxWQUucU1TkjOQ9mGWN3A5JohluOIWVYKU4I,973
5
5
  athena/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
6
- athena/core/client_wrapper.py,sha256=1URZtdMR1zPYGotw65fW_iGp0HwLh4fm3nk9JgzpZa4,1806
6
+ athena/core/client_wrapper.py,sha256=zZBgguNR_k04znx4C4bsVkgivB0qGj6ikRyWPbz0eW4,1806
7
7
  athena/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
8
8
  athena/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
9
9
  athena/core/http_client.py,sha256=Z4NuAsJD-51yqmoME17O5sxwx5orSp1wsnd6bPyKcgA,17768
@@ -41,6 +41,6 @@ athena/types/file_too_large_error.py,sha256=AinkrcgR7lcTILAD8RX0x48P3GlSoAh1Oihx
41
41
  athena/types/parent_folder_error.py,sha256=ZMF-i3mZY6Mu1n5uQ60Q3mIIfehlWuXtgFUkSYspkx8,1120
42
42
  athena/types/save_asset_request_out.py,sha256=5bpBaUV3oeuL_hz4s07c-6MQHkn4cBsyxgT_SD5oi6I,1193
43
43
  athena/version.py,sha256=8aYAOJtVLaJLpRp6mTiEIhnl8gXA7yE0aDtZ-3mKQ4k,87
44
- athena_intelligence-0.1.109.dist-info/METADATA,sha256=WOKB_OigPPFU18nCgFU1SHBgBhnFH9FLGJqzJlI4eXw,5274
45
- athena_intelligence-0.1.109.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
46
- athena_intelligence-0.1.109.dist-info/RECORD,,
44
+ athena_intelligence-0.1.110.dist-info/METADATA,sha256=O7leMEulgy7PnwNnFQNzfU1-3PR26-50b7WEPN1f8Dc,5274
45
+ athena_intelligence-0.1.110.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
46
+ athena_intelligence-0.1.110.dist-info/RECORD,,