recallrai 0.3.0__py3-none-any.whl → 0.3.1__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 recallrai might be problematic. Click here for more details.

recallrai/__init__.py CHANGED
@@ -8,7 +8,7 @@ from .client import RecallrAI
8
8
  from .user import User
9
9
  from .session import Session
10
10
 
11
- __version__ = "0.3.0"
11
+ __version__ = "0.3.1"
12
12
 
13
13
  __all__ = [
14
14
  "RecallrAI",
@@ -40,11 +40,11 @@ class HTTPClient:
40
40
  self.client = Client(
41
41
  timeout=self.timeout,
42
42
  headers={
43
- "X-Api-Key": self.api_key,
44
- "X-Project-Id": self.project_id,
43
+ "X-Recallr-Api-Key": self.api_key,
44
+ "X-Recallr-Project-Id": self.project_id,
45
45
  "Content-Type": "application/json",
46
46
  "Accept": "application/json",
47
- "User-Agent": f"RecallrAI-Python-SDK/RecallrAI-Python-SDK/RecallrAI-Python-SDK/0.3.0",
47
+ "User-Agent": f"RecallrAI-Python-SDK/0.3.1",
48
48
  },
49
49
  )
50
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: recallrai
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Official Python SDK for RecallrAI - Revolutionary contextual memory system that enables AI assistants to form meaningful connections between conversations, just like human memory.
5
5
  License: MIT
6
6
  Keywords: ai,memory,context,llm,mem0,getzep,zep
@@ -1,4 +1,4 @@
1
- recallrai/__init__.py,sha256=X1aM48GKDS_mx_OSD3P0FeWtNrfYpMfkTN5Sqik7w1g,273
1
+ recallrai/__init__.py,sha256=Mc9ZKmUauWw65BA5d_qq7aHCY0Yyyq0UUyL-GUkkYdU,273
2
2
  recallrai/client.py,sha256=VNQ-AgmgQIdV5pOfvU7KptYC34jA_tGW1Kt3XnJoa-M,5230
3
3
  recallrai/exceptions/__init__.py,sha256=d1LiuofGiGOP8rmzpvUKinKaa_o1cn2JThGr__Hwysw,1209
4
4
  recallrai/exceptions/auth.py,sha256=mnxps1GLljuERxzqBZXg_LZqOYUbTM47GLaW9noiP3w,554
@@ -17,7 +17,7 @@ recallrai/models/user.py,sha256=8amkmBFAV0w2dkFBdp8Zx8nbuzQX3CkhEdpNIDBrqIY,6289
17
17
  recallrai/session.py,sha256=sL3StMzjDg9yf5wNf4gCifueUxUMpb36WGEbrFJJKXs,13422
18
18
  recallrai/user.py,sha256=_wCi3-RlNaVgDbwfLCiBFNlISPcVifbazw20iZgITWg,19060
19
19
  recallrai/utils/__init__.py,sha256=NWqn-HBC3Ahv_0E00-aHGDrTPN0RN1cXrvIxwvQLtZQ,108
20
- recallrai/utils/http_client.py,sha256=MLkAp2nMBFngnCHL5z8v4K4Vp_huu-ekOrQYkknQMtU,4500
21
- recallrai-0.3.0.dist-info/METADATA,sha256=00DN0-4YELkT2Z6PV-Tq06xIcE4lHMDDQ5zLRRgdqx8,30262
22
- recallrai-0.3.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
23
- recallrai-0.3.0.dist-info/RECORD,,
20
+ recallrai/utils/http_client.py,sha256=jvGVi6QMsK6ti5L6wGDCD_76-i6UdsSMtO58iH-h7aw,4474
21
+ recallrai-0.3.1.dist-info/METADATA,sha256=_py2itinpzkS1mb1DPBcWZJNmYUC0vbSHNIeESCecU4,30262
22
+ recallrai-0.3.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
23
+ recallrai-0.3.1.dist-info/RECORD,,