langchain-xache 0.1.0__tar.gz → 0.1.1__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: langchain-xache
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: LangChain integration for Xache Protocol - verifiable AI agent memory
5
5
  Author-email: Xache Protocol <dev@xache.xyz>
6
6
  License: MIT
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: xache>=0.1.0
23
+ Requires-Dist: xache>=5.1.0
24
24
  Requires-Dist: langchain>=0.1.0
25
25
  Requires-Dist: pydantic>=2.0.0
26
26
  Provides-Extra: dev
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langchain-xache
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: LangChain integration for Xache Protocol - verifiable AI agent memory
5
5
  Author-email: Xache Protocol <dev@xache.xyz>
6
6
  License: MIT
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: xache>=0.1.0
23
+ Requires-Dist: xache>=5.1.0
24
24
  Requires-Dist: langchain>=0.1.0
25
25
  Requires-Dist: pydantic>=2.0.0
26
26
  Provides-Extra: dev
@@ -1,4 +1,4 @@
1
- xache>=0.1.0
1
+ xache>=5.1.0
2
2
  langchain>=0.1.0
3
3
  pydantic>=2.0.0
4
4
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "langchain-xache"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "LangChain integration for Xache Protocol - verifiable AI agent memory"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -36,7 +36,7 @@ classifiers = [
36
36
  "Topic :: Software Development :: Libraries :: Python Modules",
37
37
  ]
38
38
  dependencies = [
39
- "xache>=0.1.0",
39
+ "xache>=5.1.0",
40
40
  "langchain>=0.1.0",
41
41
  "pydantic>=2.0.0",
42
42
  ]