unique_deep_research 3.0.25__py3-none-any.whl → 3.0.27__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.
@@ -418,9 +418,10 @@ class DeepResearchTool(Tool[DeepResearchToolConfig]):
418
418
 
419
419
  # Prepare configuration for LangGraph
420
420
  additional_openai_proxy_headers = {
421
+ "x-company-id": self.company_id,
421
422
  "x-user-id": self.user_id,
422
- "x-chat-id": self.chat_id,
423
423
  "x-assistant-id": self.event.payload.assistant_id,
424
+ "x-chat-id": self.chat_id,
424
425
  }
425
426
  # Extract tool enablement settings from engine config if it's a UniqueEngine
426
427
  enable_web_tools = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_deep_research
3
- Version: 3.0.25
3
+ Version: 3.0.27
4
4
  Summary: Deep Research Tool for complex research tasks
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -36,6 +36,12 @@ 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.0.27] - 2026-01-23
40
+ - Fix bug where deep research model usage analytics were not fully exported
41
+
42
+ ## [3.0.26] - 2026-01-16
43
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
44
+
39
45
  ## [3.0.25] - 2026-01-16
40
46
  - Add unified type checking CI with basedpyright
41
47
 
@@ -1,7 +1,7 @@
1
1
  unique_deep_research/__init__.py,sha256=HMksc03A7au88XB0jjeIR3zGt3YGYTA7ZIAkR8hmQZs,396
2
2
  unique_deep_research/config.py,sha256=j-Rdlp1W5RDsiJBwbgtdPHd6G9k_dRCxh2m0XroH6qw,3173
3
3
  unique_deep_research/markdown_utils.py,sha256=zyKO4c9T_KnZzOYlYZEDEvC1NHRR9koCzcWmOJbrcok,11024
4
- unique_deep_research/service.py,sha256=qktp7AP6XLv_41pgxquRXr5R5QsUSbHlSUIbRVUhBy0,36256
4
+ unique_deep_research/service.py,sha256=mlgT8FpD-IpxehRIGmXRaYG75EteVYvablgV9wFjwJI,36305
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=NpWJtgxqPsG7VbUdTmjHV3OWhoVpw5RAexgZVIceIiw,25494
18
18
  unique_deep_research/unique_custom/utils.py,sha256=MX57fqVq2-uyBFNu0fgVE-MVPhvaMY78TkUNxOKVFMg,20061
19
- unique_deep_research-3.0.25.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
20
- unique_deep_research-3.0.25.dist-info/METADATA,sha256=BPCfZMvsmXEqTSwMf-6y_19nfdKYKC6C_oeyoFw34To,6808
21
- unique_deep_research-3.0.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
- unique_deep_research-3.0.25.dist-info/RECORD,,
19
+ unique_deep_research-3.0.27.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
20
+ unique_deep_research-3.0.27.dist-info/METADATA,sha256=qwxzDFjjt0aoRvjMtefuFbzroITysy6UOuudvY_Vomg,7028
21
+ unique_deep_research-3.0.27.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
+ unique_deep_research-3.0.27.dist-info/RECORD,,