diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 19db08c7..82876722 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.3.0 + uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml index b04122e6..0ce738cb 100644 --- a/.github/workflows/project-auto-add.yml +++ b/.github/workflows/project-auto-add.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.GRAPHBOT_APP_ID }} private-key: ${{ secrets.GRAPHBOT_APP_PEM }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4172208..35f8f67a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.3" + ".": "1.3.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0242521c..96588c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.3.4](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.3...v1.3.4) (2025-06-02) + + +### Bug Fixes + +* dependecy conflict ([914da4f](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/914da4fc7c5a65a80fbf2411cc5ab4cf333a5e14)) + ## [1.3.3](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.2...v1.3.3) (2025-03-24) diff --git a/pyproject.toml b/pyproject.toml index 5f6999d8..a2a1b4c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "msgraph-core" # The SDK version # x-release-please-start-version -version = "1.3.3" +version = "1.3.4" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f01519b..7aec90ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,31 +6,31 @@ asyncmock==0.4.2 attrs==25.3.0 ; python_version >= '3.7' -azure-core==1.32.0 ; python_version >= '3.7' +azure-core==1.34.0 ; python_version >= '3.7' -azure-identity==1.21.0 +azure-identity==1.23.0 build==1.2.2.post1 bumpver==2024.1130 -certifi==2025.1.31 ; python_version >= '3.6' +certifi==2025.4.26 ; python_version >= '3.6' cffi==1.17.1 ; os_name == 'nt' and implementation_name != 'pypy' -charset-normalizer==3.4.1 ; python_full_version >= '3.7.0' +charset-normalizer==3.4.2 ; python_full_version >= '3.7.0' click==8.1.8 ; python_version >= '3.6' colorama==0.4.6 ; os_name == 'nt' -coverage[toml]==7.7.1 ; python_version >= '3.7' +coverage[toml]==7.8.2 ; python_version >= '3.7' -cryptography==44.0.2 ; python_version >= '3.7' +cryptography==45.0.3 ; python_version >= '3.7' -dill==0.3.9 ; python_version < '3.11' +dill==0.4.0 ; python_version < '3.11' -exceptiongroup==1.2.2 ; python_version < '3.11' +exceptiongroup==1.3.0 ; python_version < '3.11' idna==3.10 ; python_version >= '3.5' @@ -40,7 +40,7 @@ iniconfig==2.1.0 ; python_version >= '3.7' isort==6.0.1 -lazy-object-proxy==1.10.0 ; python_version >= '3.7' +lazy-object-proxy==1.11.0 ; python_version >= '3.7' lexid==2021.1006 ; python_version >= '2.7' @@ -50,23 +50,23 @@ mccabe==0.7.0 ; python_version >= '3.6' mock==5.2.0 ; python_version >= '3.6' -msal==1.32.0 +msal==1.32.3 msal-extensions==1.3.1 -mypy==1.15.0 +mypy==1.16.0 -mypy-extensions==1.0.0 ; python_version >= '3.5' +mypy-extensions==1.1.0 ; python_version >= '3.5' outcome==1.3.0.post0 ; python_version >= '3.7' -packaging==24.2 ; python_version >= '3.7' +packaging==25.0 ; python_version >= '3.7' pathlib2==2.3.7.post1 -platformdirs==4.3.7 ; python_version >= '3.7' +platformdirs==4.3.8 ; python_version >= '3.7' -pluggy==1.5.0 ; python_version >= '3.7' +pluggy==1.6.0 ; python_version >= '3.7' portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows' @@ -74,7 +74,7 @@ pycparser==2.22 pyjwt[crypto]==2.9.0 ; python_version >= '3.7' -pylint==3.3.6 +pylint==3.3.7 pyproject-hooks==1.2.0 ; python_version >= '3.7' @@ -82,19 +82,19 @@ pytest==8.3.5 pytest-cov==5.0.0 -pytest-mock==3.14.0 +pytest-mock==3.14.1 -python-dotenv==1.0.1 +python-dotenv==1.1.0 pytest-trio==0.8.0 -pytest-asyncio==0.24.0 +pytest-asyncio==0.26.0 pywin32==310 ; platform_system == 'Windows' requests==2.32.3 ; python_version >= '3.7' -setuptools==77.0.3 +setuptools==80.9.0 six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' @@ -108,22 +108,22 @@ tomli==2.2.1 ; python_version < '3.11' tomlkit==0.13.2 ; python_version >= '3.7' -trio==0.29.0 +trio==0.30.0 -types-python-dateutil==2.9.0.20241206 +types-python-dateutil==2.9.0.20250516 -types-requests==2.32.0.20250306; python_version >= '3.7' -urllib3==2.2.3 ; python_version >= '3.7' -typing-extensions==4.12.2 ; python_version >= '3.7' +types-requests==2.32.0.20250602; python_version >= '3.7' +urllib3==2.4.0 ; python_version >= '3.7' +typing-extensions==4.13.2 ; python_version >= '3.7' wrapt==1.17.2 ; python_version < '3.11' yapf==0.43.0 -zipp==3.20.2 ; python_version >= '3.7' +zipp==3.22.0 ; python_version >= '3.7' -aiohttp==3.10.11 ; python_version >= '3.6' +aiohttp==3.12.6 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' @@ -131,31 +131,31 @@ anyio==4.9.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6' -frozenlist==1.5.0 ; python_version >= '3.7' +frozenlist==1.6.0 ; python_version >= '3.7' -h11==0.14.0 ; python_version >= '3.7' +h11==0.16.0 ; python_version >= '3.7' h2==4.2.0 hpack==4.1.0 ; python_full_version >= '3.6.1' -httpcore==1.0.7 ; python_version >= '3.7' +httpcore==1.0.9 ; python_version >= '3.7' httpx[http2]==0.28.1 hyperframe==6.1.0 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.9.2 +microsoft-kiota-abstractions==1.9.3 -microsoft-kiota-authentication-azure==1.9.2 +microsoft-kiota-authentication-azure==1.9.3 -microsoft-kiota-http==1.9.2 +microsoft-kiota-http==1.9.3 -multidict==6.2.0 ; python_version >= '3.7' +multidict==6.4.4 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6' -yarl==1.15.2 ; python_version >= '3.7' +yarl==1.20.0 ; python_version >= '3.7' deprecated==1.2.18 diff --git a/src/msgraph_core/_constants.py b/src/msgraph_core/_constants.py index a3a567fd..fb7ad47d 100644 --- a/src/msgraph_core/_constants.py +++ b/src/msgraph_core/_constants.py @@ -10,6 +10,6 @@ DEFAULT_CONNECTION_TIMEOUT = 30 # The SDK version # x-release-please-start-version -SDK_VERSION = '1.3.3' +SDK_VERSION = '1.3.4' # x-release-please-end MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default' diff --git a/src/msgraph_core/tasks/large_file_upload.py b/src/msgraph_core/tasks/large_file_upload.py index 250321a2..882b2ad6 100644 --- a/src/msgraph_core/tasks/large_file_upload.py +++ b/src/msgraph_core/tasks/large_file_upload.py @@ -40,7 +40,7 @@ def __init__( cleaned_value = self.check_value_exists( upload_session, 'get_next_expected_range', ['next_expected_range', 'NextExpectedRange'] ) - self.next_range = cleaned_value[0] + self.next_range = cleaned_value[1] if cleaned_value[0] else None self._chunks = int((self.file_size / max_chunk_size) + 0.5) self.on_chunk_upload_complete: Optional[Callable[[list[int]], None]] = None