Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoftgraph/msgraph-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.0
Choose a base ref
...
head repository: microsoftgraph/msgraph-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.0
Choose a head ref
  • 18 commits
  • 94 files changed
  • 5 contributors

Commits on May 26, 2025

  1. chore(deps-dev): bump cryptography from 45.0.2 to 45.0.3

    Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.2 to 45.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@45.0.2...45.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 45.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    c0837ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1230 from microsoftgraph/dependabot/pip/cryptogra…

    …phy-45.0.3
    
    chore(deps-dev): bump cryptography from 45.0.2 to 45.0.3
    github-actions[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    0fd3953 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. chore(deps-dev): bump aiohttp from 3.10.11 to 3.12.2

    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-version: 3.12.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    a397be7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1232 from microsoftgraph/dependabot/pip/aiohttp-3…

    ….12.2
    
    chore(deps-dev): bump aiohttp from 3.10.11 to 3.12.2
    github-actions[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    9501715 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump zipp from 3.20.2 to 3.22.0

    Bumps [zipp](https://github.com/jaraco/zipp) from 3.20.2 to 3.22.0.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.20.2...v3.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-version: 3.22.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    8e2ea47 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1231 from microsoftgraph/dependabot/pip/zipp-3.22.0

    chore(deps-dev): bump zipp from 3.20.2 to 3.22.0
    github-actions[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    ad1da97 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. chore(deps-dev): bump mypy from 1.15.0 to 1.16.0

    Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.16.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 30, 2025
    Configuration menu
    Copy the full SHA
    a6df2dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1236 from microsoftgraph/dependabot/pip/mypy-1.16.0

    chore(deps-dev): bump mypy from 1.15.0 to 1.16.0
    github-actions[bot] authored May 30, 2025
    Configuration menu
    Copy the full SHA
    19f8256 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. chore(deps-dev): bump aiohttp from 3.12.2 to 3.12.6

    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-version: 3.12.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    9460e78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1237 from microsoftgraph/dependabot/pip/aiohttp-3…

    ….12.6
    
    chore(deps-dev): bump aiohttp from 3.12.2 to 3.12.6
    github-actions[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    f0e230d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. chore(deps-dev): bump uritemplate from 4.1.1 to 4.2.0

    Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 4.1.1 to 4.2.0.
    - [Release notes](https://github.com/python-hyper/uritemplate/releases)
    - [Changelog](https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst)
    - [Commits](python-hyper/uritemplate@4.1.1...4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: uritemplate
      dependency-version: 4.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    587ad13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1239 from microsoftgraph/dependabot/pip/uritempla…

    …te-4.2.0
    
    chore(deps-dev): bump uritemplate from 4.1.1 to 4.2.0
    github-actions[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    ffac77b View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump msgraph-core from 1.3.3 to 1.3.4

    Bumps [msgraph-core](https://github.com/microsoftgraph/msgraph-sdk-python-core) from 1.3.3 to 1.3.4.
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python-core/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python-core@v1.3.3...v1.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: msgraph-core
      dependency-version: 1.3.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    ea083ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1238 from microsoftgraph/dependabot/pip/msgraph-c…

    …ore-1.3.4
    
    chore(deps-dev): bump msgraph-core from 1.3.3 to 1.3.4
    github-actions[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    2c9f9c7 View commit details
    Browse the repository at this point in the history
  5. feat(generation): update request builders and models

    Update generated files with build 189193
    Microsoft Graph DevX Tooling authored and baywet committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    48cf860 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1240 from microsoftgraph/v1.0/pipelinebuild/189193

    Generated  models and request builders
    baywet authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    3f59fbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24d4ade View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1241 from microsoftgraph/release-please--branches…

    …--main--components--msgraph
    
    chore(main): release 1.32.0
    baywet authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    26b0d63 View commit details
    Browse the repository at this point in the history
Loading