nvidia-nat-mem0ai 1.3.0a20250827__py3-none-any.whl → 1.3.0a20250829__py3-none-any.whl

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.
@@ -14,8 +14,13 @@
14
14
  # limitations under the License.
15
15
 
16
16
  import asyncio
17
+ import warnings
17
18
 
18
- from mem0 import AsyncMemoryClient
19
+ from pydantic.warnings import PydanticDeprecatedSince20
20
+
21
+ with warnings.catch_warnings():
22
+ warnings.filterwarnings("ignore", category=PydanticDeprecatedSince20)
23
+ from mem0 import AsyncMemoryClient
19
24
 
20
25
  from nat.memory.interfaces import MemoryEditor
21
26
  from nat.memory.models import MemoryItem
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-mem0ai
3
- Version: 1.3.0a20250827
3
+ Version: 1.3.0a20250829
4
4
  Summary: Subpackage for Mem0 integration in NeMo Agent toolkit
5
5
  Keywords: ai,agents,memory
6
6
  Classifier: Programming Language :: Python
7
7
  Requires-Python: <3.13,>=3.11
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: nvidia-nat==v1.3.0a20250827
9
+ Requires-Dist: nvidia-nat==v1.3.0a20250829
10
10
  Requires-Dist: mem0ai~=0.1.30
11
11
 
12
12
  <!--
@@ -1,10 +1,10 @@
1
1
  nat/meta/pypi.md,sha256=7XuJcdD6mLfdsNxAbZP0xBwy66gfptwYqnOoC06xz_8,1112
2
2
  nat/plugins/mem0ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- nat/plugins/mem0ai/mem0_editor.py,sha256=p5rGP0QCN_klrYqBc7-NnMVpDMYfTKcWIu4PYEnRfNs,3631
3
+ nat/plugins/mem0ai/mem0_editor.py,sha256=NWaxsAon4cZZz7ci-WJq5P7SJI371IhinDTthGedFnU,3814
4
4
  nat/plugins/mem0ai/memory.py,sha256=-uO0kcuCpAXrRZnzU2dfM5yHm87go4nOhBUZ03i9Qtk,2291
5
5
  nat/plugins/mem0ai/register.py,sha256=n5QJ6VHpLSV4j9WJEc7IgvWHbSyfy8KYeE9XKz4NZxo,807
6
- nvidia_nat_mem0ai-1.3.0a20250827.dist-info/METADATA,sha256=UwIxUD2c6_S4uVdk5mr5dFQ7gKHozyrDJivZ4FHsDiM,1459
7
- nvidia_nat_mem0ai-1.3.0a20250827.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- nvidia_nat_mem0ai-1.3.0a20250827.dist-info/entry_points.txt,sha256=3eEklM2ToRyptUsWn00bINNml1FWTMaEZlNq29G4SjQ,58
9
- nvidia_nat_mem0ai-1.3.0a20250827.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
10
- nvidia_nat_mem0ai-1.3.0a20250827.dist-info/RECORD,,
6
+ nvidia_nat_mem0ai-1.3.0a20250829.dist-info/METADATA,sha256=nh_iHINrFUUAyWqOfDzsTYOt2P0aDNHXVNJ7xcd2ejY,1459
7
+ nvidia_nat_mem0ai-1.3.0a20250829.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ nvidia_nat_mem0ai-1.3.0a20250829.dist-info/entry_points.txt,sha256=3eEklM2ToRyptUsWn00bINNml1FWTMaEZlNq29G4SjQ,58
9
+ nvidia_nat_mem0ai-1.3.0a20250829.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
10
+ nvidia_nat_mem0ai-1.3.0a20250829.dist-info/RECORD,,