unique_deep_research 3.2.1__py3-none-any.whl → 3.2.2__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.
@@ -110,7 +110,14 @@ class DeepResearchTool(Tool[DeepResearchToolConfig]):
110
110
  self.company_id = event.company_id
111
111
  self.user_id = event.user_id
112
112
 
113
- self.client = get_async_openai_client()
113
+ self.client = get_async_openai_client(
114
+ additional_headers={
115
+ "x-company-id": self.company_id,
116
+ "x-user-id": self.user_id,
117
+ "x-assistant-id": self.event.payload.assistant_id,
118
+ "x-chat-id": self.chat_id,
119
+ }
120
+ )
114
121
 
115
122
  _LOGGER.info(f"Using async OpenAI client pointed to {self.client.base_url}")
116
123
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_deep_research
3
- Version: 3.2.1
3
+ Version: 3.2.2
4
4
  Summary: Deep Research Tool for complex research tasks
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -36,6 +36,9 @@ All notable changes to this project will be documented in this file.
36
36
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
37
37
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
38
38
 
39
+ ## [3.2.2] - 2026-02-05
40
+ - Fix bug where deep research tool was not using the correct headers causing an authentication error
41
+
39
42
  ## [3.2.1] - 2026-02-05
40
43
  - Use deep research logger instead of tool logger
41
44
 
@@ -1,7 +1,7 @@
1
1
  unique_deep_research/__init__.py,sha256=HMksc03A7au88XB0jjeIR3zGt3YGYTA7ZIAkR8hmQZs,396
2
2
  unique_deep_research/config.py,sha256=1DV3CBxNTDTDoxsxeMLI8ARDR3-iRlhL4yhXAKmxeI4,4137
3
3
  unique_deep_research/markdown_utils.py,sha256=zyKO4c9T_KnZzOYlYZEDEvC1NHRR9koCzcWmOJbrcok,11024
4
- unique_deep_research/service.py,sha256=Vim3t3TOag27FgNl5gmkKn5ahZhUzf7hIBr8QjRjW_4,36281
4
+ unique_deep_research/service.py,sha256=3RMfy9yXP4KnKRi6fNcAR_-aU_XRd9oBixVRVQ4U4LY,36539
5
5
  unique_deep_research/templates/clarifying_agent.j2,sha256=TOgD5ezrlRyurpquBGT902oa7PpkdHxsvrkIFWBFa2A,3938
6
6
  unique_deep_research/templates/openai/oai_research_system_message.j2,sha256=2YipVh0V4eEikg9iXqIaBVtYwS8ycHMDu3xiFDoJ0vI,1362
7
7
  unique_deep_research/templates/report_cleanup_prompt.j2,sha256=9mjj3GX1HEQ0kkxzqvB3D_2wFgAJ-drMbTYDiSc2riI,2049
@@ -16,7 +16,7 @@ unique_deep_research/unique_custom/citation.py,sha256=dfElOqBTvbXlHXxshT6heNzeHV
16
16
  unique_deep_research/unique_custom/state.py,sha256=tn4pIKN-ZCH6Tqu9XL31lziyrwFkhTVf_lBiUpETVyo,3515
17
17
  unique_deep_research/unique_custom/tools.py,sha256=vlR0cooDrXzKUNofPxXX1dcfnhoYoSBcFUylsiGyPqo,25431
18
18
  unique_deep_research/unique_custom/utils.py,sha256=ZOKABCVKODawfsig-72CcpXCMveg7K_y_rzwlkaJVz8,20069
19
- unique_deep_research-3.2.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
20
- unique_deep_research-3.2.1.dist-info/METADATA,sha256=CvPq7OXNGaxCOcMJZLIKOwvYkZvn6cZlNuzjYdWyqlA,7308
21
- unique_deep_research-3.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
- unique_deep_research-3.2.1.dist-info/RECORD,,
19
+ unique_deep_research-3.2.2.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
20
+ unique_deep_research-3.2.2.dist-info/METADATA,sha256=hMZ8TtCHzoR5-v7aNlneU47RezsphvucLRCgyaqrUvQ,7434
21
+ unique_deep_research-3.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
+ unique_deep_research-3.2.2.dist-info/RECORD,,