Skip to content

Commit 473e637

Browse files
Merge pull request #442 from okta/release_changes
V2.9.11 Release changes
2 parents a6b9e33 + 1843982 commit 473e637

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Okta Python SDK Changelog
22

3+
## 2.9.11
4+
* Allow latest aenum release
5+
* Add missing OAuthGrantType enum values
6+
* Add data_type parameter for OktaAPIResponse
7+
38
## 2.9.8
49
* Add signed_nonce UserFactor type
510

okta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.9.10'
1+
__version__ = '2.9.11'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_version():
4444
"pycryptodomex",
4545
"jwcrypto",
4646
"pyjwt",
47-
"aenum==3.1.11",
47+
"aenum",
4848
"pydash"
4949
]
5050
)

0 commit comments

Comments
 (0)