fathom-python 0.0.23__tar.gz → 0.0.24__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 (47) hide show
  1. {fathom_python-0.0.23 → fathom_python-0.0.24}/PKG-INFO +1 -1
  2. {fathom_python-0.0.23 → fathom_python-0.0.24}/pyproject.toml +1 -1
  3. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/client_wrapper.py +1 -1
  4. {fathom_python-0.0.23 → fathom_python-0.0.24}/README.md +0 -0
  5. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/__init__.py +0 -0
  6. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/base_client.py +0 -0
  7. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/client.py +0 -0
  8. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/__init__.py +0 -0
  9. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/api_error.py +0 -0
  10. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/datetime_utils.py +0 -0
  11. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/file.py +0 -0
  12. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/force_multipart.py +0 -0
  13. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/http_client.py +0 -0
  14. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/http_response.py +0 -0
  15. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/jsonable_encoder.py +0 -0
  16. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/pydantic_utilities.py +0 -0
  17. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/query_encoder.py +0 -0
  18. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/remove_none_from_dict.py +0 -0
  19. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/request_options.py +0 -0
  20. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/core/serialization.py +0 -0
  21. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/environment.py +0 -0
  22. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/errors/__init__.py +0 -0
  23. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/errors/bad_request_error.py +0 -0
  24. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/errors/unauthorized_error.py +0 -0
  25. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/py.typed +0 -0
  26. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/raw_base_client.py +0 -0
  27. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/__init__.py +0 -0
  28. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/action_item.py +0 -0
  29. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/assignee.py +0 -0
  30. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/crm_company_match.py +0 -0
  31. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/crm_contact_match.py +0 -0
  32. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/crm_deal_match.py +0 -0
  33. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/crm_matches.py +0 -0
  34. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/fathom_user.py +0 -0
  35. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/invitee.py +0 -0
  36. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/list_meetings_request_meeting_type.py +0 -0
  37. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/meeting.py +0 -0
  38. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/meeting_list_response.py +0 -0
  39. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/meeting_meeting_type.py +0 -0
  40. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/meeting_summary.py +0 -0
  41. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/team.py +0 -0
  42. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/team_list_response.py +0 -0
  43. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/team_member.py +0 -0
  44. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/team_member_list_response.py +0 -0
  45. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/transcript_item.py +0 -0
  46. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/types/transcript_item_speaker.py +0 -0
  47. {fathom_python-0.0.23 → fathom_python-0.0.24}/src/fathom/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fathom-python
3
- Version: 0.0.23
3
+ Version: 0.0.24
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -3,7 +3,7 @@ name = "fathom-python"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "fathom-python"
6
- version = "0.0.23"
6
+ version = "0.0.24"
7
7
  description = ""
8
8
  readme = "README.md"
9
9
  authors = []
@@ -22,7 +22,7 @@ class BaseClientWrapper:
22
22
  headers: typing.Dict[str, str] = {
23
23
  "X-Fern-Language": "Python",
24
24
  "X-Fern-SDK-Name": "fathom-python",
25
- "X-Fern-SDK-Version": "0.0.23",
25
+ "X-Fern-SDK-Version": "0.0.24",
26
26
  }
27
27
  headers["Authorization"] = f"Bearer {self._get_api_key()}"
28
28
  return headers
File without changes