-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #221
base: develop
Are you sure you want to change the base?
Update dependencies #221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! This is a big step towards running all the latest dependencies
I did a quick test on isacc-dev and didn't run into any issues
With newer pyjwt library, the jwt.encode() function returns a string instead of a byte object.
5c42a49
to
e70af92
Compare
Don't repeat requirements.txt within requirements.dev.txt (simply require it!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for upgrading flask-oidc! Found a few issues
… s/cache_timeout/max_age
…load" This reverts commit 6d05174.
functions as needed. simplify serialization of needed types.
@ivan-c we've cleared a number of hurdles, but don't yet have functioning auth since upgrading to flask-oidc 2.2.2 Looks like they replaced Feel free to poke at this if you have cycles. Otherwise, I'll resume work here "soon". |
Updated dependencies and Docker now uses Python 3.11