microsoft-agents-storage-blob 0.4.0.dev1__tar.gz → 0.4.0.dev4__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 microsoft-agents-storage-blob might be problematic. Click here for more details.
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/PKG-INFO +2 -2
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents_storage_blob.egg-info/PKG-INFO +2 -2
- microsoft_agents_storage_blob-0.4.0.dev4/microsoft_agents_storage_blob.egg-info/requires.txt +3 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/tests/test_blob_storage.py +1 -1
- microsoft_agents_storage_blob-0.4.0.dev1/microsoft_agents_storage_blob.egg-info/requires.txt +0 -3
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents/storage/blob/__init__.py +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents/storage/blob/blob_storage.py +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents/storage/blob/blob_storage_config.py +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents_storage_blob.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents_storage_blob.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/microsoft_agents_storage_blob.egg-info/top_level.txt +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/pyproject.toml +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/setup.cfg +0 -0
- {microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/setup.py +0 -0
{microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-storage-blob
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev4
|
|
4
4
|
Summary: A blob storage library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,7 +8,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.4.0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.4.0.dev4
|
|
12
12
|
Requires-Dist: azure-core
|
|
13
13
|
Requires-Dist: azure-storage-blob
|
|
14
14
|
Dynamic: requires-dist
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-storage-blob
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev4
|
|
4
4
|
Summary: A blob storage library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,7 +8,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.4.0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.4.0.dev4
|
|
12
12
|
Requires-Dist: azure-core
|
|
13
13
|
Requires-Dist: azure-storage-blob
|
|
14
14
|
Dynamic: requires-dist
|
|
@@ -10,7 +10,7 @@ from microsoft_agents.storage.blob import BlobStorage, BlobStorageConfig
|
|
|
10
10
|
from azure.storage.blob.aio import BlobServiceClient
|
|
11
11
|
from azure.core.exceptions import ResourceNotFoundError
|
|
12
12
|
|
|
13
|
-
from microsoft_agents.hosting.core.storage.
|
|
13
|
+
from microsoft_agents.hosting.core.storage._storage_test_utils import (
|
|
14
14
|
CRUDStorageTests,
|
|
15
15
|
StorageBaseline,
|
|
16
16
|
MockStoreItem,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/pyproject.toml
RENAMED
|
File without changes
|
{microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/setup.cfg
RENAMED
|
File without changes
|
{microsoft_agents_storage_blob-0.4.0.dev1 → microsoft_agents_storage_blob-0.4.0.dev4}/setup.py
RENAMED
|
File without changes
|