microsoft-agents-storage-blob 0.3.0.dev0__py3-none-any.whl → 0.3.1__py3-none-any.whl
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 → microsoft_agents}/storage/blob/blob_storage.py +4 -4
- {microsoft_agents_storage_blob-0.3.0.dev0.dist-info → microsoft_agents_storage_blob-0.3.1.dist-info}/METADATA +2 -2
- microsoft_agents_storage_blob-0.3.1.dist-info/RECORD +7 -0
- microsoft_agents_storage_blob-0.3.1.dist-info/top_level.txt +1 -0
- microsoft_agents_storage_blob-0.3.0.dev0.dist-info/RECORD +0 -7
- microsoft_agents_storage_blob-0.3.0.dev0.dist-info/top_level.txt +0 -1
- {microsoft/agents → microsoft_agents}/storage/blob/__init__.py +0 -0
- {microsoft/agents → microsoft_agents}/storage/blob/blob_storage_config.py +0 -0
- {microsoft_agents_storage_blob-0.3.0.dev0.dist-info → microsoft_agents_storage_blob-0.3.1.dist-info}/WHEEL +0 -0
|
@@ -7,10 +7,10 @@ from azure.storage.blob.aio import (
|
|
|
7
7
|
BlobServiceClient,
|
|
8
8
|
)
|
|
9
9
|
|
|
10
|
-
from
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
10
|
+
from microsoft_agents.hosting.core.storage import StoreItem
|
|
11
|
+
from microsoft_agents.hosting.core.storage.storage import AsyncStorageBase
|
|
12
|
+
from microsoft_agents.hosting.core.storage._type_aliases import JSON
|
|
13
|
+
from microsoft_agents.hosting.core.storage.error_handling import (
|
|
14
14
|
ignore_error,
|
|
15
15
|
is_status_code_error,
|
|
16
16
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-storage-blob
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
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.3.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.3.1
|
|
12
12
|
Requires-Dist: azure-core
|
|
13
13
|
Requires-Dist: azure-storage-blob
|
|
14
14
|
Dynamic: requires-dist
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
microsoft_agents/storage/blob/__init__.py,sha256=5IxnH_hkyJrp5Gdk92cfK78d39m_DAEyjX-iFr9g1Do,137
|
|
2
|
+
microsoft_agents/storage/blob/blob_storage.py,sha256=e4K6M-Wda_bbyvSX-GjeKYFfp1qhYfK-KZAExYya-po,3534
|
|
3
|
+
microsoft_agents/storage/blob/blob_storage_config.py,sha256=wKK7WJAdy4FIIx5HCVIDNecPefZB5Hy6jM82gKdCBF8,1009
|
|
4
|
+
microsoft_agents_storage_blob-0.3.1.dist-info/METADATA,sha256=VcNNrAtbSoJkaBmWU5qbTUYCyoaEvnmpJkc-cNbNLnk,519
|
|
5
|
+
microsoft_agents_storage_blob-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
microsoft_agents_storage_blob-0.3.1.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
7
|
+
microsoft_agents_storage_blob-0.3.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft_agents
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
microsoft/agents/storage/blob/__init__.py,sha256=5IxnH_hkyJrp5Gdk92cfK78d39m_DAEyjX-iFr9g1Do,137
|
|
2
|
-
microsoft/agents/storage/blob/blob_storage.py,sha256=xbOAJzVhT4YRPKBtFDWpmPkPT3LWHqEFPlXdZ8I7teM,3534
|
|
3
|
-
microsoft/agents/storage/blob/blob_storage_config.py,sha256=wKK7WJAdy4FIIx5HCVIDNecPefZB5Hy6jM82gKdCBF8,1009
|
|
4
|
-
microsoft_agents_storage_blob-0.3.0.dev0.dist-info/METADATA,sha256=UYFWhhiLI35f4WkDVnfHPsQ74BFRzjbs9HT78qTFqlU,529
|
|
5
|
-
microsoft_agents_storage_blob-0.3.0.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
microsoft_agents_storage_blob-0.3.0.dev0.dist-info/top_level.txt,sha256=egwWDmpnNBTGerc55Oa6VVW9hTKdtxFjHWHywqmVMpM,10
|
|
7
|
-
microsoft_agents_storage_blob-0.3.0.dev0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft
|
|
File without changes
|
|
File without changes
|
|
File without changes
|