Skip to content

Commit

Permalink
Require msal version >=1.31 (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino authored Oct 11, 2024
1 parent e2dee88 commit afe5da2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [7.63.2] - 2024-10-11
### Fixed
- Setting up interactive `OAuthInteractive` sessions no longer raises `TypeError` as the lower bound for the `msal`
dependency has been increased to `1.31`.

## [7.63.1] - 2024-10-10
### Fixed
- [Feature Preview - alpha] Dumping `HostedExtractor` `Job` and `Source` data classes creates valid JSON/YAML
Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations

__version__ = "7.63.1"
__version__ = "7.63.2"
__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cognite-sdk"

version = "7.63.1"
version = "7.63.2"
description = "Cognite Python SDK"
readme = "README.md"
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
Expand All @@ -23,7 +23,7 @@ python = "^3.10"

requests = "^2.27"
requests_oauthlib = "^1"
msal = "^1"
msal = "^1.31"
protobuf = ">=4"
pip = ">=20.0.0" # make optional once poetry doesn't auto-remove it on "simple install"
typing_extensions = ">= 4"
Expand Down

0 comments on commit afe5da2

Please sign in to comment.