oneshot-python 0.7.1__tar.gz → 0.7.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oneshot-python
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: Core Python SDK for the OneShot API — HTTP client with x402 payment handling
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.10
@@ -172,11 +172,9 @@ class OneShotClient:
172
172
  )
173
173
 
174
174
  # Step 4 — Re-POST with payment headers (x402 format)
175
- auth_json = json.dumps(auth)
176
175
  headers = {
177
176
  **self._headers(),
178
177
  "payment-signature": encode_payment_header(auth),
179
- "x-payment": auth_json, # backwards compat for identity extraction
180
178
  }
181
179
  if quote_id:
182
180
  headers["x-quote-id"] = quote_id
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "oneshot-python"
3
- version = "0.7.1"
3
+ version = "0.7.2"
4
4
  description = "Core Python SDK for the OneShot API — HTTP client with x402 payment handling"
5
5
  readme = {text = "Core Python SDK for the OneShot API", content-type = "text/plain"}
6
6
  license = "MIT"
File without changes
File without changes