microsoft-agents-authentication-msal 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.
@@ -14,7 +14,7 @@ from cryptography.x509 import load_pem_x509_certificate
14
14
  from cryptography.hazmat.backends import default_backend
15
15
  from cryptography.hazmat.primitives import hashes
16
16
 
17
- from microsoft.agents.hosting.core import (
17
+ from microsoft_agents.hosting.core import (
18
18
  AuthTypes,
19
19
  AccessTokenProviderBase,
20
20
  AgentAuthConfiguration,
@@ -1,5 +1,5 @@
1
1
  from typing import Dict, List, Optional
2
- from microsoft.agents.hosting.core import (
2
+ from microsoft_agents.hosting.core import (
3
3
  AgentAuthConfiguration,
4
4
  AccessTokenProviderBase,
5
5
  ClaimsIdentity,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 0.3.0.dev0
3
+ Version: 0.3.1
4
4
  Summary: A msal-based authentication 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.0.dev0
11
+ Requires-Dist: microsoft-agents-hosting-core==0.3.1
12
12
  Requires-Dist: msal>=1.31.1
13
13
  Requires-Dist: requests>=2.32.3
14
14
  Requires-Dist: cryptography>=44.0.0
@@ -0,0 +1,7 @@
1
+ microsoft_agents/authentication/msal/__init__.py,sha256=hjPpakL4zyqeCTEBOUCcHaRnSpG80q-L0csG5HMalYI,151
2
+ microsoft_agents/authentication/msal/msal_auth.py,sha256=FNqMr7cFELTbYnboXjqBRRU2uKitS1VYx-NWv0afK6o,7518
3
+ microsoft_agents/authentication/msal/msal_connection_manager.py,sha256=XBgtG-9WhVXfkKKvGEAaVZjGwuqWGDKJPr-dFHOCfC0,2723
4
+ microsoft_agents_authentication_msal-0.3.1.dist-info/METADATA,sha256=qlvJc1UZ7GFamH4rVjD3_aavoNnbiKP4mhaUd2vy0Y0,575
5
+ microsoft_agents_authentication_msal-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ microsoft_agents_authentication_msal-0.3.1.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
7
+ microsoft_agents_authentication_msal-0.3.1.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ microsoft_agents
@@ -1,7 +0,0 @@
1
- microsoft/agents/authentication/msal/__init__.py,sha256=hjPpakL4zyqeCTEBOUCcHaRnSpG80q-L0csG5HMalYI,151
2
- microsoft/agents/authentication/msal/msal_auth.py,sha256=_NUJFKYAsuH1JFf3qh6GV_eTkJ1dBRmmmvirdl7esWQ,7518
3
- microsoft/agents/authentication/msal/msal_connection_manager.py,sha256=1jBcvnC9vEAqdxYxuN4_sxONZYPurBzkeqrkFjr07UU,2723
4
- microsoft_agents_authentication_msal-0.3.0.dev0.dist-info/METADATA,sha256=rpKY-13Q8ir8bk4T55F0aOJlDa4N4d6LYxXBm2fj3Xk,585
5
- microsoft_agents_authentication_msal-0.3.0.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- microsoft_agents_authentication_msal-0.3.0.dev0.dist-info/top_level.txt,sha256=egwWDmpnNBTGerc55Oa6VVW9hTKdtxFjHWHywqmVMpM,10
7
- microsoft_agents_authentication_msal-0.3.0.dev0.dist-info/RECORD,,