athena-intelligence 0.1.95__tar.gz → 0.1.96__tar.gz

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.
Files changed (40) hide show
  1. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/client_wrapper.py +1 -1
  4. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_request_out.py +3 -3
  5. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/README.md +0 -0
  6. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/__init__.py +0 -0
  7. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/base_client.py +0 -0
  8. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/client.py +0 -0
  9. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/__init__.py +0 -0
  10. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/api_error.py +0 -0
  11. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/datetime_utils.py +0 -0
  12. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/file.py +0 -0
  13. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/http_client.py +0 -0
  14. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/jsonable_encoder.py +0 -0
  15. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/pydantic_utilities.py +0 -0
  16. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/query_encoder.py +0 -0
  17. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/remove_none_from_dict.py +0 -0
  18. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/core/request_options.py +0 -0
  19. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/environment.py +0 -0
  20. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/errors/__init__.py +0 -0
  21. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/errors/internal_server_error.py +0 -0
  22. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/errors/not_found_error.py +0 -0
  23. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/errors/unprocessable_entity_error.py +0 -0
  24. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/errors/unsupported_media_type_error.py +0 -0
  25. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/py.typed +0 -0
  26. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/tools/__init__.py +0 -0
  27. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/tools/client.py +0 -0
  28. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/tools/types/__init__.py +0 -0
  29. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
  30. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/__init__.py +0 -0
  31. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_parsing_error.py +0 -0
  32. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
  33. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
  34. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_request_out_index_item.py +0 -0
  35. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/data_frame_unknown_format_error.py +0 -0
  36. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/file_fetch_error.py +0 -0
  37. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/http_validation_error.py +0 -0
  38. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/validation_error.py +0 -0
  39. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/types/validation_error_loc_item.py +0 -0
  40. {athena_intelligence-0.1.95 → athena_intelligence-0.1.96}/src/athena/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.95
3
+ Version: 0.1.96
4
4
  Summary: Athena Intelligence Python Library
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "athena-intelligence"
3
- version = "0.1.95"
3
+ version = "0.1.96"
4
4
  description = "Athena Intelligence Python Library"
5
5
  readme = "README.md"
6
6
  authors = []
@@ -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.95",
20
+ "X-Fern-SDK-Version": "0.1.96",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
@@ -15,9 +15,9 @@ class DataFrameRequestOut(pydantic_v1.BaseModel):
15
15
  Response model with JSON dataframe representation.
16
16
  """
17
17
 
18
- columns: typing.List[DataFrameRequestOutColumnsItem]
19
- data: typing.List[typing.List[DataFrameRequestOutDataItemItem]]
20
- index: typing.List[DataFrameRequestOutIndexItem]
18
+ columns: typing.List[typing.Optional[DataFrameRequestOutColumnsItem]]
19
+ data: typing.List[typing.List[typing.Optional[DataFrameRequestOutDataItemItem]]]
20
+ index: typing.List[typing.Optional[DataFrameRequestOutIndexItem]]
21
21
 
22
22
  def json(self, **kwargs: typing.Any) -> str:
23
23
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}