mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix(python-sdk): limit profile retrieval and sync lock
This commit is contained in:
parent
90babae1eb
commit
cb557f404f
2 changed files with 2 additions and 1 deletions
2
apps/sdk-playground/python/uv.lock
generated
2
apps/sdk-playground/python/uv.lock
generated
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue