naas-abi-core 1.0.4.dev2__py3-none-any.whl → 1.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naas-abi-core
3
- Version: 1.0.4.dev2
3
+ Version: 1.0.6
4
4
  Summary: Abi framework allowing you to build your AI system.
5
5
  Author-email: Maxime Jublou <maxime@naas.ai>, Florent Ravenel <florent@naas.ai>, Jeremy Ravenel <jeremy@naas.ai>
6
6
  Requires-Python: <4,>=3.10
@@ -13,6 +13,7 @@ Requires-Dist: langgraph-checkpoint-postgres>=2.0.21
13
13
  Requires-Dist: langgraph>=0.6.6
14
14
  Requires-Dist: loguru<0.8,>=0.7.2
15
15
  Requires-Dist: pandas-stubs>=2.3.2.250926
16
+ Requires-Dist: pandas>=2.3.3
16
17
  Requires-Dist: pip>=25.1.1
17
18
  Requires-Dist: psycopg[binary,pool]>=3.0.0
18
19
  Requires-Dist: pydantic>=2.11.5
@@ -120,7 +120,7 @@ naas_abi_core/utils/onto2py/onto2py.py,sha256=_wn9qrrsWd8gO-BY4_jQJVfY87e9MJ2Er2
120
120
  naas_abi_core/utils/onto2py/tests/ttl2py_test.py,sha256=5OZqSxPffjJYiX9T4rT1mV0PT1Qhf6goqEYT_mAPnaI,8055
121
121
  naas_abi_core/workflow/__init__.py,sha256=hZD58mCB1PApxITqftP_xgjxL7NeLvOfI-rJENg1ENs,250
122
122
  naas_abi_core/workflow/workflow.py,sha256=ZufSS073JztVl0OQRTqNyK7FepFvv7gXlc4j5FAEZCI,1216
123
- naas_abi_core-1.0.4.dev2.dist-info/METADATA,sha256=u4RNeIdb1xr8DmtNU4WkDKzI2uVAor-cDbpqPuoNRJQ,3668
124
- naas_abi_core-1.0.4.dev2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
125
- naas_abi_core-1.0.4.dev2.dist-info/entry_points.txt,sha256=R6N3E2Hh92nTrji34JIwBgc6c-wVpfBYBTwkU0xe64E,79
126
- naas_abi_core-1.0.4.dev2.dist-info/RECORD,,
123
+ naas_abi_core-1.0.6.dist-info/METADATA,sha256=UgONZUsRZVdOz-kFmeetC546I_5KbFnaM4LKH35xnx0,3692
124
+ naas_abi_core-1.0.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
125
+ naas_abi_core-1.0.6.dist-info/entry_points.txt,sha256=q68PvlGw_rozZ0nl6mUg6l1l2IhxaTOKlf5K9goRDu0,99
126
+ naas_abi_core-1.0.6.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ abi = naas_abi_core.cli:main
3
+ onto2py = naas_abi_core.utils.onto2py.__main__:main
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- abi = abi.cli:main
3
- onto2py = abi.utils.onto2py.__main__:main