We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b9e33 + 1843982 commit 473e637Copy full SHA for 473e637
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Okta Python SDK Changelog
2
3
+## 2.9.11
4
+* Allow latest aenum release
5
+* Add missing OAuthGrantType enum values
6
+* Add data_type parameter for OktaAPIResponse
7
+
8
## 2.9.8
9
* Add signed_nonce UserFactor type
10
okta/__init__.py
@@ -1 +1 @@
-__version__ = '2.9.10'
+__version__ = '2.9.11'
setup.py
@@ -44,7 +44,7 @@ def get_version():
44
"pycryptodomex",
45
"jwcrypto",
46
"pyjwt",
47
- "aenum==3.1.11",
+ "aenum",
48
"pydash"
49
]
50
)
0 commit comments