Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

fix(deps): update python-dependencies#999

Merged
enechange-renovate[bot] merged 2 commits intomainfrom
renovate/python-dependencies
Mar 15, 2026
Merged

fix(deps): update python-dependencies#999
enechange-renovate[bot] merged 2 commits intomainfrom
renovate/python-dependencies

Conversation

@enechange-renovate
Copy link
Copy Markdown
Contributor

@enechange-renovate enechange-renovate bot commented Mar 10, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
bedrock-agentcore ==1.4.3==1.4.6 age confidence
litellm ==1.82.0==1.82.2 age confidence
slack-sdk ==3.40.1==3.41.0 age confidence
strands-agents ==1.29.0==1.30.0 age confidence

Release Notes

aws/bedrock-agentcore-sdk-python (bedrock-agentcore)

v1.4.6

Compare Source

Added
  • feat: rewrite controlplane integration tests with pytest (#​323) (7d7fa48)
  • feat: add name parameter to browser_session() and SessionConfiguration (#​326) (1ec1a62)
Fixed
  • fix: replace hardcoded sleeps with polling in session manager tests (#​324) (18b428a)
  • fix: use memoryStrategyId instead of strategyId in search_long_term_memories (#​314) (a30f8da)
  • fix: return 400 for UnicodeDecodeError in invocation handler (#​313) (4730894)
Other Changes
  • feat(memory): add boto3_session parameter to MemoryClient (#​330) (66c8488)
  • chore: remove test_devex.py, update TESTING.md (#​325) (a01ce71)
  • fix(memory): pass through unknown config keys in _wrap_configuration (#​322) (2afa155)
  • test: add stream delivery integ tests and TESTING.md (#​317) (32aa019)
  • fix(memory): handle SELF_MANAGED override type in _wrap_configuration (#​290) (0206ae4)

v1.4.5

Compare Source

Fixed
  • fix: apply ruff formatting to openai converter files (#​312) (98871e9)
  • fix(strands-memory): restore positional arg order in AgentCoreMemorySessionManager.init (#​318) (98100d7)
Other Changes

v1.4.4

Compare Source

Added
  • feat: add streamDeliveryResources support to memory SDK (#​302) (907f816)
  • feat: split release workflow into prepare and publish (#​301) (17e1357)
  • feat: add EvaluationClient with run() for on-demand session evaluation (#​300) (102ba0d)
Fixed
Other Changes
  • feat(strands-memory): add converter injection and optional restored-tool filtering (#​288) (6cda0a3)
  • chore: bump version to 1.4.3 (#​297) (a29aeec)
BerriAI/litellm (litellm)

v1.82.1

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@litellm_presidio-dev-v1.81.16...1.82.1

slackapi/python-slack-sdk (slack-sdk)

v3.41.0

Compare Source

What's Changed

🚀 Enhancements
📦 Other changes

Full Changelog: slackapi/python-slack-sdk@v3.40.1...v3.41.0
Milestone: https://github.com/slackapi/python-slack-sdk/milestone/117?closed=1

strands-agents/sdk-python (strands-agents)

v1.30.0

[Compare Source]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@enechange-renovate enechange-renovate bot added the dependencies Pull requests that update a dependency file label Mar 10, 2026
@enechange-renovate enechange-renovate bot enabled auto-merge March 10, 2026 09:16
github-actions[bot]
github-actions bot previously approved these changes Mar 10, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 10, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
See the Details below.

Scanned Files

  • uv.lock

github-actions[bot]
github-actions bot previously approved these changes Mar 10, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

@enechange-renovate enechange-renovate bot changed the title fix(deps): update dependency litellm to v1.82.1 fix(deps): update python-dependencies Mar 10, 2026
@enechange-renovate enechange-renovate bot force-pushed the renovate/python-dependencies branch from c8ca2fd to 894d174 Compare March 11, 2026 16:19
github-actions[bot]
github-actions bot previously approved these changes Mar 11, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

github-actions[bot]
github-actions bot previously approved these changes Mar 11, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

github-actions[bot]
github-actions bot previously approved these changes Mar 12, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

github-actions[bot]
github-actions bot previously approved these changes Mar 12, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

github-actions[bot]
github-actions bot previously approved these changes Mar 13, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

LiteLLM 1.82.2 now sets finish_reason to "stop" by default when
creating Choices objects. Updated test to use Choices directly
instead of StreamingChoices to properly test finish_reason behavior.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Takashi Iwamoto <hello@iwamot.com>
@iwamot iwamot force-pushed the renovate/python-dependencies branch from 0399927 to fbcac88 Compare March 15, 2026 12:36
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

@enechange-renovate enechange-renovate bot merged commit 5364ac3 into main Mar 15, 2026
7 checks passed
@enechange-renovate enechange-renovate bot deleted the renovate/python-dependencies branch March 15, 2026 12:36
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.92%. Comparing base (95627d4) to head (fbcac88).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #999   +/-   ##
=======================================
  Coverage   50.92%   50.92%           
=======================================
  Files          26       26           
  Lines        1245     1245           
  Branches      178      178           
=======================================
  Hits          634      634           
  Misses        607      607           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@iwamot iwamot self-assigned this Mar 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant