Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 20, 2025

This PR increments the Clarifai Python SDK version from 11.8.4 to 11.8.5 and updates the changelog to document recent changes since the last release.

Changes Made

Version Update:

  • Updated clarifai/__init__.py from version 11.8.4 to 11.8.5

Changelog Update:
Added a new section for version 11.8.5 documenting the following change merged since 2025-10-18:

  • Added optional protobuf response information in pythonic models with parameter validation (#810)

Validation

The version bump has been validated to ensure proper functionality:

$ python -c "import clarifai; print(f'Version: {clarifai.__version__}')"
Version: 11.8.5

This follows the established pattern from previous version bump PRs (such as #731) and ensures the SDK version accurately reflects the latest improvements and fixes.

About the New Feature

The new version includes support for optionally returning both processed results and raw protobuf responses in pythonic models. This enhancement allows users to access additional metadata such as status codes, request IDs, and performance metrics while maintaining backward compatibility.

Original prompt

This section details on the original issue you should resolve

<issue_title>Bump version and changelog</issue_title>
<issue_description>Please increment the latest version and update changelog.md for the recent changes. See #731 as an example PR that did this in the past.</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #813


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: zeiler <2138258+zeiler@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Bump version and update changelog Bump version to 11.8.5 and update changelog Oct 20, 2025
@Copilot Copilot AI requested a review from zeiler October 20, 2025 14:46
Copilot finished work on behalf of zeiler October 20, 2025 14:46
@zeiler zeiler marked this pull request as ready for review October 20, 2025 14:51
@zeiler zeiler merged commit 31ac76e into master Oct 20, 2025
9 of 11 checks passed
@zeiler zeiler deleted the copilot/bump-version-and-changelog branch October 20, 2025 14:51
Copy link

Code Coverage

Package Line Rate Health
clarifai 43%
clarifai.cli 44%
clarifai.cli.templates 33%
clarifai.client 67%
clarifai.client.auth 67%
clarifai.constants 100%
clarifai.datasets 100%
clarifai.datasets.export 80%
clarifai.datasets.upload 75%
clarifai.datasets.upload.loaders 37%
clarifai.models 100%
clarifai.modules 0%
clarifai.rag 72%
clarifai.runners 53%
clarifai.runners.models 58%
clarifai.runners.pipeline_steps 41%
clarifai.runners.pipelines 70%
clarifai.runners.utils 62%
clarifai.runners.utils.data_types 72%
clarifai.schema 100%
clarifai.urls 60%
clarifai.utils 60%
clarifai.utils.evaluation 67%
clarifai.workflows 95%
Summary 61% (8119 / 13219)

Minimum allowed line rate is 50%

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Bump version and changelog

2 participants