splox 0.3.2__tar.gz → 0.3.3__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 (38) hide show
  1. {splox-0.3.2 → splox-0.3.3}/PKG-INFO +1 -1
  2. {splox-0.3.2 → splox-0.3.3}/pyproject.toml +1 -1
  3. {splox-0.3.2 → splox-0.3.3}/src/splox/__init__.py +1 -3
  4. {splox-0.3.2 → splox-0.3.3}/.github/workflows/publish.yml +0 -0
  5. {splox-0.3.2 → splox-0.3.3}/.github/workflows/test.yml +0 -0
  6. {splox-0.3.2 → splox-0.3.3}/.gitignore +0 -0
  7. {splox-0.3.2 → splox-0.3.3}/CHANGELOG.md +0 -0
  8. {splox-0.3.2 → splox-0.3.3}/LICENSE +0 -0
  9. {splox-0.3.2 → splox-0.3.3}/README.md +0 -0
  10. {splox-0.3.2 → splox-0.3.3}/src/splox/_client.py +0 -0
  11. {splox-0.3.2 → splox-0.3.3}/src/splox/_discovery.py +0 -0
  12. {splox-0.3.2 → splox-0.3.3}/src/splox/_ids.py +0 -0
  13. {splox-0.3.2 → splox-0.3.3}/src/splox/_interactions.py +0 -0
  14. {splox-0.3.2 → splox-0.3.3}/src/splox/_mcp.py +0 -0
  15. {splox-0.3.2 → splox-0.3.3}/src/splox/_models.py +0 -0
  16. {splox-0.3.2 → splox-0.3.3}/src/splox/_resources.py +0 -0
  17. {splox-0.3.2 → splox-0.3.3}/src/splox/_runs.py +0 -0
  18. {splox-0.3.2 → splox-0.3.3}/src/splox/_transport.py +0 -0
  19. {splox-0.3.2 → splox-0.3.3}/src/splox/_workflows.py +0 -0
  20. {splox-0.3.2 → splox-0.3.3}/src/splox/builder/__init__.py +0 -0
  21. {splox-0.3.2 → splox-0.3.3}/src/splox/evals/__init__.py +0 -0
  22. {splox-0.3.2 → splox-0.3.3}/src/splox/exceptions.py +0 -0
  23. {splox-0.3.2 → splox-0.3.3}/src/splox/py.typed +0 -0
  24. {splox-0.3.2 → splox-0.3.3}/tests/__init__.py +0 -0
  25. {splox-0.3.2 → splox-0.3.3}/tests/integration_test.py +0 -0
  26. {splox-0.3.2 → splox-0.3.3}/tests/integration_test_mcp.py +0 -0
  27. {splox-0.3.2 → splox-0.3.3}/tests/integration_test_v2.py +0 -0
  28. {splox-0.3.2 → splox-0.3.3}/tests/test_builder.py +0 -0
  29. {splox-0.3.2 → splox-0.3.3}/tests/test_client.py +0 -0
  30. {splox-0.3.2 → splox-0.3.3}/tests/test_codemode_contract.py +0 -0
  31. {splox-0.3.2 → splox-0.3.3}/tests/test_discovery.py +0 -0
  32. {splox-0.3.2 → splox-0.3.3}/tests/test_evals.py +0 -0
  33. {splox-0.3.2 → splox-0.3.3}/tests/test_exceptions.py +0 -0
  34. {splox-0.3.2 → splox-0.3.3}/tests/test_ids.py +0 -0
  35. {splox-0.3.2 → splox-0.3.3}/tests/test_models.py +0 -0
  36. {splox-0.3.2 → splox-0.3.3}/tests/test_runs.py +0 -0
  37. {splox-0.3.2 → splox-0.3.3}/tests/test_sse.py +0 -0
  38. {splox-0.3.2 → splox-0.3.3}/tests/test_workflows.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: splox
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Official Python SDK for the Splox API — run workflows, manage chats, and monitor execution
5
5
  Project-URL: Homepage, https://splox.io
6
6
  Project-URL: Documentation, https://docs.splox.io
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "splox"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "Official Python SDK for the Splox API — run workflows, manage chats, and monitor execution"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -105,6 +105,4 @@ __all__ = [
105
105
  "async_notify",
106
106
  ]
107
107
 
108
- __version__ = "0.3.2"
109
-
110
- # 0.3.2: runtime-manifest hot-reload end-to-end release check
108
+ __version__ = "0.3.3"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes