adcp 1.0.1__py3-none-any.whl → 1.0.2__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
@@ -46,7 +46,7 @@ from adcp.types.generated import (
46
46
  UpdateMediaBuyResponse,
47
47
  )
48
48
 
49
- __version__ = "1.0.1"
49
+ __version__ = "1.0.2"
50
50
 
51
51
  __all__ = [
52
52
  # Client classes
adcp/client.py CHANGED
@@ -159,19 +159,19 @@ class ADCPClient:
159
159
  type=ActivityType.PROTOCOL_REQUEST,
160
160
  operation_id=operation_id,
161
161
  agent_id=self.agent_config.id,
162
- task_type="update_media_buy",
162
+ task_type="list_creative_formats",
163
163
  timestamp=datetime.now(timezone.utc).isoformat(),
164
164
  )
165
165
  )
166
166
 
167
- result = await self.adapter.call_tool("update_media_buy", params)
167
+ result = await self.adapter.call_tool("list_creative_formats", params)
168
168
 
169
169
  self._emit_activity(
170
170
  Activity(
171
171
  type=ActivityType.PROTOCOL_RESPONSE,
172
172
  operation_id=operation_id,
173
173
  agent_id=self.agent_config.id,
174
- task_type="update_media_buy",
174
+ task_type="list_creative_formats",
175
175
  status=result.status,
176
176
  timestamp=datetime.now(timezone.utc).isoformat(),
177
177
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adcp
3
- Version: 1.0.1
3
+ Version: 1.0.2
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,6 +1,6 @@
1
- adcp/__init__.py,sha256=8vcP5vvkGKAn6ESlbFDzTZczzyZmaJ__DjVVx_TlBBY,2512
1
+ adcp/__init__.py,sha256=P-Lws8JQAoeN82lIPhabzOPf5CSgTRDWNSQswb9aBK4,2512
2
2
  adcp/__main__.py,sha256=MR7hiJu0cM7wkBAMpJ9wq9IXWFjWeD5gEOvJOJawnW8,8900
3
- adcp/client.py,sha256=S1Qe_4wYt_A7T6ltK_6Cnx_9gr_I23brjSSHC00bcVM,20885
3
+ adcp/client.py,sha256=E7SEqZarXuT76nURHWG_O9thNauNW1yEesFlF2lVXjg,20900
4
4
  adcp/config.py,sha256=Vsy7ZPOI8G3fB_i5Nk-CHbC7wdasCUWuKlos0fwA0kY,2017
5
5
  adcp/exceptions.py,sha256=dNRMKV23DlkGKyB9Xmt6MtlhvDu1crjzD_en4nAEwDY,4399
6
6
  adcp/protocols/__init__.py,sha256=6UFwACQ0QadBUzy17wUROHqsJDp8ztPW2jzyl53Zh_g,262
@@ -13,9 +13,9 @@ adcp/types/generated.py,sha256=5vbr113-rhNJSMePAEvQSPtqqEqiloVw1F8BeT4tk3o,49973
13
13
  adcp/types/tasks.py,sha256=iwNoV-1_BxH3PZxmfg2rgZHDUN-o_Ob7zgPNbKtyNPM,21553
14
14
  adcp/utils/__init__.py,sha256=uetvSJB19CjQbtwEYZiTnumJG11GsafQmXm5eR3hL7E,153
15
15
  adcp/utils/operation_id.py,sha256=wQX9Bb5epXzRq23xoeYPTqzu5yLuhshg7lKJZihcM2k,294
16
- adcp-1.0.1.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
17
- adcp-1.0.1.dist-info/METADATA,sha256=Kc-phbnBzt8fV4aQIze_VRNXogyBbnwanrKIwJD8iFE,12724
18
- adcp-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- adcp-1.0.1.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
20
- adcp-1.0.1.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
21
- adcp-1.0.1.dist-info/RECORD,,
16
+ adcp-1.0.2.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
17
+ adcp-1.0.2.dist-info/METADATA,sha256=q2TkYphUBt9eTOWTZ2e774Xj1cuzxjeOgEvvTAPtOZ8,12724
18
+ adcp-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ adcp-1.0.2.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
20
+ adcp-1.0.2.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
21
+ adcp-1.0.2.dist-info/RECORD,,
File without changes