github-agent 0.1.2__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
45
45
 
46
- *Version: 0.1.2*
46
+ *Version: 0.2.0*
47
47
 
48
48
  ## Overview
49
49
 
@@ -21,7 +21,7 @@
21
21
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
22
22
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
23
23
 
24
- *Version: 0.1.2*
24
+ *Version: 0.2.0*
25
25
 
26
26
  ## Overview
27
27
 
@@ -34,7 +34,7 @@ from pydantic import ValidationError
34
34
  from pydantic_ai.ui import SSE_CONTENT_TYPE
35
35
  from pydantic_ai.ui.ag_ui import AGUIAdapter
36
36
 
37
- __version__ = "0.1.2"
37
+ __version__ = "0.2.0"
38
38
 
39
39
  logging.basicConfig(
40
40
  level=logging.INFO,
@@ -609,11 +609,7 @@ def create_agent_server(
609
609
 
610
610
  @asynccontextmanager
611
611
  async def lifespan(app: FastAPI):
612
- if hasattr(a2a_app, "router"):
613
- async with a2a_app.router.lifespan_context(a2a_app):
614
- yield
615
- else:
616
- yield
612
+ yield
617
613
 
618
614
  app = FastAPI(
619
615
  title=f"{AGENT_NAME} - A2A + AG-UI Server",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
45
45
 
46
- *Version: 0.1.2*
46
+ *Version: 0.2.0*
47
47
 
48
48
  ## Overview
49
49
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.1.2"
7
+ version = "0.2.0"
8
8
  readme = "README.md"
9
9
  description = "GitHub Agent for MCP"
10
10
  requires-python = ">=3.10"
File without changes
File without changes