agent-framework-github-copilot 1.0.0b260421__tar.gz → 1.0.0b260423__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.
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/PKG-INFO +2 -2
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/pyproject.toml +2 -2
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/LICENSE +0 -0
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/README.md +0 -0
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/agent_framework_github_copilot/__init__.py +0 -0
- {agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/agent_framework_github_copilot/_agent.py +0 -0
{agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-github-copilot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b260423
|
|
4
4
|
Summary: GitHub Copilot integration for Microsoft Agent Framework.
|
|
5
5
|
Author-email: Microsoft <af-support@microsoft.com>
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -16,7 +16,7 @@ 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.1.
|
|
19
|
+
Requires-Dist: agent-framework-core>=1.1.1,<2
|
|
20
20
|
Requires-Dist: github-copilot-sdk>=0.2.1,<=0.2.1; python_version >= '3.11'
|
|
21
21
|
Project-URL: homepage, https://aka.ms/agent-framework
|
|
22
22
|
Project-URL: issues, https://github.com/microsoft/agent-framework/issues
|
|
@@ -4,7 +4,7 @@ description = "GitHub Copilot integration 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.0.
|
|
7
|
+
version = "1.0.0b260423"
|
|
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,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
"Typing :: Typed",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"agent-framework-core>=1.1.
|
|
26
|
+
"agent-framework-core>=1.1.1,<2",
|
|
27
27
|
"github-copilot-sdk>=0.2.1,<=0.2.1; python_version >= '3.11'",
|
|
28
28
|
]
|
|
29
29
|
|
{agent_framework_github_copilot-1.0.0b260421 → agent_framework_github_copilot-1.0.0b260423}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|