-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Add support for Jinja2 version 3.0 #1331
Comments
Datasette uses async templates which evidently have been improved in Jinja 2 3.0. |
The tests are passing on #1324 so this may not require any code changes at all! |
Wow, you are fast! I didn't notice dependabot had opened a PR already. I was about to. |
I wonder if there are any new 3.0 features we should be taking advantage of here that would justify pinning to 3.0 minimum? |
The changelog reads like bug fixes and removal of deprecated parts to me |
Any chance you could push a new datasette release with the updated dependencies in the setup.py, @simonw? |
I'm stuck also because datasette wants itsdangerous~=1.1 instead of allowing itsdangerous-2.0.0 |
I'm going to push an alpha release with the new dependencies shortly. |
Bumped that dependency in b64d872 |
Here's an alpha release with updated dependencies: https://pypi.org/project/datasette/0.57a0/ |
A week ago, The Pallets Project released new major versions of several of its projects. Among those updates is one for Jinja2, which bumps it to version 3.0.0.
I'd like for datasette to support Jinaj2 version 3.0.
The text was updated successfully, but these errors were encountered: