File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 4.1.1] ( https://github.com/auth0/auth0-python/tree/4.1.1 ) (2023-04-13)
4
+ [ Full Changelog] ( https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1 )
5
+
6
+ ** Fixed**
7
+ - Make pw realm params optional [ \# 484] ( https://github.com/auth0/auth0-python/pull/484 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
8
+ - Fix intellisense on Auth0 class [ \# 486] ( https://github.com/auth0/auth0-python/pull/486 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
9
+
3
10
## [ 4.1.0] ( https://github.com/auth0/auth0-python/tree/4.1.0 ) (2023-03-14)
4
11
[ Full Changelog] ( https://github.com/auth0/auth0-python/compare/4.0.0...4.1.0 )
5
12
Original file line number Diff line number Diff line change 1
- __version__ = "4.1.0 "
1
+ __version__ = "4.1.1 "
2
2
3
3
from auth0 .exceptions import Auth0Error , RateLimitError , TokenValidationError
4
4
You can’t perform that action at this time.
0 commit comments