graphiti-core 0.12.0rc2__py3-none-any.whl → 0.12.0rc3__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.

Potentially problematic release.


This version of graphiti-core might be problematic. Click here for more details.

@@ -21,8 +21,6 @@ from typing import Any
21
21
  from pydantic import BaseModel, Field
22
22
  from typing_extensions import LiteralString
23
23
 
24
- from graphiti_core.helpers import lucene_sanitize
25
-
26
24
 
27
25
  class ComparisonOperator(Enum):
28
26
  equals = '='
@@ -60,7 +58,7 @@ def node_search_filter_query_constructor(
60
58
  filter_params: dict[str, Any] = {}
61
59
 
62
60
  if filters.node_labels is not None:
63
- node_labels = '|'.join(list(map(lucene_sanitize, filters.node_labels)))
61
+ node_labels = '|'.join(filters.node_labels)
64
62
  node_label_filter = ' AND n:' + node_labels
65
63
  filter_query += node_label_filter
66
64
 
@@ -80,7 +78,7 @@ def edge_search_filter_query_constructor(
80
78
  filter_params['edge_types'] = edge_types
81
79
 
82
80
  if filters.node_labels is not None:
83
- node_labels = '|'.join(list(map(lucene_sanitize, filters.node_labels)))
81
+ node_labels = '|'.join(filters.node_labels)
84
82
  node_label_filter = '\nAND n:' + node_labels + ' AND m:' + node_labels
85
83
  filter_query += node_label_filter
86
84
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: graphiti-core
3
- Version: 0.12.0rc2
3
+ Version: 0.12.0rc3
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -46,7 +46,7 @@ graphiti_core/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
46
46
  graphiti_core/search/search.py,sha256=XCEYz4-I341eWiZ-czeFlH5hdbHTTLymhHiD153p6DQ,15122
47
47
  graphiti_core/search/search_config.py,sha256=VvKg6AB_RPhoe56DBBXHRBXHThAVJ_OLFCyq_yKof-A,3765
48
48
  graphiti_core/search/search_config_recipes.py,sha256=4GquRphHhJlpXQhAZOySYnCzBWYoTwxlJj44eTOavZQ,7443
49
- graphiti_core/search/search_filters.py,sha256=AT074LfIw3nc-jKtDbHCopkUIk5eY1_HRl6EoHSQsUc,6551
49
+ graphiti_core/search/search_filters.py,sha256=hT35bKsFyPwocB-8EH2vh6jNev_AXvtdq-l2egdoZbk,6444
50
50
  graphiti_core/search/search_helpers.py,sha256=G5Ceaq5Pfgx0Weelqgeylp_pUHwiBnINaUYsDbURJbE,2636
51
51
  graphiti_core/search/search_utils.py,sha256=AimBkRgvSFHqAkt1vraTVj_bVAp3JKrR6JUMpoZa8RI,34469
52
52
  graphiti_core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -60,7 +60,7 @@ graphiti_core/utils/maintenance/node_operations.py,sha256=xuXKY0aoe_Idl9Edtb8FxS
60
60
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=mJkw9xLB4W2BsLfC5POr0r-PHWL9SIfNj_l_xu0B5ug,3410
61
61
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  graphiti_core/utils/ontology_utils/entity_types_utils.py,sha256=QJX5cG0GSSNF_Mm_yrldr69wjVAbN_MxLhOSznz85Hk,1279
63
- graphiti_core-0.12.0rc2.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
64
- graphiti_core-0.12.0rc2.dist-info/METADATA,sha256=-fYdpjbrMX_KEX-KjyoGONa042ydQ8mlH0henpu9Z9U,15301
65
- graphiti_core-0.12.0rc2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
66
- graphiti_core-0.12.0rc2.dist-info/RECORD,,
63
+ graphiti_core-0.12.0rc3.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
64
+ graphiti_core-0.12.0rc3.dist-info/METADATA,sha256=UpVXSKHsEuMupOCGVD6jAuknoTyuhMB9pQEfv0okJ3g,15301
65
+ graphiti_core-0.12.0rc3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
66
+ graphiti_core-0.12.0rc3.dist-info/RECORD,,