You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.
9
+
* All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.
10
+
* All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.
11
+
12
+
### Features
13
+
14
+
* complete Python AdCP SDK with typed API and auto-generated types ([#5](https://github.com/adcontextprotocol/adcp-client-python/issues/5)) ([bc8ebc9](https://github.com/adcontextprotocol/adcp-client-python/commit/bc8ebc957349550887b0d329fba02d5222a311ef))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* correct PyPI API token secret name ([#6](https://github.com/adcontextprotocol/adcp-client-python/issues/6)) ([eae30ce](https://github.com/adcontextprotocol/adcp-client-python/commit/eae30ceb9538a4ff2baf0a0a9a944b9e5ae0c5a0))
20
+
21
+
22
+
### Reverts
23
+
24
+
* restore correct PYPY_API_TOKEN secret name ([#7](https://github.com/adcontextprotocol/adcp-client-python/issues/7)) ([330f484](https://github.com/adcontextprotocol/adcp-client-python/commit/330f48449dce18356e94bf1f95c8e4e4d4c59178))
25
+
26
+
27
+
### Documentation
28
+
29
+
* update PyPI setup guide with correct secret name and current status ([085b961](https://github.com/adcontextprotocol/adcp-client-python/commit/085b961ef6d49050a9dc4bcdd956ff29d2955aed))
0 commit comments