agent-framework-foundry 1.2.0__tar.gz → 1.2.2__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.2.0
3
+ Version: 1.2.2
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,8 +16,8 @@ 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.2.0,<2
20
- Requires-Dist: agent-framework-openai>=1.1.0,<2
19
+ Requires-Dist: agent-framework-core>=1.2.2,<2
20
+ Requires-Dist: agent-framework-openai>=1.2.2,<2
21
21
  Requires-Dist: azure-ai-inference>=1.0.0b9,<1.0.0b10
22
22
  Requires-Dist: azure-ai-projects>=2.1.0,<3.0
23
23
  Project-URL: homepage, https://aka.ms/agent-framework
@@ -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.2.0"
7
+ version = "1.2.2"
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,8 +23,8 @@ classifiers = [
23
23
  "Typing :: Typed",
24
24
  ]
25
25
  dependencies = [
26
- "agent-framework-core>=1.2.0,<2",
27
- "agent-framework-openai>=1.1.0,<2",
26
+ "agent-framework-core>=1.2.2,<2",
27
+ "agent-framework-openai>=1.2.2,<2",
28
28
  "azure-ai-inference>=1.0.0b9,<1.0.0b10",
29
29
  "azure-ai-projects>=2.1.0,<3.0",
30
30
  ]