nvidia-nat-mem0ai 1.3.0.dev2__py3-none-any.whl → 1.3.0rc1__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
@@ -108,5 +113,3 @@ class Mem0Editor(MemoryEditor):
108
113
 
109
114
  user_id = kwargs.pop("user_id")
110
115
  await self._client.delete_all(user_id=user_id)
111
-
112
- return
@@ -13,7 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- # pylint: disable=unused-import
17
16
  # flake8: noqa
18
17
  # isort:skip_file
19
18
 
@@ -1,12 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-mem0ai
3
- Version: 1.3.0.dev2
3
+ Version: 1.3.0rc1
4
4
  Summary: Subpackage for Mem0 integration in NeMo Agent toolkit
5
5
  Keywords: ai,agents,memory
6
6
  Classifier: Programming Language :: Python
7
- Requires-Python: <3.13,>=3.11
7
+ Classifier: Programming Language :: Python :: 3.11
8
+ Classifier: Programming Language :: Python :: 3.12
9
+ Classifier: Programming Language :: Python :: 3.13
10
+ Requires-Python: <3.14,>=3.11
8
11
  Description-Content-Type: text/markdown
9
- Requires-Dist: nvidia-nat==v1.3.0-dev2
12
+ Requires-Dist: nvidia-nat==v1.3.0-rc1
10
13
  Requires-Dist: mem0ai~=0.1.30
11
14
 
12
15
  <!--
@@ -0,0 +1,10 @@
1
+ nat/meta/pypi.md,sha256=7XuJcdD6mLfdsNxAbZP0xBwy66gfptwYqnOoC06xz_8,1112
2
+ nat/plugins/mem0ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ nat/plugins/mem0ai/mem0_editor.py,sha256=NWaxsAon4cZZz7ci-WJq5P7SJI371IhinDTthGedFnU,3814
4
+ nat/plugins/mem0ai/memory.py,sha256=-uO0kcuCpAXrRZnzU2dfM5yHm87go4nOhBUZ03i9Qtk,2291
5
+ nat/plugins/mem0ai/register.py,sha256=n5QJ6VHpLSV4j9WJEc7IgvWHbSyfy8KYeE9XKz4NZxo,807
6
+ nvidia_nat_mem0ai-1.3.0rc1.dist-info/METADATA,sha256=QOgAzpQ17ZCaJKlY4yolZBgArs5YTN953BW3R6Akry4,1601
7
+ nvidia_nat_mem0ai-1.3.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ nvidia_nat_mem0ai-1.3.0rc1.dist-info/entry_points.txt,sha256=3eEklM2ToRyptUsWn00bINNml1FWTMaEZlNq29G4SjQ,58
9
+ nvidia_nat_mem0ai-1.3.0rc1.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
10
+ nvidia_nat_mem0ai-1.3.0rc1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- nat/meta/pypi.md,sha256=7XuJcdD6mLfdsNxAbZP0xBwy66gfptwYqnOoC06xz_8,1112
2
- nat/plugins/mem0ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- nat/plugins/mem0ai/mem0_editor.py,sha256=8BKaUia8VLW_NRYHQgFKyqX5EAoDTwmlBxck0JhIv7I,3647
4
- nat/plugins/mem0ai/memory.py,sha256=-uO0kcuCpAXrRZnzU2dfM5yHm87go4nOhBUZ03i9Qtk,2291
5
- nat/plugins/mem0ai/register.py,sha256=_ffKNKnMfkB2HzX4Nk_9EW0pwebg3GuzAE-iB-CoC3E,839
6
- nvidia_nat_mem0ai-1.3.0.dev2.dist-info/METADATA,sha256=A7tw8D3jmH4eb6f7klCqXYAGEWbOLbGAKhs49try-tk,1451
7
- nvidia_nat_mem0ai-1.3.0.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- nvidia_nat_mem0ai-1.3.0.dev2.dist-info/entry_points.txt,sha256=3eEklM2ToRyptUsWn00bINNml1FWTMaEZlNq29G4SjQ,58
9
- nvidia_nat_mem0ai-1.3.0.dev2.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
10
- nvidia_nat_mem0ai-1.3.0.dev2.dist-info/RECORD,,