unique_orchestrator 0.0.1__tar.gz → 0.0.2__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,8 @@ 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
+ ## [0.0.2] - 2025-09-15
9
+ - Resolve dependency bug
8
10
 
9
11
  ## [0.0.1] - 2025-08-18
10
12
  - Initial release of `orchestrator`.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_orchestrator
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -17,7 +17,7 @@ Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
17
17
  Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
18
18
  Requires-Dist: unique-deep-research (>=0.0.10,<0.0.11)
19
19
  Requires-Dist: unique-follow-up-questions (>=0.0.4,<0.0.5)
20
- Requires-Dist: unique-internal-search (==0.0.5)
20
+ Requires-Dist: unique-internal-search (>=0.0.6,<0.0.7)
21
21
  Requires-Dist: unique-sdk (>=0.10.0,<0.11.0)
22
22
  Requires-Dist: unique-stock-ticker (>=0.0.5,<0.0.6)
23
23
  Requires-Dist: unique-toolkit (>=0.8.57,<0.9.0)
@@ -34,6 +34,8 @@ All notable changes to this project will be documented in this file.
34
34
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
35
35
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
36
36
 
37
+ ## [0.0.2] - 2025-09-15
38
+ - Resolve dependency bug
37
39
 
38
40
  ## [0.0.1] - 2025-08-18
39
41
  - Initial release of `orchestrator`.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_orchestrator"
3
- version = "0.0.1"
3
+ version = "0.0.2"
4
4
  description = ""
5
5
  authors = [
6
6
  "Martin Fadler <martin.fadler@unique.ch>",
@@ -24,7 +24,7 @@ unique-stock-ticker = "^0.0.5"
24
24
  unique-follow-up-questions = "^0.0.4"
25
25
  unique-web-search = "^0.1.0"
26
26
  unique-deep-research = "^0.0.10"
27
- unique-internal-search = "0.0.5"
27
+ unique-internal-search = "^0.0.6"
28
28
 
29
29
 
30
30
  [tool.poetry.group.dev.dependencies]