release: 3.36.0#58
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Mon, 25 May 2026 21:26:46 GMT |
|
🤖 Release is at https://github.com/supermemoryai/python-sdk/releases/tag/v3.36.0 🌻 |
|
|
||
| updated_at: str = FieldInfo(alias="updatedAt") | ||
| """Related memory last update date""" | ||
|
|
There was a problem hiding this comment.
Potential inconsistency: version field missing from ResultContextRelated
ResultContextChild and ResultContextParent both carry an optional version: Optional[float] field (relative version distance from the primary memory). ResultContextRelated omits it entirely.
If the API can return a version field in related-memory objects, this model will silently drop it. If it's intentionally absent for related memories (i.e. the OpenAPI spec doesn't include it), this is fine — but worth confirming against the updated spec (f979eba...) to ensure the model is complete.
Automated Release PR
3.36.0 (2026-04-25)
Full Changelog: v3.35.0...v3.36.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions