gitlab-api 25.15.30__tar.gz → 25.15.34__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 (40) hide show
  1. {gitlab_api-25.15.30/gitlab_api.egg-info → gitlab_api-25.15.34}/PKG-INFO +5 -5
  2. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/README.md +1 -1
  3. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent.py +1 -1
  4. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/mcp.py +1 -1
  5. {gitlab_api-25.15.30 → gitlab_api-25.15.34/gitlab_api.egg-info}/PKG-INFO +5 -5
  6. gitlab_api-25.15.34/gitlab_api.egg-info/requires.txt +13 -0
  7. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/pyproject.toml +4 -4
  8. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/scripts/validate_agent.py +1 -1
  9. gitlab_api-25.15.30/gitlab_api.egg-info/requires.txt +0 -13
  10. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/LICENSE +0 -0
  11. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/MANIFEST.in +0 -0
  12. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/__init__.py +0 -0
  13. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/__main__.py +0 -0
  14. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/AGENTS.md +0 -0
  15. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/CRON.md +0 -0
  16. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/CRON_LOG.md +0 -0
  17. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/HEARTBEAT.md +0 -0
  18. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/IDENTITY.md +0 -0
  19. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/MEMORY.md +0 -0
  20. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/USER.md +0 -0
  21. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/mcp_config.json +0 -0
  22. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/agent/templates.py +0 -0
  23. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/auth.py +0 -0
  24. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/gitlab_api.py +0 -0
  25. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/gitlab_gql.py +0 -0
  26. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/gitlab_input_models.py +0 -0
  27. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api/gitlab_response_models.py +0 -0
  28. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api.egg-info/SOURCES.txt +0 -0
  29. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api.egg-info/dependency_links.txt +0 -0
  30. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api.egg-info/entry_points.txt +0 -0
  31. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/gitlab_api.egg-info/top_level.txt +0 -0
  32. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/requirements.txt +0 -0
  33. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/scripts/validate_a2a_agent.py +0 -0
  34. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/setup.cfg +0 -0
  35. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/test_gitlab_a2a_validation.py +0 -0
  36. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/test_gitlab_api.py +0 -0
  37. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/test_gitlab_mcp_validation.py +0 -0
  38. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/test_gitlab_models.py +0 -0
  39. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/test_verify_agent.py +0 -0
  40. {gitlab_api-25.15.30 → gitlab_api-25.15.34}/tests/verify_a2a_queries.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitlab-api
3
- Version: 25.15.30
3
+ Version: 25.15.34
4
4
  Summary: GitLab API + MCP Server + A2A Server
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -12,11 +12,11 @@ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: agent-utilities>=0.2.15
15
+ Requires-Dist: agent-utilities>=0.2.19
16
16
  Provides-Extra: mcp
17
- Requires-Dist: agent-utilities[mcp]>=0.2.15; extra == "mcp"
17
+ Requires-Dist: agent-utilities[mcp]>=0.2.19; extra == "mcp"
18
18
  Provides-Extra: agent
19
- Requires-Dist: agent-utilities[agent,logfire]>=0.2.15; extra == "agent"
19
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.19; extra == "agent"
20
20
  Provides-Extra: gql
21
21
  Requires-Dist: gql>=4.0.0; extra == "gql"
22
22
  Provides-Extra: all
@@ -46,7 +46,7 @@ Dynamic: license-file
46
46
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
47
47
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
48
48
 
49
- *Version: 25.15.30*
49
+ *Version: 25.15.34*
50
50
 
51
51
  ## Overview
52
52
 
@@ -21,7 +21,7 @@
21
21
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
22
22
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
23
23
 
24
- *Version: 25.15.30*
24
+ *Version: 25.15.34*
25
25
 
26
26
  ## Overview
27
27
 
@@ -11,7 +11,7 @@ from agent_utilities import (
11
11
  load_identity,
12
12
  )
13
13
 
14
- __version__ = "25.15.30"
14
+ __version__ = "25.15.34"
15
15
 
