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 dependencies #72

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Fix dependencies #72

merged 1 commit into from
Sep 14, 2023

Conversation

ASlugin
Copy link
Contributor

@ASlugin ASlugin commented Sep 13, 2023

Для полнотекстового поиска работ в архиве практик используется flask-msearch, который не поддерживается с 2021 года (https://github.com/honmaple/flask-msearch). Для работы flask-msearch необходим flask-sqlalchemy. По умолчанию устанавливается последняя версия flask-sqlalchemy, но в версии 3.1.0 был удален deprecated код, который использовался во flask-msearch (https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/changes/#version-3-1-0). Поэтому в requirements была указана необходимая версия flask-sqlalchemy 3.0.5.

Также были обновлены версии других пакетов.

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.

None yet

2 participants