profound 0.4.0__tar.gz → 0.6.0__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.

Potentially problematic release.


This version of profound might be problematic. Click here for more details.

Files changed (108) hide show
  1. profound-0.6.0/.release-please-manifest.json +3 -0
  2. {profound-0.4.0 → profound-0.6.0}/CHANGELOG.md +21 -0
  3. {profound-0.4.0 → profound-0.6.0}/PKG-INFO +2 -2
  4. {profound-0.4.0 → profound-0.6.0}/pyproject.toml +2 -2
  5. {profound-0.4.0 → profound-0.6.0}/requirements-dev.lock +1 -1
  6. {profound-0.4.0 → profound-0.6.0}/requirements.lock +1 -1
  7. {profound-0.4.0 → profound-0.6.0}/src/profound/_version.py +1 -1
  8. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/reports.py +8 -4
  9. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_citations_params.py +4 -2
  10. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_visibility_params.py +1 -1
  11. profound-0.4.0/.release-please-manifest.json +0 -3
  12. {profound-0.4.0 → profound-0.6.0}/.gitignore +0 -0
  13. {profound-0.4.0 → profound-0.6.0}/CONTRIBUTING.md +0 -0
  14. {profound-0.4.0 → profound-0.6.0}/LICENSE +0 -0
  15. {profound-0.4.0 → profound-0.6.0}/README.md +0 -0
  16. {profound-0.4.0 → profound-0.6.0}/SECURITY.md +0 -0
  17. {profound-0.4.0 → profound-0.6.0}/api.md +0 -0
  18. {profound-0.4.0 → profound-0.6.0}/bin/check-release-environment +0 -0
  19. {profound-0.4.0 → profound-0.6.0}/bin/publish-pypi +0 -0
  20. {profound-0.4.0 → profound-0.6.0}/examples/.keep +0 -0
  21. {profound-0.4.0 → profound-0.6.0}/noxfile.py +0 -0
  22. {profound-0.4.0 → profound-0.6.0}/release-please-config.json +0 -0
  23. {profound-0.4.0 → profound-0.6.0}/src/profound/__init__.py +0 -0
  24. {profound-0.4.0 → profound-0.6.0}/src/profound/_base_client.py +0 -0
  25. {profound-0.4.0 → profound-0.6.0}/src/profound/_client.py +0 -0
  26. {profound-0.4.0 → profound-0.6.0}/src/profound/_compat.py +0 -0
  27. {profound-0.4.0 → profound-0.6.0}/src/profound/_constants.py +0 -0
  28. {profound-0.4.0 → profound-0.6.0}/src/profound/_exceptions.py +0 -0
  29. {profound-0.4.0 → profound-0.6.0}/src/profound/_files.py +0 -0
  30. {profound-0.4.0 → profound-0.6.0}/src/profound/_models.py +0 -0
  31. {profound-0.4.0 → profound-0.6.0}/src/profound/_qs.py +0 -0
  32. {profound-0.4.0 → profound-0.6.0}/src/profound/_resource.py +0 -0
  33. {profound-0.4.0 → profound-0.6.0}/src/profound/_response.py +0 -0
  34. {profound-0.4.0 → profound-0.6.0}/src/profound/_streaming.py +0 -0
  35. {profound-0.4.0 → profound-0.6.0}/src/profound/_types.py +0 -0
  36. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/__init__.py +0 -0
  37. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_compat.py +0 -0
  38. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_datetime_parse.py +0 -0
  39. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_logs.py +0 -0
  40. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_proxy.py +0 -0
  41. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_reflection.py +0 -0
  42. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_resources_proxy.py +0 -0
  43. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_streams.py +0 -0
  44. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_sync.py +0 -0
  45. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_transform.py +0 -0
  46. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_typing.py +0 -0
  47. {profound-0.4.0 → profound-0.6.0}/src/profound/_utils/_utils.py +0 -0
  48. {profound-0.4.0 → profound-0.6.0}/src/profound/lib/.keep +0 -0
  49. {profound-0.4.0 → profound-0.6.0}/src/profound/py.typed +0 -0
  50. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/__init__.py +0 -0
  51. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/logs/__init__.py +0 -0
  52. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/logs/logs.py +0 -0
  53. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/logs/raw.py +0 -0
  54. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/organizations/__init__.py +0 -0
  55. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/organizations/categories.py +0 -0
  56. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/organizations/organizations.py +0 -0
  57. {profound-0.4.0 → profound-0.6.0}/src/profound/resources/prompts.py +0 -0
  58. {profound-0.4.0 → profound-0.6.0}/src/profound/types/__init__.py +0 -0
  59. {profound-0.4.0 → profound-0.6.0}/src/profound/types/logs/__init__.py +0 -0
  60. {profound-0.4.0 → profound-0.6.0}/src/profound/types/logs/raw_bots_params.py +0 -0
  61. {profound-0.4.0 → profound-0.6.0}/src/profound/types/logs/raw_bots_response.py +0 -0
  62. {profound-0.4.0 → profound-0.6.0}/src/profound/types/logs/raw_logs_params.py +0 -0
  63. {profound-0.4.0 → profound-0.6.0}/src/profound/types/logs/raw_logs_response.py +0 -0
  64. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organization_domains_response.py +0 -0
  65. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organization_models_response.py +0 -0
  66. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organization_regions_response.py +0 -0
  67. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/__init__.py +0 -0
  68. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/category_list_response.py +0 -0
  69. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/category_prompts_response.py +0 -0
  70. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/category_tags_response.py +0 -0
  71. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/category_topics_response.py +0 -0
  72. {profound-0.4.0 → profound-0.6.0}/src/profound/types/organizations/org_item.py +0 -0
  73. {profound-0.4.0 → profound-0.6.0}/src/profound/types/prompt_answers_params.py +0 -0
  74. {profound-0.4.0 → profound-0.6.0}/src/profound/types/prompt_answers_response.py +0 -0
  75. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_citations_response.py +0 -0
  76. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_info.py +0 -0
  77. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_response.py +0 -0
  78. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_result.py +0 -0
  79. {profound-0.4.0 → profound-0.6.0}/src/profound/types/report_sentiment_params.py +0 -0
  80. {profound-0.4.0 → profound-0.6.0}/src/profound/types/shared/__init__.py +0 -0
  81. {profound-0.4.0 → profound-0.6.0}/src/profound/types/shared/pagination.py +0 -0
  82. {profound-0.4.0 → profound-0.6.0}/src/profound/types/shared_params/__init__.py +0 -0
  83. {profound-0.4.0 → profound-0.6.0}/src/profound/types/shared_params/pagination.py +0 -0
  84. {profound-0.4.0 → profound-0.6.0}/tests/__init__.py +0 -0
  85. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/__init__.py +0 -0
  86. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/logs/__init__.py +0 -0
  87. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/logs/test_raw.py +0 -0
  88. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/organizations/__init__.py +0 -0
  89. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/organizations/test_categories.py +0 -0
  90. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/test_organizations.py +0 -0
  91. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/test_prompts.py +0 -0
  92. {profound-0.4.0 → profound-0.6.0}/tests/api_resources/test_reports.py +0 -0
  93. {profound-0.4.0 → profound-0.6.0}/tests/conftest.py +0 -0
  94. {profound-0.4.0 → profound-0.6.0}/tests/sample_file.txt +0 -0
  95. {profound-0.4.0 → profound-0.6.0}/tests/test_client.py +0 -0
  96. {profound-0.4.0 → profound-0.6.0}/tests/test_deepcopy.py +0 -0
  97. {profound-0.4.0 → profound-0.6.0}/tests/test_extract_files.py +0 -0
  98. {profound-0.4.0 → profound-0.6.0}/tests/test_files.py +0 -0
  99. {profound-0.4.0 → profound-0.6.0}/tests/test_models.py +0 -0
  100. {profound-0.4.0 → profound-0.6.0}/tests/test_qs.py +0 -0
  101. {profound-0.4.0 → profound-0.6.0}/tests/test_required_args.py +0 -0
  102. {profound-0.4.0 → profound-0.6.0}/tests/test_response.py +0 -0
  103. {profound-0.4.0 → profound-0.6.0}/tests/test_streaming.py +0 -0
  104. {profound-0.4.0 → profound-0.6.0}/tests/test_transform.py +0 -0
  105. {profound-0.4.0 → profound-0.6.0}/tests/test_utils/test_datetime_parse.py +0 -0
  106. {profound-0.4.0 → profound-0.6.0}/tests/test_utils/test_proxy.py +0 -0
  107. {profound-0.4.0 → profound-0.6.0}/tests/test_utils/test_typing.py +0 -0
  108. {profound-0.4.0 → profound-0.6.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.6.0"
3
+ }
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.0 (2025-10-21)
4
+
5
+ Full Changelog: [v0.5.0...v0.6.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.5.0...v0.6.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([4e244ad](https://github.com/cooper-square-technologies/profound-python-sdk/commit/4e244ad88c7e6185b4a3865b3db3b83981e2a865))
10
+
11
+
12
+ ### Chores
13
+
14
+ * bump `httpx-aiohttp` version to 0.1.9 ([c4d4695](https://github.com/cooper-square-technologies/profound-python-sdk/commit/c4d46955efd31cff4e9d7d22bdd943b116ef5c08))
15
+
16
+ ## 0.5.0 (2025-10-17)
17
+
18
+ Full Changelog: [v0.4.0...v0.5.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.4.0...v0.5.0)
19
+
20
+ ### Features
21
+
22
+ * **api:** api update ([e0655be](https://github.com/cooper-square-technologies/profound-python-sdk/commit/e0655be0272e66cfed2a71244594557ff5599bc5))
23
+
3
24
  ## 0.4.0 (2025-10-15)
4
25
 
5
26
  Full Changelog: [v0.3.0...v0.4.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.3.0...v0.4.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: profound
3
- Version: 0.4.0
3
+ Version: 0.6.0
4
4
  Summary: The official Python library for the profound API
5
5
  Project-URL: Homepage, https://github.com/cooper-square-technologies/profound-python-sdk
6
6
  Project-URL: Repository, https://github.com/cooper-square-technologies/profound-python-sdk
@@ -30,7 +30,7 @@ Requires-Dist: sniffio
30
30
  Requires-Dist: typing-extensions<5,>=4.10
31
31
  Provides-Extra: aiohttp
32
32
  Requires-Dist: aiohttp; extra == 'aiohttp'
33
- Requires-Dist: httpx-aiohttp>=0.1.8; extra == 'aiohttp'
33
+ Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
34
34
  Description-Content-Type: text/markdown
35
35
 
36
36
  # Profound Python API library
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "profound"
3
- version = "0.4.0"
3
+ version = "0.6.0"
4
4
  description = "The official Python library for the profound API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/cooper-square-technologies/profound-python-sdk"
39
39
  Repository = "https://github.com/cooper-square-technologies/profound-python-sdk"
40
40
 
41
41
  [project.optional-dependencies]
42
- aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
42
+ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
43
43
 
44
44
  [tool.rye]
45
45
  managed = true
@@ -56,7 +56,7 @@ httpx==0.28.1
56
56
  # via httpx-aiohttp
57
57
  # via profound
58
58
  # via respx
59
- httpx-aiohttp==0.1.8
59
+ httpx-aiohttp==0.1.9
60
60
  # via profound
61
61
  idna==3.4
62
62
  # via anyio
@@ -43,7 +43,7 @@ httpcore==1.0.9
43
43
  httpx==0.28.1
44
44
  # via httpx-aiohttp
45
45
  # via profound
46
- httpx-aiohttp==0.1.8
46
+ httpx-aiohttp==0.1.9
47
47
  # via profound
48
48
  idna==3.4
49
49
  # via anyio
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "profound"
4
- __version__ = "0.4.0" # x-release-please-version
4
+ __version__ = "0.6.0" # x-release-please-version
@@ -55,7 +55,9 @@ class ReportsResource(SyncAPIResource):
55
55
  metrics: List[Literal["count", "share_of_voice"]],
56
56
  start_date: Union[str, datetime],
57
57
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
58
- dimensions: List[Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt"]]
58
+ dimensions: List[
59
+ Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt", "url", "root_domain"]
60
+ ]
59
61
  | Omit = omit,
60
62
  filters: Iterable[report_citations_params.Filter] | Omit = omit,
61
63
  order_by: Dict[str, Literal["asc", "desc"]] | Omit = omit,
@@ -214,7 +216,7 @@ class ReportsResource(SyncAPIResource):
214
216
  *,
215
217
  category_id: str,
216
218
  end_date: Union[str, datetime],
217
- metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score"]],
219
+ metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]],
218
220
  start_date: Union[str, datetime],
219
221
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
220
222
  dimensions: List[Literal["date", "region", "topic", "model", "asset_name", "prompt", "tag"]] | Omit = omit,
@@ -318,7 +320,9 @@ class AsyncReportsResource(AsyncAPIResource):
318
320
  metrics: List[Literal["count", "share_of_voice"]],
319
321
  start_date: Union[str, datetime],
320
322
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
321
- dimensions: List[Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt"]]
323
+ dimensions: List[
324
+ Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt", "url", "root_domain"]
325
+ ]
322
326
  | Omit = omit,
323
327
  filters: Iterable[report_citations_params.Filter] | Omit = omit,
324
328
  order_by: Dict[str, Literal["asc", "desc"]] | Omit = omit,
@@ -477,7 +481,7 @@ class AsyncReportsResource(AsyncAPIResource):
477
481
  *,
478
482
  category_id: str,
479
483
  end_date: Union[str, datetime],
480
- metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score"]],
484
+ metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]],
481
485
  start_date: Union[str, datetime],
482
486
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
483
487
  dimensions: List[Literal["date", "region", "topic", "model", "asset_name", "prompt", "tag"]] | Omit = omit,
@@ -33,7 +33,9 @@ class ReportCitationsParams(TypedDict, total=False):
33
33
  date_interval: Literal["day", "week", "month", "year"]
34
34
  """Date interval for the report. (only used with date dimension)"""
35
35
 
36
- dimensions: List[Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt"]]
36
+ dimensions: List[
37
+ Literal["hostname", "path", "date", "region", "topic", "model", "tag", "prompt", "url", "root_domain"]
38
+ ]
37
39
  """Dimensions to group the report by."""
38
40
 
39
41
  filters: Iterable[Filter]
@@ -60,7 +62,7 @@ class ReportCitationsParams(TypedDict, total=False):
60
62
 
61
63
 
62
64
  class Filter(TypedDict, total=False):
63
- field: Required[Literal["hostname", "path", "region", "topic", "model", "tag"]]
65
+ field: Required[Literal["hostname", "path", "region", "topic", "model", "tag", "url", "root_domain", "prompt_type"]]
64
66
 
65
67
  operator: Required[
66
68
  Literal[
@@ -22,7 +22,7 @@ class ReportVisibilityParams(TypedDict, total=False):
22
22
  Accepts formats: YYYY-MM-DD, YYYY-MM-DD HH:MM, or full ISO timestamp.
23
23
  """
24
24
 
25
- metrics: Required[List[Literal["share_of_voice", "mentions_count", "visibility_score"]]]
25
+ metrics: Required[List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]]]
26
26
 
27
27
  start_date: Required[Annotated[Union[str, datetime], PropertyInfo(format="iso8601")]]
28
28
  """Start date for the report.
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.4.0"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes