microsoft-agents-storage-cosmos 0.6.0.dev11__tar.gz → 0.6.0.dev16__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.
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/PKG-INFO +2 -2
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/errors/__init__.py +1 -1
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/errors/error_resources.py +1 -1
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents_storage_cosmos.egg-info/PKG-INFO +2 -2
- microsoft_agents_storage_cosmos-0.6.0.dev16/microsoft_agents_storage_cosmos.egg-info/requires.txt +3 -0
- microsoft_agents_storage_cosmos-0.6.0.dev11/microsoft_agents_storage_cosmos.egg-info/requires.txt +0 -3
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/LICENSE +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/__init__.py +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/cosmos_db_storage.py +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/cosmos_db_storage_config.py +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents/storage/cosmos/key_ops.py +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents_storage_cosmos.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents_storage_cosmos.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/microsoft_agents_storage_cosmos.egg-info/top_level.txt +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/pyproject.toml +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/readme.md +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/setup.cfg +0 -0
- {microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/setup.py +0 -0
{microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-storage-cosmos
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev16
|
|
4
4
|
Summary: A Cosmos DB storage library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev16
|
|
19
19
|
Requires-Dist: azure-core
|
|
20
20
|
Requires-Dist: azure-cosmos
|
|
21
21
|
Dynamic: license-file
|
|
@@ -7,7 +7,7 @@ Storage error resources for Microsoft Agents SDK (CosmosDB).
|
|
|
7
7
|
Error codes are in the range -61000 to -61999.
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
from microsoft_agents.
|
|
10
|
+
from microsoft_agents.activity.errors import ErrorMessage
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class StorageErrorResources:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-storage-cosmos
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev16
|
|
4
4
|
Summary: A Cosmos DB storage library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev16
|
|
19
19
|
Requires-Dist: azure-core
|
|
20
20
|
Requires-Dist: azure-cosmos
|
|
21
21
|
Dynamic: license-file
|
{microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_storage_cosmos-0.6.0.dev11 → microsoft_agents_storage_cosmos-0.6.0.dev16}/setup.py
RENAMED
|
File without changes
|