16
16
  logging.basicConfig(
17
17
  level=logging.INFO,
@@ -20,7 +20,7 @@ from gitlab_api.auth import get_client
20
20
  from starlette.requests import Request
21
21
  from starlette.responses import JSONResponse
22
22
 
23
- __version__ = "25.15.30"
23
+ __version__ = "25.15.34"
24
24
  print(f"Gitlab MCP v{__version__}")
25
25
 
26
26
  logger = get_logger(name="mcp_server")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitlab-api
3
- Version: 25.15.30
3
+ Version: 25.15.34
4
4
  Summary: GitLab API + MCP Server + A2A Server
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -12,11 +12,11 @@ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: agent-utilities>=0.2.15
15
+ Requires-Dist: agent-utilities>=0.2.19
16
16
  Provides-Extra: mcp
17
- Requires-Dist: agent-utilities[mcp]>=0.2.15; extra == "mcp"
17
+ Requires-Dist: agent-utilities[mcp]>=0.2.19; extra == "mcp"
18
18
  Provides-Extra: agent
19
- Requires-Dist: agent-utilities[agent,logfire]>=0.2.15; extra == "agent"
19
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.19; extra == "agent"
20
20
  Provides-Extra: gql
21
21
  Requires-Dist: gql>=4.0.0; extra == "gql"
22
22
  Provides-Extra: all
@@ -46,7 +46,7 @@ Dynamic: license-file
46
46
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
47
47
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
48
48
 
49
- *Version: 25.15.30*
49
+ *Version: 25.15.34*
50
50
 
51
51
  ## Overview
52
52
 
@@ -0,0 +1,13 @@
1
+ agent-utilities>=0.2.19
2
+
3
+ [agent]
4
+ agent-utilities[agent,logfire]>=0.2.19
5
+
6
+ [all]
7
+ gitlab-api[agent,gql,logfire,mcp]>=25.15.15
8
+
9
+ [gql]
10
+ gql>=4.0.0
11
+
12
+ [mcp]
13
+ agent-utilities[mcp]>=0.2.19
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gitlab-api"
7
- version = "25.15.30"
7
+ version = "25.15.34"
8
8
  description = "GitLab API + MCP Server + A2A Server"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
@@ -17,13 +17,13 @@ classifiers = [
17
17
  "Programming Language :: Python :: 3"]
18
18
  requires-python = ">=3.10"
19
19
  dependencies = [
20
- "agent-utilities>=0.2.15"]
20
+ "agent-utilities>=0.2.19"]
21
21
  [project.optional-dependencies]
22
22
  mcp = [
23
- "agent-utilities[mcp]>=0.2.15"]
23
+ "agent-utilities[mcp]>=0.2.19"]
24
24
 
25
25
  agent = [
26
- "agent-utilities[agent,logfire]>=0.2.15"]
26
+ "agent-utilities[agent,logfire]>=0.2.19"]
27
27
 
28
28
  gql = [
29
29
  "gql>=4.0.0"]
@@ -20,7 +20,7 @@ async def main():
20
20
  try:
21
21
  agent = create_agent(
22
22
  provider="openai",
23
- model_id=os.getenv("MODEL_ID", "qwen/qwen3-coder-next"),
23
+ model_id=os.getenv("MODEL_ID", "qwen/qwen3.5-35b-a3b"),
24
24
  base_url=os.getenv("LLM_BASE_URL", "http://host.docker.internal:1234/v1"),
25
25
  api_key=os.getenv("LLM_API_KEY", "ollama"),
26
26
  mcp_url=os.getenv("MCP_URL", "http://localhost:8005/mcp"),
@@ -1,13 +0,0 @@
1
- agent-utilities>=0.2.15
2
-
3
- [agent]
4
- agent-utilities[agent,logfire]>=0.2.15
5
-
6
- [all]
7
- gitlab-api[agent,gql,logfire,mcp]>=25.15.15
8
-
9
- [gql]
10
- gql>=4.0.0
11
-
12
- [mcp]
13
- agent-utilities[mcp]>=0.2.15
File without changes
File without changes
File without changes