unique_orchestrator 0.0.4__tar.gz → 1.0.1__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 unique_orchestrator might be problematic. Click here for more details.

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.1] - 2025-09-18
9
+ - updated toolkit
10
+
11
+ ## [1.0.0] - 2025-09-18
12
+ - Bump toolkit version to allow for both patch and minor updates
13
+
8
14
  ## [0.0.4] - 2025-09-17
9
15
  - Updated to latest toolkit
10
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_orchestrator
3
- Version: 0.0.4
3
+ Version: 1.0.1
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Andreas Hauri
@@ -14,13 +14,13 @@ Requires-Dist: pydantic-settings (>=2.10.1,<3.0.0)
14
14
  Requires-Dist: pytest (>=8.4.1,<9.0.0)
15
15
  Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
16
16
  Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
17
- Requires-Dist: unique-deep-research (>=0.0.11,<0.0.12)
18
- Requires-Dist: unique-follow-up-questions (>=0.0.5,<0.0.6)
19
- Requires-Dist: unique-internal-search (>=0.0.7,<0.0.8)
20
- Requires-Dist: unique-sdk (>=0.10.0,<0.11.0)
21
- Requires-Dist: unique-stock-ticker (>=0.0.6,<0.0.7)
22
- Requires-Dist: unique-toolkit (>=0.9.0,<0.10.0)
23
- Requires-Dist: unique-web-search (>=0.1.3,<0.2.0)
17
+ Requires-Dist: unique-deep-research (>=1.0.0,<2.0.0)
18
+ Requires-Dist: unique-follow-up-questions (>=1.0.0,<2.0.0)
19
+ Requires-Dist: unique-internal-search (>=1.0.0,<2.0.0)
20
+ Requires-Dist: unique-sdk (>=0.10.24,<0.11.0)
21
+ Requires-Dist: unique-stock-ticker (>=1.0.0,<2.0.0)
22
+ Requires-Dist: unique-toolkit (>=1.1.1,<2.0.0)
23
+ Requires-Dist: unique-web-search (>=1.0.0,<2.0.0)
24
24
  Description-Content-Type: text/markdown
25
25
 
26
26
  # Internal Search Tool
@@ -33,6 +33,12 @@ All notable changes to this project will be documented in this file.
33
33
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
34
34
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
35
35
 
36
+ ## [1.0.1] - 2025-09-18
37
+ - updated toolkit
38
+
39
+ ## [1.0.0] - 2025-09-18
40
+ - Bump toolkit version to allow for both patch and minor updates
41
+
36
42
  ## [0.0.4] - 2025-09-17
37
43
  - Updated to latest toolkit
38
44
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_orchestrator"
3
- version = "0.0.4"
3
+ version = "1.0.1"
4
4
  description = ""
5
5
  authors = ["Andreas Hauri <andreas.hauri@unique.ai>"]
6
6
  readme = ["README.md", "CHANGELOG.md"]
@@ -13,13 +13,14 @@ pydantic = "^2.8.2"
13
13
  pydantic-settings = "^2.10.1"
14
14
  python-dotenv = "^1.0.1"
15
15
  pytest = "^8.4.1"
16
- unique-sdk = "^0.10.0"
17
- unique-toolkit = "^0.9.0"
18
- unique-stock-ticker = "^0.0.6"
19
- unique-follow-up-questions = "^0.0.5"
20
- unique-web-search = "^0.1.3"
21
- unique-deep-research = "^0.0.11"
22
- unique-internal-search = "^0.0.7"
16
+ unique-sdk = "^0.10.24"
17
+
18
+ unique-toolkit = "^1.1.1"
19
+ unique-stock-ticker = "^1.0.0"
20
+ unique-follow-up-questions = "^1.0.0"
21
+ unique-internal-search = "^1.0.0"
22
+ unique-deep-research = "^1.0.0"
23
+ unique-web-search = "^1.0.0"
23
24
 
24
25
 
25
26
  [tool.poetry.group.dev.dependencies]
@@ -34,8 +35,6 @@ unique-sdk = { path = "../unique_sdk" }
34
35
  unique-toolkit = { path = "../unique_toolkit", develop = true }
35
36
  unique-stock-ticker = { path = "../postprocessors/unique_stock_ticker", develop = true }
36
37
  unique-follow-up-questions = { path = "../postprocessors/unique_follow_up_questions", develop = true }
37
- unique-web-search = { path = "../tool_packages/unique_web_search", develop = true }
38
- unique-deep-research = { path = "../tool_packages/unique_deep_research", develop = true }
39
38
  unique-internal-search = { path = "../tool_packages/unique_internal_search", develop = true }
40
39
 
41
40