github-agent 0.30.0__tar.gz → 0.31.0__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 (61) hide show
  1. {github_agent-0.30.0 → github_agent-0.31.0}/PKG-INFO +3 -3
  2. {github_agent-0.30.0 → github_agent-0.31.0}/README.md +1 -1
  3. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/agent_server.py +1 -1
  4. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/PKG-INFO +3 -3
  5. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/requires.txt +1 -1
  6. {github_agent-0.30.0 → github_agent-0.31.0}/pyproject.toml +2 -2
  7. {github_agent-0.30.0 → github_agent-0.31.0}/LICENSE +0 -0
  8. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/__init__.py +0 -0
  9. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/__main__.py +0 -0
  10. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/__init__.py +0 -0
  11. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_base.py +0 -0
  12. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_branches.py +0 -0
  13. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_commits.py +0 -0
  14. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_contents.py +0 -0
  15. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_issues.py +0 -0
  16. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_orgs.py +0 -0
  17. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_pages.py +0 -0
  18. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_pulls.py +0 -0
  19. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_releases.py +0 -0
  20. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_repos.py +0 -0
  21. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_search.py +0 -0
  22. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_workflows.py +0 -0
  23. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api_client.py +0 -0
  24. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/auth.py +0 -0
  25. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/github_input_models.py +0 -0
  26. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/github_response_models.py +0 -0
  27. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/__init__.py +0 -0
  28. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_action.py +0 -0
  29. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_branch.py +0 -0
  30. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_collaborator.py +0 -0
  31. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_commit.py +0 -0
  32. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_content.py +0 -0
  33. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_issue.py +0 -0
  34. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_org.py +0 -0
  35. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_pull.py +0 -0
  36. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_release.py +0 -0
  37. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_repo.py +0 -0
  38. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_search.py +0 -0
  39. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp_config.json +0 -0
  40. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp_server.py +0 -0
  41. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/SOURCES.txt +0 -0
  42. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/dependency_links.txt +0 -0
  43. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/entry_points.txt +0 -0
  44. {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/top_level.txt +0 -0
  45. {github_agent-0.30.0 → github_agent-0.31.0}/scripts/security_sanitizer.py +0 -0
  46. {github_agent-0.30.0 → github_agent-0.31.0}/scripts/validate_a2a_agent.py +0 -0
  47. {github_agent-0.30.0 → github_agent-0.31.0}/scripts/verify_api_integration.py +0 -0
  48. {github_agent-0.30.0 → github_agent-0.31.0}/setup.cfg +0 -0
  49. {github_agent-0.30.0 → github_agent-0.31.0}/tests/conftest.py +0 -0
  50. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_api_client_endpoints.py +0 -0
  51. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_api_validation.py +0 -0
  52. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_auth_client_edge_cases.py +0 -0
  53. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_concept_parity.py +0 -0
  54. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_github_agent_api_brute_force_coverage.py +0 -0
  55. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_github_agent_brute_force_coverage.py +0 -0
  56. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_init_dynamics.py +0 -0
  57. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_mcp_coverage.py +0 -0
  58. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_model_fields.py +0 -0
  59. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_org_crud.py +0 -0
  60. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_pages.py +0 -0
  61. {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_startup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.30.0
3
+ Version: 0.31.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: <3.15,>=3.11
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: agent-utilities[agent,logfire]>=0.48.0
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.49.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
18
18
  Requires-Dist: pytest; extra == "test"
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
43
43
 
44
- *Version: 0.30.0*
44
+ *Version: 0.31.0*
45
45
 
46
46
  > **Documentation** — Installation, deployment, and usage across the MCP, API, and
47
47
  > CLI interfaces, including the integrated A2A agent server, are maintained in the
@@ -20,7 +20,7 @@
20
20
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
21
21
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
22
22
 
23
- *Version: 0.30.0*
23
+ *Version: 0.31.0*
24
24
 
25
25
  > **Documentation** — Installation, deployment, and usage across the MCP, API, and
26
26
  > CLI interfaces, including the integrated A2A agent server, are maintained in the
@@ -4,7 +4,7 @@ import os
4
4
  import sys
5
5
  import warnings
6
6
 
7
- __version__ = "0.30.0"
7
+ __version__ = "0.31.0"
8
8
 
9
9
  logging.basicConfig(
10
10
  level=logging.INFO,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.30.0
3
+ Version: 0.31.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: <3.15,>=3.11
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: agent-utilities[agent,logfire]>=0.48.0
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.49.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
18
18
  Requires-Dist: pytest; extra == "test"
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
43
43
 
44
- *Version: 0.30.0*
44
+ *Version: 0.31.0*
45
45
 
46
46
  > **Documentation** — Installation, deployment, and usage across the MCP, API, and
47
47
  > CLI interfaces, including the integrated A2A agent server, are maintained in the
@@ -1,4 +1,4 @@
1
- agent-utilities[agent,logfire]>=0.48.0
1
+ agent-utilities[agent,logfire]>=0.49.0
2
2
 
3
3
  [test]
4
4
  pytest-xdist>=3.6.0
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.30.0"
7
+ version = "0.31.0"
8
8
  readme = "README.md"
9
9
  description = "GitHub Agent for MCP"
10
10
  requires-python = ">=3.11, <3.15"
11
11
  classifiers = [ "Development Status :: 5 - Production/Stable", "License :: Public Domain", "Environment :: Console", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",]
12
- dependencies = [ "agent-utilities[agent,logfire]>=0.48.0",]
12
+ dependencies = [ "agent-utilities[agent,logfire]>=0.49.0",]
13
13
  [[project.authors]]
14
14
  name = "Audel Rouhi"
15
15
  email = "knucklessg1@gmail.com"
File without changes
File without changes