diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d48ed90ed..a228e49306d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.2" + ".": "1.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa35a0ae25c..4629117dbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [1.5.3](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.2...v1.5.3) (2024-07-17) + + +### Bug Fixes + +* higher kiota abstractions requirement to avoid missing multipart ([d6c9f86](https://github.com/microsoftgraph/msgraph-sdk-python/commit/d6c9f860420065092fdf33ea03518236b0286358)) + ## [1.5.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.1...v1.5.2) (2024-07-10) diff --git a/msgraph/_version.py b/msgraph/_version.py index 5fd11501c6d..bbb70708bc5 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.5.2' +VERSION: str = '1.5.3' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 49a1523a2dd..96facc76c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,13 @@ build-backend = "flit_core.buildapi" name = "msgraph-sdk" # The SDK version # x-release-please-start-version -version = "1.5.2" +version = "1.5.3" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK" dependencies = [ "azure-identity >=1.12.0", - "microsoft-kiota-abstractions >=1.0.0,<2.0.0", + "microsoft-kiota-abstractions >=1.3.0,<2.0.0", "microsoft-kiota-authentication-azure >=1.0.0,<2.0.0", "microsoft-kiota-serialization-json >=1.0.0,<2.0.0", "microsoft-kiota-serialization-text >=1.0.0,<2.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index bc838cee913..c20314e3ac8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ aiohttp==3.9.5 aiosignal==1.3.1 anyio==4.4.0 -astroid==3.2.2 +astroid==3.2.3 async-timeout==4.0.3 attrs==23.2.0 azure-core==1.30.2 @@ -40,9 +40,9 @@ microsoft-kiota-serialization-form==0.1.0 microsoft-kiota-serialization-json==1.2.0 microsoft-kiota-serialization-multipart==0.1.0 microsoft-kiota-serialization-text==1.0.0 -msal==1.29.0 +msal==1.30.0 msal-extensions==1.2.0 -msgraph-core==1.1.0 +msgraph-core==1.1.2 multidict==6.0.5 mypy==1.10.1 mypy-extensions==1.0.0 @@ -53,7 +53,7 @@ packaging==24.1 pathlib2==2.3.7.post1 pendulum==3.0.0 platformdirs==4.2.2 -portalocker==2.10.0 +portalocker==2.10.1 pycparser==2.22 PyJWT==2.8.0 pylint==3.2.5 @@ -67,7 +67,7 @@ time-machine==2.14.2 toml==0.10.2 tomli==2.0.1 tomli_w==1.0.0 -tomlkit==0.12.5 +tomlkit==0.13.0 typing_extensions==4.12.2 tzdata==2024.1 uritemplate==4.1.1