contex-python 0.1.2__tar.gz → 0.1.4__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: contex-python
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Official Python SDK for Contex - Semantic context routing for AI agents
5
5
  Author-email: Cahoots <admin@cahoots.cc>
6
6
  License: MIT
@@ -200,7 +200,7 @@ class ContexAsyncClient:
200
200
  data_format=data_format,
201
201
  metadata=metadata,
202
202
  )
203
- return await self._request("POST", "/api/v1/v1/data/publish", json=event.model_dump())
203
+ return await self._request("POST", "/api/v1/data/publish", json=event.model_dump())
204
204
 
205
205
  # ========================================================================
206
206
  # Agent Management
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: contex-python
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Official Python SDK for Contex - Semantic context routing for AI agents
5
5
  Author-email: Cahoots <admin@cahoots.cc>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "contex-python"
7
- version = "0.1.2"
7
+ version = "0.1.4"
8
8
  description = "Official Python SDK for Contex - Semantic context routing for AI agents"
9
9
  readme = "README.md"
10
10
  authors = [
File without changes
File without changes
File without changes