fix(python-sdk): limit profile retrieval and sync lock

This commit is contained in:
ved015 2026-08-24 23:38:41 +05:30
parent 90babae1eb
commit cb557f404f
2 changed files with 2 additions and 1 deletions

View file

@ -1100,7 +1100,7 @@ wheels = [
[[package]]
name = "supermemory-openai-sdk"
version = "1.0.7"
version = "1.0.8"
source = { editable = "../../../packages/openai-sdk-python" }
dependencies = [
{ name = "openai" },

View file

@ -195,6 +195,7 @@ async def supermemory_profile_search(
"""Search for memories using the SuperMemory profile API."""
payload = {
"containerTag": container_tag,
"include": ["static", "dynamic"],
}
if query_text:
payload["q"] = query_text