File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Okta Python SDK Changelog
22
3+ # 3.4.1
4+
5+ ## Fixed
6+ * Fixed Primitive Fallback for oneOf Deserialization in Device Assurance Model.
7+
38# 3.4.0
49
510## Added
Original file line number Diff line number Diff line change 2121""" # noqa: E501
2222
2323
24- __version__ = "3.4.0 "
24+ __version__ = "3.4.1 "
2525
2626import importlib as _importlib
2727import threading as _threading
Original file line number Diff line number Diff line change 11templateDir : ./templates
22outputDir : ..
33packageName : okta
4- packageVersion : 3.4.0
4+ packageVersion : 3.4.1
55useOneOfDiscriminatorLookup : true
66files :
77 okta/okta_configuration.mustache :
Original file line number Diff line number Diff line change 7070 "Topic :: Software Development :: Libraries :: Python Modules",
7171 ],
7272 name=NAME,
73- version="3.4.0 ",
73+ version="3.4.1 ",
7474 description="Python SDK for the Okta Management API",
7575 author="Okta, Inc.",
7676 author_email="developer-community-products@okta.com",
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " okta"
3- version = " 3.4.0 "
3+ version = " 3.4.1 "
44description = " Okta Admin Management"
55authors = [" Okta Developer Team <devex-public@okta.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def get_version():
7070 "Topic :: Software Development :: Libraries :: Python Modules" ,
7171 ],
7272 name = NAME ,
73- version = "3.4.0 " ,
73+ version = "3.4.1 " ,
7474 description = "Python SDK for the Okta Management API" ,
7575 author = "Okta, Inc." ,
7676 author_email = "developer-community-products@okta.com" ,
You can’t perform that action at this time.
0 commit comments