Skip to content

release: 0.5.0#46

Merged
Reregistered merged 5 commits into
mainfrom
release-please--branches--main--changes--next
Jan 4, 2026
Merged

release: 0.5.0#46
Reregistered merged 5 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Dec 17, 2025

Automated Release PR

0.5.0 (2026-01-04)

Full Changelog: v0.4.0...v0.5.0

Features

Chores

  • internal: add --fix argument to lint script (ab1f498)
  • speedup initial import (50e1fb9)

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


Note

Release 0.5.0 with updated OpenAPI spec/hash and version metadata.

  • Client: resources now exposed via @cached_property (lazy-loaded); corresponding with_raw_response/with_streaming_response wrappers updated
  • Converse API: adds optional user override; several params switched to Omit; stream type normalized; request body wiring updated in both sync/async clients
  • Types/Tests: adds User TypedDict and updates tests to include user param
  • Tooling/Meta: scripts/lint accepts --fix; LICENSE year and project version files updated

Written by Cursor Bugbot for commit 4b1353b. This will update automatically on new commits. Configure here.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Dec 17, 2025

🧪 Testing

To try out this version of the SDK, run:

pip install 'https://pkg.stainless.com/s/datagrid-python/81f4827898b4da9b9f181c16f25e273d8a6479f8/datagrid_ai-0.4.0-py3-none-any.whl'

Expires at: Tue, 03 Feb 2026 17:21:22 GMT
Updated at: Sun, 04 Jan 2026 17:21:22 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from bfbc977 to 0cf2578 Compare December 19, 2025 08:27
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 0cf2578 to 6946beb Compare January 4, 2026 17:20
@stainless-app stainless-app Bot changed the title release: 0.4.1 release: 0.5.0 Jan 4, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6946beb to 4b1353b Compare January 4, 2026 17:21
"secret_ids": secret_ids,
"stream": stream,
"text": text,
"user": user,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing user parameter in sync converse method signature

The sync converse method implementation (starting at line 381) references user in the request body (line 451: "user": user) but the function signature doesn't include the user parameter. This will cause a NameError at runtime when the method is called, since user is an undefined variable. The async implementation correctly includes user in its signature at line 791, but this was missed for the sync version.

Fix in Cursor Fix in Web

Copy link
Copy Markdown
Collaborator

@Reregistered Reregistered left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Reregistered Reregistered merged commit d794de1 into main Jan 4, 2026
6 of 8 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Jan 4, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant