gitlab-api 25.15.56__tar.gz → 25.16.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.
- {gitlab_api-25.15.56/gitlab_api.egg-info → gitlab_api-25.16.0}/PKG-INFO +9 -6
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/README.md +1 -1
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/__init__.py +3 -4
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/agent_server.py +2 -3
- gitlab_api-25.15.56/gitlab_api/api_wrapper.py → gitlab_api-25.16.0/gitlab_api/api_client.py +264 -244
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/auth.py +10 -10
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_gql.py +395 -422
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_input_models.py +495 -518
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_response_models.py +1139 -1206
- gitlab_api-25.16.0/gitlab_api/mcp_config.json +3 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/mcp_server.py +1950 -1456
- {gitlab_api-25.15.56 → gitlab_api-25.16.0/gitlab_api.egg-info}/PKG-INFO +9 -6
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/SOURCES.txt +5 -11
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/entry_points.txt +1 -0
- gitlab_api-25.16.0/gitlab_api.egg-info/requires.txt +17 -0
- gitlab_api-25.16.0/pyproject.toml +51 -0
- gitlab_api-25.16.0/requirements.txt +2 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/scripts/validate_agent.py +2 -2
- gitlab_api-25.16.0/tests/__init__.py +0 -0
- gitlab_api-25.16.0/tests/conftest.py +68 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_api_wrapper.py +36 -24
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_a2a_validation.py +7 -4
- gitlab_api-25.16.0/tests/test_gitlab_api_brute_force_coverage.py +164 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_mcp_validation.py +5 -1
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_models.py +593 -557
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_verify_agent.py +23 -20
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/verify_a2a_queries.py +3 -2
- gitlab_api-25.15.56/gitlab_api/agent_data/CRON.md +0 -12
- gitlab_api-25.15.56/gitlab_api/agent_data/CRON_LOG.md +0 -56
- gitlab_api-25.15.56/gitlab_api/agent_data/HEARTBEAT.md +0 -30
- gitlab_api-25.15.56/gitlab_api/agent_data/IDENTITY.md +0 -45
- gitlab_api-25.15.56/gitlab_api/agent_data/MEMORY.md +0 -8
- gitlab_api-25.15.56/gitlab_api/agent_data/NODE_AGENTS.md +0 -85
- gitlab_api-25.15.56/gitlab_api/agent_data/USER.md +0 -7
- gitlab_api-25.15.56/gitlab_api/agent_data/chats +0 -3
- gitlab_api-25.15.56/gitlab_api/agent_data/icon.png +0 -3
- gitlab_api-25.15.56/gitlab_api/agent_data/mcp_config.json +0 -36
- gitlab_api-25.15.56/gitlab_api.egg-info/requires.txt +0 -13
- gitlab_api-25.15.56/pyproject.toml +0 -45
- gitlab_api-25.15.56/requirements.txt +0 -5
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/LICENSE +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/MANIFEST.in +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/__main__.py +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/dependency_links.txt +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/top_level.txt +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/scripts/validate_a2a_agent.py +2 -2
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/setup.cfg +0 -0
- {gitlab_api-25.15.56 → gitlab_api-25.16.0}/test_setup.py +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlab-api
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.16.0
|
|
4
4
|
Summary: GitLab API + MCP Server + A2A Server
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,15 +12,18 @@ 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
|
+
Requires-Dist: agent-utilities>=0.2.42
|
|
16
16
|
Provides-Extra: mcp
|
|
17
|
-
Requires-Dist: agent-utilities[mcp]>=0.2.
|
|
17
|
+
Requires-Dist: agent-utilities[mcp]>=0.2.42; extra == "mcp"
|
|
18
18
|
Provides-Extra: agent
|
|
19
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.2.
|
|
19
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.2.42; extra == "agent"
|
|
20
20
|
Provides-Extra: gql
|
|
21
21
|
Requires-Dist: gql>=4.0.0; extra == "gql"
|
|
22
22
|
Provides-Extra: all
|
|
23
|
-
Requires-Dist: gitlab-api[agent,gql,logfire,mcp]>=25.15.
|
|
23
|
+
Requires-Dist: gitlab-api[agent,gql,logfire,mcp]>=25.15.56; extra == "all"
|
|
24
|
+
Provides-Extra: test
|
|
25
|
+
Requires-Dist: pytest; extra == "test"
|
|
26
|
+
Requires-Dist: pytest-asyncio; extra == "test"
|
|
24
27
|
Dynamic: license-file
|
|
25
28
|
|
|
26
29
|
# GitLab API - A2A | AG-UI | MCP
|
|
@@ -46,7 +49,7 @@ Dynamic: license-file
|
|
|
46
49
|

|
|
47
50
|

|
|
48
51
|
|
|
49
|
-
*Version: 25.
|
|
52
|
+
*Version: 25.16.0*
|
|
50
53
|
|
|
51
54
|
## Overview
|
|
52
55
|
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import importlib
|
|
2
|
-
import sys
|
|
3
2
|
import inspect
|
|
4
|
-
|
|
3
|
+
import sys
|
|
5
4
|
|
|
6
|
-
__all__:
|
|
5
|
+
__all__: list[str] = []
|
|
7
6
|
|
|
8
7
|
CORE_MODULES = [
|
|
9
8
|
"gitlab_api.gitlab_input_models",
|
|
10
9
|
"gitlab_api.gitlab_response_models",
|
|
11
|
-
"gitlab_api.
|
|
10
|
+
"gitlab_api.api_client",
|
|
12
11
|
]
|
|
13
12
|
|
|
14
13
|
OPTIONAL_MODULES = {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/python
|
|
2
|
-
|
|
2
|
+
import logging
|
|
3
3
|
import os
|
|
4
4
|
import sys
|
|
5
|
-
import logging
|
|
6
5
|
import warnings
|
|
7
6
|
|
|
8
7
|
from agent_utilities import (
|
|
@@ -13,7 +12,7 @@ from agent_utilities import (
|
|
|
13
12
|
load_identity,
|
|
14
13
|
)
|
|
15
14
|
|
|
16
|
-
__version__ = "25.
|
|
15
|
+
__version__ = "25.16.0"
|
|
17
16
|
|
|
18
17
|
logging.basicConfig(
|
|
19
18
|
level=logging.INFO,
|