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.
Files changed (48) hide show
  1. {gitlab_api-25.15.56/gitlab_api.egg-info → gitlab_api-25.16.0}/PKG-INFO +9 -6
  2. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/README.md +1 -1
  3. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/__init__.py +3 -4
  4. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/agent_server.py +2 -3
  5. gitlab_api-25.15.56/gitlab_api/api_wrapper.py → gitlab_api-25.16.0/gitlab_api/api_client.py +264 -244
  6. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/auth.py +10 -10
  7. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_gql.py +395 -422
  8. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_input_models.py +495 -518
  9. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/gitlab_response_models.py +1139 -1206
  10. gitlab_api-25.16.0/gitlab_api/mcp_config.json +3 -0
  11. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/mcp_server.py +1950 -1456
  12. {gitlab_api-25.15.56 → gitlab_api-25.16.0/gitlab_api.egg-info}/PKG-INFO +9 -6
  13. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/SOURCES.txt +5 -11
  14. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/entry_points.txt +1 -0
  15. gitlab_api-25.16.0/gitlab_api.egg-info/requires.txt +17 -0
  16. gitlab_api-25.16.0/pyproject.toml +51 -0
  17. gitlab_api-25.16.0/requirements.txt +2 -0
  18. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/scripts/validate_agent.py +2 -2
  19. gitlab_api-25.16.0/tests/__init__.py +0 -0
  20. gitlab_api-25.16.0/tests/conftest.py +68 -0
  21. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_api_wrapper.py +36 -24
  22. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_a2a_validation.py +7 -4
  23. gitlab_api-25.16.0/tests/test_gitlab_api_brute_force_coverage.py +164 -0
  24. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_mcp_validation.py +5 -1
  25. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_gitlab_models.py +593 -557
  26. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/test_verify_agent.py +23 -20
  27. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/tests/verify_a2a_queries.py +3 -2
  28. gitlab_api-25.15.56/gitlab_api/agent_data/CRON.md +0 -12
  29. gitlab_api-25.15.56/gitlab_api/agent_data/CRON_LOG.md +0 -56
  30. gitlab_api-25.15.56/gitlab_api/agent_data/HEARTBEAT.md +0 -30
  31. gitlab_api-25.15.56/gitlab_api/agent_data/IDENTITY.md +0 -45
  32. gitlab_api-25.15.56/gitlab_api/agent_data/MEMORY.md +0 -8
  33. gitlab_api-25.15.56/gitlab_api/agent_data/NODE_AGENTS.md +0 -85
  34. gitlab_api-25.15.56/gitlab_api/agent_data/USER.md +0 -7
  35. gitlab_api-25.15.56/gitlab_api/agent_data/chats +0 -3
  36. gitlab_api-25.15.56/gitlab_api/agent_data/icon.png +0 -3
  37. gitlab_api-25.15.56/gitlab_api/agent_data/mcp_config.json +0 -36
  38. gitlab_api-25.15.56/gitlab_api.egg-info/requires.txt +0 -13
  39. gitlab_api-25.15.56/pyproject.toml +0 -45
  40. gitlab_api-25.15.56/requirements.txt +0 -5
  41. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/LICENSE +0 -0
  42. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/MANIFEST.in +0 -0
  43. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api/__main__.py +0 -0
  44. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/dependency_links.txt +0 -0
  45. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/gitlab_api.egg-info/top_level.txt +0 -0
  46. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/scripts/validate_a2a_agent.py +2 -2
  47. {gitlab_api-25.15.56 → gitlab_api-25.16.0}/setup.cfg +0 -0
  48. {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.15.56
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.31
15
+ Requires-Dist: agent-utilities>=0.2.42
16
16
  Provides-Extra: mcp
17
- Requires-Dist: agent-utilities[mcp]>=0.2.31; extra == "mcp"
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.31; extra == "agent"
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.15; extra == "all"
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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
47
50
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
48
51
 
49
- *Version: 25.15.56*
52
+ *Version: 25.16.0*
50
53
 
51
54
  ## Overview
52
55
 
@@ -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.56*
24
+ *Version: 25.16.0*
25
25
 
26
26
  ## Overview
27
27
 
@@ -1,14 +1,13 @@
1
1
  import importlib
2
- import sys
3
2
  import inspect
4
- from typing import List
3
+ import sys
5
4
 
6
- __all__: List[str] = []
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.api_wrapper",
10
+ "gitlab_api.api_client",
12
11
  ]
13
12
 
14
13
  OPTIONAL_MODULES = {
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/python
2
- # coding: utf-8
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.56"
15
+ __version__ = "25.16.0"
17
16
 
18
17
  logging.basicConfig(
19
18
  level=logging.INFO,