Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 11, 2026

Automated Release PR

2.1.1 (2026-02-12)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (94bd7cc)

Chores

  • internal: fix lint error on Python 3.14 (c66238c)

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

Low Risk
Small, localized change to CLI sorting behavior plus a version bump and metadata/changelog updates; minimal impact outside the models list command.

Overview
Updates the package to v2.1.1 (version constants, pyproject.toml, release manifest, and changelog) and refreshes the tracked OpenAPI spec URL/hash metadata.

Fixes a CLI robustness issue in together models list by sorting models using model.type or "" so a None/empty type from the API no longer crashes the command, and adds a small type-check suppression for Python 3.14 linting in _utils/_compat.py.

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

atihkin and others added 3 commits February 11, 2026 18:47
Sort key now uses 'x.type or ""' so models with type=None no longer
cause TypeError when compared with str during sort.

Co-authored-by: Cursor <[email protected]>
fix(cli): handle None model.type in 'together models list' sort
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3953637 to 6699707 Compare February 12, 2026 00:48
@arnica-github-connector
Copy link

Dependency Risk: [email protected] has 1 direct vulnerability

Upgrade to version 12.1.1 to mitigate all risks. This is a patch change from the installed version.

Severity: High 🚨
Status: Open 🔴

NOTE: This comment applies to line 984 of uv.lock but could not be created inline due to GitHub limitations.

More details:

🌻 View in Arnica

If you see an issue, please contact Shasheen in the #security-engineering Slack channel.


Take action by commenting on the PR with an [arnica] command with code 53970904 💬

Actions

Use [arnica] or [a] to interact with the Arnica bot to acknowledge or dismiss code risks.

To acknowledge the finding as a valid code risk: [arnica] ack 53970904 <acknowledge additional details>

To dismiss the risk with a reason: [arnica] dismiss <fp|accept|capacity> 53970904 <dismissal reason>

Examples

  • [arnica] ack 53970904 This is a valid risk and I'm looking into it

  • [arnica] dismiss fp 53970904 Dismissed - Risk Not Accurate: (i.e. False Positive)

  • [arnica] dismiss accept 53970904 Dismiss - Risk Accepted: Allow the risk to exist in the system

  • [arnica] dismiss capacity 53970904 Dismiss - No Capacity: This will need to wait for a future sprint

@blainekasten blainekasten merged commit 163d9a8 into main Feb 12, 2026
11 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 12, 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.

2 participants