sripathikrishnan / jinjasql

Template Language for SQL with Automatic Bind Parameter Extraction
MIT License
807 stars 88 forks source link

Import Markup from markupsafe #51

Closed jpy-git closed 2 years ago

jpy-git commented 2 years ago

Closes #50 and closes #44. We should import Markup from markupsafe as per this comment: https://github.com/pallets/jinja/issues/1628#issuecomment-1077807079

Additionally we don't need to add the autoescape extension as it's already included by default as per this comment: https://github.com/pallets/jinja/issues/1627#issuecomment-1077804247

rcuza commented 2 years ago

This fix resolves the dependency issue we are encountering. Will it be released soon?

adamarla commented 2 years ago

Echoing the sentiment by @rcuza , could the be released soon. Many thanks!

Andrew-Sheridan commented 2 years ago

@sripathikrishnan We are curious if you could release this to pypi.org?

Thanks!

mambon2 commented 2 years ago

Any idea when this PR will be merged and released?

jpy-git commented 2 years ago

Seems like the project is inactive

mambon2 commented 2 years ago

What is a good replacement for this?