adcp 1.3.0__py3-none-any.whl → 1.3.1__py3-none-any.whl

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.
adcp/__init__.py CHANGED
@@ -23,13 +23,17 @@ from adcp.exceptions import (
23
23
  from adcp.testing import (
24
24
  CREATIVE_AGENT_CONFIG,
25
25
  TEST_AGENT_A2A_CONFIG,
26
+ TEST_AGENT_A2A_NO_AUTH_CONFIG,
26
27
  TEST_AGENT_MCP_CONFIG,
28
+ TEST_AGENT_MCP_NO_AUTH_CONFIG,
27
29
  TEST_AGENT_TOKEN,
28
30
  create_test_agent,
29
31
  creative_agent,
30
32
  test_agent,
31
33
  test_agent_a2a,
34
+ test_agent_a2a_no_auth,
32
35
  test_agent_client,
36
+ test_agent_no_auth,
33
37
  )
34
38
  from adcp.types.core import AgentConfig, Protocol, TaskResult, TaskStatus, WebhookMetadata
35
39
  from adcp.types.generated import (
@@ -146,7 +150,7 @@ from adcp.types.generated import (
146
150
  TaskStatus as GeneratedTaskStatus,
147
151
  )
148
152
 
149
- __version__ = "1.3.0"
153
+ __version__ = "1.3.1"
150
154
 
151
155
  __all__ = [
152
156
  # Client classes
@@ -161,12 +165,16 @@ __all__ = [
161
165
  # Test helpers
162
166
  "test_agent",
163
167
  "test_agent_a2a",
168
+ "test_agent_no_auth",
169
+ "test_agent_a2a_no_auth",
164
170
  "creative_agent",
165
171
  "test_agent_client",
166
172
  "create_test_agent",
167
173
  "TEST_AGENT_TOKEN",
168
174
  "TEST_AGENT_MCP_CONFIG",
169
175
  "TEST_AGENT_A2A_CONFIG",
176
+ "TEST_AGENT_MCP_NO_AUTH_CONFIG",
177
+ "TEST_AGENT_A2A_NO_AUTH_CONFIG",
170
178
  "CREATIVE_AGENT_CONFIG",
171
179
  # Exceptions
172
180
  "ADCPError",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adcp
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Official Python client for the Ad Context Protocol (AdCP)
5
5
  Author-email: AdCP Community <maintainers@adcontextprotocol.org>
6
6
  License: Apache-2.0
@@ -1,4 +1,4 @@
1
- adcp/__init__.py,sha256=FRJ5kL682ZQiohuDyzUzwLvrOEUM7Hjy0aavfo4g4gc,6724
1
+ adcp/__init__.py,sha256=MCmxv3akU0gGpUZhkHnieWiBHJkmwbMz67XqNWDE8fY,6976
2
2
  adcp/__main__.py,sha256=Avy_C71rruh2lOuojvuXDj09tkFOaek74nJ-dbx25Sw,12838
3
3
  adcp/client.py,sha256=co4tKdkjDrqZltCUPcYwVRr8LQfbBbG-DLjapLjcVuo,28246
4
4
  adcp/config.py,sha256=Vsy7ZPOI8G3fB_i5Nk-CHbC7wdasCUWuKlos0fwA0kY,2017
@@ -17,9 +17,9 @@ adcp/utils/__init__.py,sha256=uetvSJB19CjQbtwEYZiTnumJG11GsafQmXm5eR3hL7E,153
17
17
  adcp/utils/operation_id.py,sha256=wQX9Bb5epXzRq23xoeYPTqzu5yLuhshg7lKJZihcM2k,294
18
18
  adcp/utils/preview_cache.py,sha256=8_2qs5CgrHv1_WOnD4bs43VWueu-rcZRu5PZMQ_lyuE,17573
19
19
  adcp/utils/response_parser.py,sha256=uPk2vIH-RYZmq7y3i8lC4HTMQ3FfKdlgXKTjgJ1955M,6253
20
- adcp-1.3.0.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
21
- adcp-1.3.0.dist-info/METADATA,sha256=QQQ8zxzwIelNWUxz-ZBTTgpORHp9RrxT-1BnjFZ5S_o,19097
22
- adcp-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- adcp-1.3.0.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
24
- adcp-1.3.0.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
25
- adcp-1.3.0.dist-info/RECORD,,
20
+ adcp-1.3.1.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
21
+ adcp-1.3.1.dist-info/METADATA,sha256=A-iffDZHPdrerWn_-vqFTnIHhhoARKGcsTTiw-X2WQk,19097
22
+ adcp-1.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ adcp-1.3.1.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
24
+ adcp-1.3.1.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
25
+ adcp-1.3.1.dist-info/RECORD,,
File without changes