chore(master): release 1.61.3 - #395
Conversation
There was a problem hiding this comment.
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.
| ## [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)) | ||
|
|
|
|
||
| ### Bug Fixes | ||
|
|
||
| * fix security issues ([0816306](https://github.com/indykite/indykite-sdk-python/commit/0816306ae8ed51770c940c90a60d6fb5aff6e20b)) |
cdce84a to
a78b806
Compare
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Jul 28, 2026 4:43p.m. | Review ↗ | |
| Shell | Jul 28, 2026 4:43p.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.
There was a problem hiding this comment.
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. Ifversion.pyis already the canonical source, ensure the packaging config references it.
__version__ = "1.61.3"
a78b806 to
0056d22
Compare
There was a problem hiding this comment.
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))
0056d22 to
efb4e2c
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
efb4e2c to
4b148e3
Compare
There was a problem hiding this comment.
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))
🤖 I have created a release beep boop
1.61.3 (2026-07-28)
Bug Fixes
Miscellaneous Chores
This PR was generated with Release Please. See documentation.