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

fix incorrect dependencies #763

Closed
wfehr opened this issue Sep 26, 2023 · 2 comments · Fixed by #765
Closed

fix incorrect dependencies #763

wfehr opened this issue Sep 26, 2023 · 2 comments · Fixed by #765

Comments

@wfehr
Copy link
Contributor

wfehr commented Sep 26, 2023

blog-version 2.0.4 uses django-meta.settings.get_setting: commit

This get_setting-function was introduced in django-meta==2.4.0.
As seen in above commit, the dependency was changed to django-meta>=2.3.0 which therefore is incorrect.

The dependency should be set to >=2.4.0 to avoid incorrect installations.

@protoroto
Copy link
Member

@wfehr You're right, I don't know how I missed that. Will release a new version asap.

@protoroto
Copy link
Member

@wfehr We've just released 2.0.5 version. This should be fixed now! Thanks for pointing this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants