Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.38.4 -> ==1.38.5 age adoption passing confidence
botocore ==1.38.4 -> ==1.38.5 age adoption passing confidence
filelock ==3.16.1 -> ==3.18.0 age adoption passing confidence
mando ==0.7.1 -> ==0.8.2 age adoption passing confidence
pydantic (changelog) ==2.9.2 -> ==2.11.4 age adoption passing confidence
pydantic-core ==2.23.4 -> ==2.34.1 age adoption passing confidence
ruff (source, changelog) ==0.11.6 -> ==0.11.7 age adoption passing confidence
safety (changelog) ==3.3.1 -> ==3.4.0 age adoption passing confidence
safety-schemas ==0.0.11 -> ==0.0.14 age adoption passing confidence

Release Notes

boto/boto3 (boto3)

v1.38.5

Compare Source

======

  • api-change:connectcases: [botocore] Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
  • api-change:kinesis: [botocore] Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
  • api-change:pinpoint-sms-voice-v2: [botocore] AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
  • api-change:qbusiness: [botocore] Add support for anonymous user access for Q Business applications
  • api-change:sagemaker: [botocore] Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sagemaker-metrics: [botocore] SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
  • api-change:ssm: [botocore] This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
  • api-change:ssm-guiconnect: [botocore] This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
boto/botocore (botocore)

v1.38.5

Compare Source

======

  • api-change:connectcases: Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
  • api-change:kinesis: Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
  • api-change:pinpoint-sms-voice-v2: AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
  • api-change:qbusiness: Add support for anonymous user access for Q Business applications
  • api-change:sagemaker: Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sagemaker-metrics: SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
  • api-change:ssm: This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
  • api-change:ssm-guiconnect: This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
tox-dev/py-filelock (filelock)

v3.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.17.0...3.18.0

v3.17.0: Drop 3.8

Compare Source

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

pydantic/pydantic (pydantic)

v2.11.4

Compare Source

GitHub release

What's Changed
Packaging
Changes
  • Allow config and bases to be specified together in create_model() by @​Viicos in #​11714.
    This change was backported as it was previously possible (although not meant to be supported)
    to provide model_config as a field, which would make it possible to provide both configuration
    and bases.
Fixes

v2.11.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.11.2

Compare Source

GitHub release

What's Changed
Fixes

v2.11.1

Compare Source

GitHub release

What's Changed
Fixes
  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #​11644

v2.11.0

Compare Source

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general).
See the blog post for more details.

Packaging
New Features
Fixes
  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #​11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #​11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #​11626
  • Fix deferred discriminator application logic by @​Viicos in #​11591
New Contributors

v2.10.6

Compare Source

GitHub release

What's Changed
Fixes

v2.10.5

Compare Source

GitHub release

What's Changed
Fixes

v2.10.4

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.3

Compare Source

GitHub release

What's Changed
Fixes

v2.10.2

Compare Source

GitHub release

What's Changed
Fixes

v2.10.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.0

Compare Source

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors
pydantic/pydantic-core (pydantic-core)

v2.34.1

Compare Source

v2.34.0: 2025-04-17

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.33.1...v2.34.0

v2.33.2: 2025-04-23

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.33.1...v2.33.2

v2.33.1: 2025-04-02

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.33.0...v2.33.1

v2.33.0: 2025-03-26

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.32.0...v2.33.0

v2.32.0: 2025-03-14

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.1...v2.32.0

v2.31.1: 2025-03-06

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.0...v2.31.1

v2.31.0: 2025-03-05

Compare Source

What's Changed

Packaging

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 28, 2025
@github-actions github-actions bot requested a review from mobious999 April 28, 2025 00:18
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 900eb89 to 9f39fd0 Compare April 28, 2025 23:26
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 9f39fd0 to e2199fe Compare April 29, 2025 22:10
@mobious999 mobious999 merged commit 9842959 into main Apr 30, 2025
18 of 30 checks passed
@renovate renovate bot deleted the renovate/python-dependencies branch April 30, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AnyChange dependencies Pull requests that update a dependency file release root source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants