Skip to content

chore(deps-dev): bump azure-core from 1.36.0 to 1.38.0#7

Open
dependabot[bot] wants to merge 1 commit into
litellm_internal_stagingfrom
dependabot/pip/azure-core-1.38.0
Open

chore(deps-dev): bump azure-core from 1.36.0 to 1.38.0#7
dependabot[bot] wants to merge 1 commit into
litellm_internal_stagingfrom
dependabot/pip/azure-core-1.38.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown

Bumps azure-core from 1.36.0 to 1.38.0.

Release notes

Sourced from azure-core's releases.

azure-core_1.38.0

1.38.0 (2026-01-12)

Breaking Changes

  • Changed the continuation token format. Continuation tokens generated by previous versions of azure-core are not compatible with this version.

azure-core_1.37.0

1.37.0 (2025-12-11)

Features Added

  • Added get_backcompat_attr_name to azure.core.serialization. get_backcompat_attr_name gets the backcompat name of an attribute using backcompat attribute access. #44084
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/azure-core-1.38.0 branch from 71b1a2a to 2354718 Compare January 14, 2026 13:17
@dependabot @github

dependabot Bot commented on behalf of github Jan 29, 2026

Copy link
Copy Markdown
Author

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.36.0 to 1.38.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.36.0...azure-core_1.38.0)

---
updated-dependencies:
- dependency-name: azure-core
  dependency-version: 1.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/azure-core-1.38.0 branch from 2354718 to 9da09c5 Compare February 4, 2026 13:14
krisxia0506 pushed a commit that referenced this pull request Apr 30, 2026
Audit-B #7 and #8.

1. /organization/member_delete was not in org_admin_only_routes, so it
   fell through to management_routes/self_managed_routes and let any
   caller that reached the route delete arbitrary org memberships
   without the organization_role_based_access_check that member_add
   and member_update trigger. Adding it to org_admin_only_routes
   applies the same ORG_ADMIN-of-target-org gate.

2. /organization/member_update had no validation that the target user
   was not a global PROXY_ADMIN. An org-admin of any org could alter
   a PROXY_ADMIN user's per-org role. Reject this unless the caller
   is PROXY_ADMIN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants