agent-framework-foundry 1.8.0__tar.gz → 1.8.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-framework-foundry
3
- Version: 1.8.0
3
+ Version: 1.8.1
4
4
  Summary: Microsoft Foundry integrations for Microsoft Agent Framework.
5
5
  Author-email: Microsoft <af-support@microsoft.com>
6
6
  Requires-Python: >=3.10
@@ -16,10 +16,10 @@ Classifier: Programming Language :: Python :: 3.13
16
16
  Classifier: Programming Language :: Python :: 3.14
17
17
  Classifier: Typing :: Typed
18
18
  License-File: LICENSE
19
- Requires-Dist: agent-framework-core>=1.8.0,<2
20
- Requires-Dist: agent-framework-openai>=1.8.0,<2
19
+ Requires-Dist: agent-framework-core>=1.8.1,<2
20
+ Requires-Dist: agent-framework-openai>=1.8.1,<2
21
21
  Requires-Dist: azure-ai-inference>=1.0.0b9,<1.0.0b10
22
- Requires-Dist: azure-ai-projects>=2.1.0,<3.0
22
+ Requires-Dist: azure-ai-projects>=2.2.0,<3.0
23
23
  Project-URL: homepage, https://aka.ms/agent-framework
24
24
  Project-URL: issues, https://github.com/microsoft/agent-framework/issues
25
25
  Project-URL: release_notes, https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true
@@ -4,7 +4,7 @@ description = "Microsoft Foundry integrations for Microsoft Agent Framework."
4
4
  authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
- version = "1.8.0"
7
+ version = "1.8.1"
8
8
  license-files = ["LICENSE"]
9
9
  urls.homepage = "https://aka.ms/agent-framework"
10
10
  urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
@@ -23,10 +23,10 @@ classifiers = [
23
23
  "Typing :: Typed",
24
24
  ]
25
25
  dependencies = [
26
- "agent-framework-core>=1.8.0,<2",
27
- "agent-framework-openai>=1.8.0,<2",
26
+ "agent-framework-core>=1.8.1,<2",
27
+ "agent-framework-openai>=1.8.1,<2",
28
28
  "azure-ai-inference>=1.0.0b9,<1.0.0b10",
29
- "azure-ai-projects>=2.1.0,<3.0",
29
+ "azure-ai-projects>=2.2.0,<3.0",
30
30
  ]
31
31
 
32
32
  [tool.uv]