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-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: microsoftgraph/msgraph-sdk-python-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 9 commits
  • 8 files changed
  • 6 contributors

Commits on Feb 11, 2025

  1. chore(deps-dev): bump cryptography from 44.0.0 to 44.0.1

    Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@44.0.0...44.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    fbaffd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #829 from microsoftgraph/dependabot/pip/cryptograp…

    …hy-44.0.1
    
    chore(deps-dev): bump cryptography from 44.0.0 to 44.0.1
    github-actions[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    b493a50 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. chore(deps-dev): bump azure-identity from 1.19.0 to 1.20.0

    Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.19.0 to 1.20.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-identity_1.19.0...azure-identity_1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: azure-identity
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    71787df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #830 from microsoftgraph/dependabot/pip/azure-iden…

    …tity-1.20.0
    
    chore(deps-dev): bump azure-identity from 1.19.0 to 1.20.0
    github-actions[bot] authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    df7bdbf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. chore(deps-dev): bump trio from 0.27.0 to 0.29.0

    Bumps [trio](https://github.com/python-trio/trio) from 0.27.0 to 0.29.0.
    - [Release notes](https://github.com/python-trio/trio/releases)
    - [Commits](python-trio/trio@v0.27.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: trio
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    223a428 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #832 from microsoftgraph/dependabot/pip/trio-0.29.0

    chore(deps-dev): bump trio from 0.27.0 to 0.29.0
    github-actions[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    c6c089e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix: Batch building bugs (#837)

    * fix: removed extra slash
    
    * fix: finalise returns the whole BatchRequestContent
    
    * fix: fixed test
    
    ---------
    
    Co-authored-by: George Garber <ggarber@palantir.com>
    GeorgeOG and George Garber authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    a0dd3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c2cbe View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.3.2 (#838)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    baywet and release-please[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    d564855 View commit details
    Browse the repository at this point in the history
Loading