-
Notifications
You must be signed in to change notification settings - Fork 449
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: psycopg2-binary version fix #1172
base: develop
Are you sure you want to change the base?
Conversation
Hello there!👋 Welcome to the project!💖 AnitaB.org Open Source is an inclusive community, committed to creating a safe and positive environment 🌸 Please follow our Code Of Conduct. Feel free to join our community at AnitaB.org Open Source Zulip Community to be kept up to date with our projects discussions and community activities. |
Hello @isabelcosta ! This is my first try to the open source contribution and would love to contribute to this project. Let me know if I have to do anything else to get this PR merged. |
Hello @isabelcosta @vj-codes ! I was working on the dependencies and now everything works fine on python 3.7. There was problem with Shall I work on resolving those errors as well ? What should I do now ? |
Description
Issue: The previous version of
psycopg2-binary
(2.8.6) was throwing an error during installation, stating "The license_file parameter is deprecated, use license_files instead."Solution: After conducting thorough research, I upgraded the
psycopg2-binary
library to version 2.9.6, which resolved the aforementioned issue. And I have specified the latest version (3.3.3
) for the packagepre-commit
so that there wont be any version conflicts in future as well. For the second issue , I have upgraded all the dependencies so that the projects runs without any errors.Fixes #1170 and #1153
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
I have tested the above installation by running
pip install -r requirements.txt
, and it gave no errors. All the dependencies installed successfully.Below is the result before version upgradation.
Result after version upgradation. All the dependencies installed successfully !
I have updated the dependencies and the projects works without any error !!
Checklist:
Code/Quality Assurance Only