polynode 0.12.1__tar.gz → 0.12.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.
Files changed (47) hide show
  1. {polynode-0.12.1 → polynode-0.12.2}/PKG-INFO +2 -2
  2. {polynode-0.12.1 → polynode-0.12.2}/README.md +1 -1
  3. polynode-0.12.2/polynode/_version.py +1 -0
  4. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/rest.py +1 -1
  5. {polynode-0.12.1 → polynode-0.12.2}/pyproject.toml +1 -1
  6. polynode-0.12.1/polynode/_version.py +0 -1
  7. {polynode-0.12.1 → polynode-0.12.2}/.gitignore +0 -0
  8. {polynode-0.12.1 → polynode-0.12.2}/core-contract-v1.json +0 -0
  9. {polynode-0.12.1 → polynode-0.12.2}/core-fixtures-v1.json +0 -0
  10. {polynode-0.12.1 → polynode-0.12.2}/polynode/__init__.py +0 -0
  11. {polynode-0.12.1 → polynode-0.12.2}/polynode/cache/__init__.py +0 -0
  12. {polynode-0.12.1 → polynode-0.12.2}/polynode/client.py +0 -0
  13. {polynode-0.12.1 → polynode-0.12.2}/polynode/engine.py +0 -0
  14. {polynode-0.12.1 → polynode-0.12.2}/polynode/errors.py +0 -0
  15. {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook.py +0 -0
  16. {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook_integrity.py +0 -0
  17. {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook_state.py +0 -0
  18. {polynode-0.12.1 → polynode-0.12.2}/polynode/perps.py +0 -0
  19. {polynode-0.12.1 → polynode-0.12.2}/polynode/redemption_watcher.py +0 -0
  20. {polynode-0.12.1 → polynode-0.12.2}/polynode/short_form.py +0 -0
  21. {polynode-0.12.1 → polynode-0.12.2}/polynode/subscription.py +0 -0
  22. {polynode-0.12.1 → polynode-0.12.2}/polynode/testing.py +0 -0
  23. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/V2_ORDER_FLOW.md +0 -0
  24. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/__init__.py +0 -0
  25. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/clob_api.py +0 -0
  26. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/constants.py +0 -0
  27. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/cosigner.py +0 -0
  28. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/eip712.py +0 -0
  29. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/escrow.py +0 -0
  30. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/onboarding.py +0 -0
  31. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/position_management.py +0 -0
  32. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/privy.py +0 -0
  33. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/relayer.py +0 -0
  34. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/signer.py +0 -0
  35. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/sqlite_backend.py +0 -0
  36. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/trader.py +0 -0
  37. {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/types.py +0 -0
  38. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/__init__.py +0 -0
  39. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/enums.py +0 -0
  40. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/events.py +0 -0
  41. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/orderbook.py +0 -0
  42. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/perps.py +0 -0
  43. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/short_form.py +0 -0
  44. {polynode-0.12.1 → polynode-0.12.2}/polynode/types/ws.py +0 -0
  45. {polynode-0.12.1 → polynode-0.12.2}/polynode/v3.py +0 -0
  46. {polynode-0.12.1 → polynode-0.12.2}/polynode/v3_operations.py +0 -0
  47. {polynode-0.12.1 → polynode-0.12.2}/polynode/ws.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: polynode
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary: Python SDK for the PolyNode real-time prediction market data platform
5
5
  Project-URL: Homepage, https://polynode.dev
6
6
  Project-URL: Documentation, https://docs.polynode.dev
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
36
36
 
37
37
  Python SDK for the [PolyNode](https://polynode.dev) real-time prediction market data platform.
38
38
 
39
- **Current in v0.12.1:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
39
+ **Current in v0.12.2:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
40
40
 
41
41
  **New in v0.11.0:** Current-production parity. Trading now defaults to CLOB V2 on `clob.polymarket.com`, uses PolyNode's public builder attribution unless overridden, omits removed V1 wire fields, and supports V2 GTD expiration. Managed 5-minute, 15-minute, and 4-hour streams select the required 30/60-second Chainlink TWAP lookbacks on a dedicated connection and reconnect/resubscribe at every market rotation. WebSocket models, presets, and filters now cover current redemption, position-conversion, dome/fill, and PM2 combo events. REST position queries now include redeemable/condition filters, multi-wallet batches, and market-holder views; connection and status observability match the current public API.
42
42
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Python SDK for the [PolyNode](https://polynode.dev) real-time prediction market data platform.
4
4
 
5
- **Current in v0.12.1:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
5
+ **Current in v0.12.2:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
6
6
 
7
7
  **New in v0.11.0:** Current-production parity. Trading now defaults to CLOB V2 on `clob.polymarket.com`, uses PolyNode's public builder attribution unless overridden, omits removed V1 wire fields, and supports V2 GTD expiration. Managed 5-minute, 15-minute, and 4-hour streams select the required 30/60-second Chainlink TWAP lookbacks on a dedicated connection and reconnect/resubscribe at every market rotation. WebSocket models, presets, and filters now cover current redemption, position-conversion, dome/fill, and PM2 combo events. REST position queries now include redeemable/condition filters, multi-wallet batches, and market-holder views; connection and status observability match the current public API.
8
8
 
@@ -0,0 +1 @@
1
+ __version__ = "0.12.2"
@@ -336,7 +336,7 @@ class EventMarket(BaseModel):
336
336
  class EventSearchMarket(BaseModel):
337
337
  question: str
338
338
  groupItemTitle: str
339
- conditionId: str
339
+ conditionId: str | None = None
340
340
  tokenId: str | None = None
341
341
  price: float | None = None
342
342
  active: bool
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "polynode"
7
- version = "0.12.1"
7
+ version = "0.12.2"
8
8
  description = "Python SDK for the PolyNode real-time prediction market data platform"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1 +0,0 @@
1
- __version__ = "0.12.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes