microsoft-agents-authentication-msal 0.5.0.dev10__tar.gz → 0.5.0.dev11__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 (14) hide show
  1. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/PKG-INFO +3 -3
  2. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents_authentication_msal.egg-info/PKG-INFO +3 -3
  3. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents_authentication_msal.egg-info/requires.txt +1 -1
  4. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/pyproject.toml +1 -1
  5. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/LICENSE +0 -0
  6. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents/authentication/msal/__init__.py +0 -0
  7. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents/authentication/msal/msal_auth.py +0 -0
  8. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents/authentication/msal/msal_connection_manager.py +0 -0
  9. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents_authentication_msal.egg-info/SOURCES.txt +0 -0
  10. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents_authentication_msal.egg-info/dependency_links.txt +0 -0
  11. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/microsoft_agents_authentication_msal.egg-info/top_level.txt +0 -0
  12. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/readme.md +0 -0
  13. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/setup.cfg +0 -0
  14. {microsoft_agents_authentication_msal-0.5.0.dev10 → microsoft_agents_authentication_msal-0.5.0.dev11}/setup.py +0 -0
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 0.5.0.dev10
3
+ Version: 0.5.0.dev11
4
4
  Summary: A msal-based authentication library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/microsoft/Agents
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.9
10
+ Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev10
13
+ Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev11
14
14
  Requires-Dist: msal>=1.31.1
15
15
  Requires-Dist: requests>=2.32.3
16
16
  Requires-Dist: cryptography>=44.0.0
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 0.5.0.dev10
3
+ Version: 0.5.0.dev11
4
4
  Summary: A msal-based authentication library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/microsoft/Agents
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.9
10
+ Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev10
13
+ Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev11
14
14
  Requires-Dist: msal>=1.31.1
15
15
  Requires-Dist: requests>=2.32.3
16
16
  Requires-Dist: cryptography>=44.0.0
@@ -1,4 +1,4 @@
1
- microsoft-agents-hosting-core==0.5.0.dev10
1
+ microsoft-agents-hosting-core==0.5.0.dev11
2
2
  msal>=1.31.1
3
3
  requests>=2.32.3
4
4
  cryptography>=44.0.0
@@ -10,7 +10,7 @@ readme = {file = "readme.md", content-type = "text/markdown"}
10
10
  authors = [{name = "Microsoft Corporation"}]
11
11
  license = "MIT"
12
12
  license-files = ["LICENSE"]
13
- requires-python = ">=3.9"
13
+ requires-python = ">=3.10"
14
14
  classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
16
  "Operating System :: OS Independent",