Skip to content

Commit a455156

Browse files
Release 4.8.1 (#676)
**Fixed** - Fix: Unauthorized Access Error For PAR [\#671](#671) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent 6d08586 commit a455156

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.0
1+
4.8.1

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [4.8.1](https://github.com/auth0/auth0-python/tree/4.8.1) (2025-02-24)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.8.0...4.8.1)
5+
6+
**Fixed**
7+
- Fix: Unauthorized Access Error For PAR [\#671](https://github.com/auth0/auth0-python/pull/671) ([kishore7snehil](https://github.com/kishore7snehil))
8+
39
## [4.8.0](https://github.com/auth0/auth0-python/tree/4.8.0) (2025-01-29)
410
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.7.2...4.8.0)
511

@@ -9,6 +15,11 @@
915

1016
**Fixed**
1117
- Consolidated Community PRs and Dependency Upgrades [\#660](https://github.com/auth0/auth0-python/pull/660) ([kishore7snehil](https://github.com/kishore7snehil))
18+
- [fix typo in docstring](https://github.com/auth0/auth0-python/pull/637) ([@CarlosEduR ](https://github.com/CarlosEduR))
19+
- [Added support for "include_totals" to all_organization_member_roles](https://github.com/auth0/auth0-python/pull/635) ([@jpayton-cx](https://github.com/jpayton-cx))
20+
- [Fixed Version Table](https://github.com/auth0/auth0-python/pull/633) ([@sanchez](https://github.com/sanchez))
21+
- [Remove upper bounds on all python dependency versions](https://github.com/auth0/auth0-python/pull/628) ([@ngfeldman](https://github.com/ngfeldman))
22+
- [Adding secrets to Codecov Action Upload](https://github.com/auth0/auth0-python/pull/624) ([@developerkunal](https://github.com/developerkunal))
1223
- Updating Dependancies And Workflow Action Versions [\#653](https://github.com/auth0/auth0-python/pull/653) ([kishore7snehil](https://github.com/kishore7snehil))
1324
- Fixing the Github Workflow Issues [\#644](https://github.com/auth0/auth0-python/pull/644) ([kishore7snehil](https://github.com/kishore7snehil))
1425

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ For more code samples on how to integrate the auth0-python SDK in your Python ap
8888
- Delegated ( `authentication.Delegated` )
8989
- Enterprise ( `authentication.Enterprise` )
9090
- API Authorization - Get Token ( `authentication.GetToken`)
91+
- BackChannelLogin ( `authentication.BackChannelLogin`)
9192
- Passwordless ( `authentication.Passwordless` )
93+
- PushedAuthorizationRequests ( `authentication.PushedAuthorizationRequests` )
9294
- RevokeToken ( `authentication.RevokeToken` )
9395
- Social ( `authentication.Social` )
9496
- Users ( `authentication.Users` )

0 commit comments

Comments
 (0)