terrarium-python 0.2.2__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrarium-python
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Async Python client for the Terrarium orchestrator API — manage sandboxed Claude agents and sessions (Claude-Agent-SDK-aligned).
5
5
  Project-URL: Homepage, https://oaisp.github.io/terrarium/
6
6
  Project-URL: Documentation, https://oaisp.github.io/terrarium/sdk/
@@ -3,7 +3,7 @@
3
3
  # [tool.hatch.build.targets.wheel] below — so code reads `from terrarium import ...`
4
4
  # regardless. The bare `terrarium` name was not available on PyPI.
5
5
  name = "terrarium-python"
6
- version = "0.2.2"
6
+ version = "0.2.3"
7
7
  description = "Async Python client for the Terrarium orchestrator API — manage sandboxed Claude agents and sessions (Claude-Agent-SDK-aligned)."
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.10"