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
+
11
+
### Features
12
+
13
+
* 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))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
* 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))
19
+
20
+
21
+
### Documentation
22
+
23
+
* update PyPI setup guide with correct secret name and current status ([085b961](https://github.com/adcontextprotocol/adcp-client-python/commit/085b961ef6d49050a9dc4bcdd956ff29d2955aed))
0 commit comments