Skip to content
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

Upgrade requirements #281

Merged
merged 11 commits into from
May 3, 2022
Merged

Upgrade requirements #281

merged 11 commits into from
May 3, 2022

Conversation

PonteIneptique
Copy link
Member

- itsdangerous upgrade broke Serializer. Moved to authlib.jose with custom Serializer implementation
- wtforms 3.0 removed sqlalchemy_ext and html5. Added a dependancy for sqlalchemy, fixed html5
- Last chromedriver + selenium were throwing errors regarding w3c option
- Update streaming of corpus download because of ORM SQLAlchemy error (DetachedParent)
- Might fix #368
- `session.bulk_insert` actually committed data, which made any rollback or error failing on `link`. Now, this should raise as we have a commit/raise in create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

itsdangerous deprecated TimedJSONWebSignatureSerializer
2 participants