msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Results 120 msgraph-sdk-python issues
Sort by recently updated
recently updated
newest added

Bumps [yarl](https://github.com/aio-libs/yarl) from 1.20.1 to 1.22.0. Release notes Sourced from yarl's releases. 1.22.0 Features Added arm64 Windows wheel builds -- by :user:finnagin. Related issues and pull requests on GitHub: #1516....

dependencies
python

Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.11. Changelog Sourced from idna's changelog. 3.11 (2025-10-12) Update to Unicode 16.0.0, including significant changes to UTS46 processing. As a result of Unicode ending support...

dependencies
python

Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 6.1.0. Release notes Sourced from isort's releases. 6.1.0 Changes Update docs discussions channel (#2410) @​staticdev Add python 3.14 classifier and badge (#2409) @​staticdev Drop use...

dependencies
python

Bumps [multidict](https://github.com/aio-libs/multidict) from 6.6.4 to 6.7.0. Release notes Sourced from multidict's releases. 6.7.0 Contributor-facing changes Updated tests and added CI for CPython 3.14 -- by :user:kumaraditya303. Related issues and pull...

dependencies
python

Bumps [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.3.0. Changelog Sourced from tomli's changelog. 2.3.0 Added Binary wheels for Python 3.14 (also free-threaded) Performance Reduced import time Commits 3fccd16 Bump version: 2.2.1 →...

dependencies
python

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.12.15&new-version=3.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
python

Bumps [deprecated](https://github.com/laurent-laporte-pro/deprecated) from 1.2.18 to 1.3.1. Release notes Sourced from deprecated's releases. v1.3.1 What's Changed v1.3.1 by @​laurent-laporte-pro in laurent-laporte-pro/deprecated#95 Full Changelog: https://github.com/laurent-laporte-pro/deprecated/compare/v1.3.0...v1.3.1 v1.3.0 What's Changed Allow and test wrapt...

dependencies
python

Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.7.0 to 1.8.0. Release notes Sourced from frozenlist's releases. 1.8.0 Contributor-facing changes The :file:reusable-cibuildwheel.yml workflow has been refactored to be more generic and :file:ci-cd.yml now holds all...

dependencies
python

Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.22 to 0.22.3. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...

dependencies
python

Hi All, I'm using the Microsoft Graph Python SDK and running the following code: detailed_user = await client.users.by_user_id("user_id").get() print(detailed_user.account_enabled) Even though my app has all the necessary application permissions (User.ReadWrite.All,...

status:waiting-for-triage