unique_sdk 0.9.5__tar.gz → 0.9.7__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.
Files changed (36) hide show
  1. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/CHANGELOG.md +6 -0
  2. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/LICENSE +1 -1
  3. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/PKG-INFO +7 -1
  4. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/pyproject.toml +1 -1
  5. unique_sdk-0.9.7/unique_sdk/_version.py +1 -0
  6. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_message.py +1 -0
  7. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_search.py +1 -0
  8. unique_sdk-0.9.5/unique_sdk/_version.py +0 -1
  9. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/README.md +0 -0
  10. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/__init__.py +0 -0
  11. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_api_requestor.py +0 -0
  12. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_api_resource.py +0 -0
  13. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_api_version.py +0 -0
  14. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_error.py +0 -0
  15. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_http_client.py +0 -0
  16. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_list_object.py +0 -0
  17. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_object_classes.py +0 -0
  18. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_request_options.py +0 -0
  19. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_unique_object.py +0 -0
  20. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_unique_ql.py +0 -0
  21. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_unique_response.py +0 -0
  22. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_util.py +0 -0
  23. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/_webhook.py +0 -0
  24. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/__init__.py +0 -0
  25. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_acronyms.py +0 -0
  26. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_chat_completion.py +0 -0
  27. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_content.py +0 -0
  28. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_embedding.py +0 -0
  29. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_event.py +0 -0
  30. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_integrated.py +0 -0
  31. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_search_string.py +0 -0
  32. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/api_resources/_short_term_memory.py +0 -0
  33. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/utils/chat_history.py +0 -0
  34. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/utils/file_io.py +0 -0
  35. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/utils/sources.py +0 -0
  36. {unique_sdk-0.9.5 → unique_sdk-0.9.7}/unique_sdk/utils/token.py +0 -0
@@ -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
+ ## [0.9.7] - 2024-09-23
9
+ - Add `completedAt` to `CreateParams` of `Message`
10
+
11
+ ## [0.9.6] - 2024-09-03
12
+ - Added `metaDataFilter` to `Search` parameters.
13
+
8
14
  ## [0.9.5] - 2024-08-07
9
15
  - Add `completedAt` to `ModifyParams`
10
16
 
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Unique-AG
3
+ Copyright (c) 2020 Unique-AG
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_sdk
3
- Version: 0.9.5
3
+ Version: 0.9.7
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Konstantin Krauss
@@ -894,6 +894,12 @@ All notable changes to this project will be documented in this file.
894
894
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
895
895
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
896
896
 
897
+ ## [0.9.7] - 2024-09-23
898
+ - Add `completedAt` to `CreateParams` of `Message`
899
+
900
+ ## [0.9.6] - 2024-09-03
901
+ - Added `metaDataFilter` to `Search` parameters.
902
+
897
903
  ## [0.9.5] - 2024-08-07
898
904
  - Add `completedAt` to `ModifyParams`
899
905
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_sdk"
3
- version = "0.9.5"
3
+ version = "0.9.7"
4
4
  description = ""
5
5
  authors = [
6
6
  "Konstantin Krauss <konstantin@unique.ch>",
@@ -0,0 +1 @@
1
+ VERSION = "0.9.7"
@@ -41,6 +41,7 @@ class Message(APIResource["Message"]):
41
41
  text: NotRequired[Optional["str"]]
42
42
  references: Optional[List["Message.Reference"]]
43
43
  debugInfo: Optional[Dict[str, Any]]
44
+ completedAt: Optional[datetime]
44
45
 
45
46
  class ModifyParams(RequestOptions):
46
47
  chatId: str
@@ -17,6 +17,7 @@ class Search(APIResource["Search"]):
17
17
  chatOnly: NotRequired[Optional[bool]]
18
18
  limit: NotRequired[Optional[int]]
19
19
  page: NotRequired[Optional[int]]
20
+ metaDataFilter: NotRequired[Optional[dict[str, Any]]]
20
21
 
21
22
  id: str
22
23
  chunkId: str
@@ -1 +0,0 @@
1
- VERSION = "0.9.4"
File without changes