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.2.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.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 7 contributors

Commits on Jan 31, 2025

  1. chore(deps-dev): bump certifi from 2024.12.14 to 2025.1.31

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31.
    - [Commits](certifi/python-certifi@2024.12.14...2025.01.31)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    510f922 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #823 from microsoftgraph/dependabot/pip/certifi-20…

    …25.1.31
    
    chore(deps-dev): bump certifi from 2024.12.14 to 2025.1.31
    andrueastman authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    472e0c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. chore(deps-dev): bump h2 from 4.1.0 to 4.2.0

    Bumps [h2](https://github.com/python-hyper/h2) from 4.1.0 to 4.2.0.
    - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
    - [Commits](python-hyper/h2@v4.1.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    86bb291 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #824 from microsoftgraph/dependabot/pip/h2-4.2.0

    chore(deps-dev): bump h2 from 4.1.0 to 4.2.0
    github-actions[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    471018e View commit details
    Browse the repository at this point in the history
  3. feat: adds support for python 3.13

    * Add support for Python 3.13
    
    Fixes #704
    
    Add support for Python 3.13 and update dependencies.
    
    * **pyproject.toml**
      - Add Python 3.13 to the `requires-python` field.
      - Add Python 3.13 to the `classifiers` field.
      - Set higher requirement for all `microsoft-kiota-....` packages to at least 1.8.0.
    
    * **.github/workflows/build.yml**
      - Add Python 3.13 to the `matrix` for testing.
    
    * **requirements-dev.txt**
      - Update dependencies to be compatible with Python 3.13.
    
    * **tests/conftest.py**
      - Add a test to check for Python 3.13 compatibility.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoftgraph/msgraph-sdk-python-core/issues/704?shareId=XXXX-XXXX-XXXX-XXXX).
    
    * Update `pyproject.toml` to support Python 3.13 and set higher package requirements
    
    * Add Python 3.13 to the `requires-python` field
    * Add Python 3.13 to the `classifiers` field
    * Set higher requirement for all `microsoft-kiota-....` packages to at least 1.8.0
    
    * chore: Copilot added something it shouldn't had
    
    * fix(ci): Publish pipeline to 3.13
    
    * fix: Python 3.13 changes to typing
    
    * chore: revert typing changes
    
    ---------
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    Co-authored-by: Andrew Omondi <andrew.omondi@microsoft.com>
    3 people authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b972a20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8127a9b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #825 from microsoftgraph/release-please--branches-…

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