Skip to content

chore(master): release 2.0.0 - #395

Merged
cowan-macady merged 1 commit into
masterfrom
release-please--branches--master--components--indykite-sdk-python
Aug 4, 2026
Merged

chore(master): release 2.0.0#395
cowan-macady merged 1 commit into
masterfrom
release-please--branches--master--components--indykite-sdk-python

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

2.0.0 (2026-08-04)

⚠ BREAKING CHANGES

  • refactor to rest

Features

Bug Fixes

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Copilot AI lite review requested due to automatic review settings July 28, 2026 16:27
@github-actions
github-actions Bot requested a review from a team as a code owner July 28, 2026 16:27
@github-actions
github-actions Bot requested a review from arxeiss July 28, 2026 16:27

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Bumps the SDK version to 1.61.3 and records the release entry in the changelog for the 2026-07-28 release.

Changes:

  • Update __version__ to 1.61.3
  • Update release-please manifest to 1.61.3
  • Add changelog entry for 1.61.3 (bug fix + dependency/CI chore)

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
version.py Bumps the package version constant to 1.61.3.
CHANGELOG.md Adds a new release section for 1.61.3 with categorized changes and links.
.release-please-manifest.json Updates release-please manifest version to 1.61.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md Outdated
Comment on lines +3 to +14
## [1.61.3](https://github.com/indykite/indykite-sdk-python/compare/v1.61.2...v1.61.3) (2026-07-28)


### Bug Fixes

* fix security issues ([0816306](https://github.com/indykite/indykite-sdk-python/commit/0816306ae8ed51770c940c90a60d6fb5aff6e20b))


### Miscellaneous Chores

* **deps:** update ci-configs ([#393](https://github.com/indykite/indykite-sdk-python/issues/393)) ([af7542c](https://github.com/indykite/indykite-sdk-python/commit/af7542c925f4013dbb346cb85004881975315c52))

Comment thread CHANGELOG.md

### Bug Fixes

* fix security issues ([0816306](https://github.com/indykite/indykite-sdk-python/commit/0816306ae8ed51770c940c90a60d6fb5aff6e20b))
Copilot AI review requested due to automatic review settings July 28, 2026 16:28
@github-actions
github-actions Bot force-pushed the release-please--branches--master--components--indykite-sdk-python branch from cdce84a to a78b806 Compare July 28, 2026 16:28
@deepsource-io

deepsource-io Bot commented Jul 28, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 3cb6906...4a5469f on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Secrets Aug 4, 2026 6:34p.m. Review ↗
Python Aug 4, 2026 6:34p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (2)

.release-please-manifest.json:3

  • The diff shows the previous line had no line number (- | \".\": \"1.61.2\"), which typically indicates formatting/whitespace drift in the diff source rather than a real code issue. Please verify this file remains valid JSON and that indentation is consistent with the repository’s formatting conventions (e.g., 2-space indentation) so automated tooling doesn’t generate noisy diffs.
{
  ".": "1.61.3"
}

version.py:1

  • If this library is distributed on PyPI, consider sourcing the version from a single canonical location (e.g., pyproject metadata or importlib.metadata) to avoid accidental version skew between runtime __version__, release-please manifest, and packaging metadata. If version.py is already the canonical source, ensure the packaging config references it.
__version__ = "1.61.3"

Copilot AI review requested due to automatic review settings July 28, 2026 16:31
@github-actions
github-actions Bot force-pushed the release-please--branches--master--components--indykite-sdk-python branch from a78b806 to 0056d22 Compare July 28, 2026 16:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

CHANGELOG.md:8

  • The changelog entry 'fix security issues' is too vague for consumers to assess impact. Consider expanding this line to briefly describe the affected area (e.g., dependency/package/module) and, if applicable, reference any CVE/advisory IDs or the specific class of issue addressed.
* fix security issues ([0816306](https://github.com/indykite/indykite-sdk-python/commit/0816306ae8ed51770c940c90a60d6fb5aff6e20b))

Copilot AI review requested due to automatic review settings July 28, 2026 16:43
@github-actions
github-actions Bot force-pushed the release-please--branches--master--components--indykite-sdk-python branch from 0056d22 to efb4e2c Compare July 28, 2026 16:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings July 28, 2026 16:43
@github-actions
github-actions Bot force-pushed the release-please--branches--master--components--indykite-sdk-python branch from efb4e2c to 4b148e3 Compare July 28, 2026 16:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

CHANGELOG.md:8

  • The changelog entry 'fix security issues' is very vague for a security-related bug fix. Consider stating what was fixed (e.g., affected dependency/package, CVE/advisory ID, or a short description of the vulnerability class) so consumers can assess impact and urgency.
* fix security issues ([0816306](https://github.com/indykite/indykite-sdk-python/commit/0816306ae8ed51770c940c90a60d6fb5aff6e20b))

Copilot AI review requested due to automatic review settings July 28, 2026 16:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings August 4, 2026 09:09
@github-actions
github-actions Bot force-pushed the release-please--branches--master--components--indykite-sdk-python branch from 4b148e3 to 1d1c16a Compare August 4, 2026 09:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@indykiteone indykiteone changed the title chore(master): release 1.61.3 chore(master): release 2.0.0 Aug 4, 2026
Copilot AI review requested due to automatic review settings August 4, 2026 18:32
@indykiteone
indykiteone force-pushed the release-please--branches--master--components--indykite-sdk-python branch from 1d1c16a to 4a5469f Compare August 4, 2026 18:32
@indykiteone
indykiteone requested a review from a team as a code owner August 4, 2026 18:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@cowan-macady
cowan-macady requested review from cowan-macady and removed request for arxeiss August 4, 2026 18:34
@cowan-macady
cowan-macady merged commit 9228f44 into master Aug 4, 2026
15 checks passed
@cowan-macady
cowan-macady deleted the release-please--branches--master--components--indykite-sdk-python branch August 4, 2026 18:42
@indykiteone

Copy link
Copy Markdown
Contributor

🤖 Created releases:

🌻

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.

3 participants