appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Pin jinja2 version to 2.11.3 #157

Closed brianfitzgerald closed 1 year ago

brianfitzgerald commented 3 years ago

Jinja2 v3.0 bumps its MarkupSafe dependency to a release candidate. This breaks resolution of the package on ARM-based machines. Since the changes in jinja 3.0 don't seem to affect the functionality of this project, we propose pinning the jinja version to 2.11.3 until its MarkupSafe dependency is bumped to a major version, instead of a release candidate.