-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
🔵 Done
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Context
The reason that the lock file was out of date in PYTHON-5537 was that dependabot had updated the requirements files, leaving the lock file out of sync.
In langchain-mongodb we use a pre-commit hook to keep the lock file(s) up to date.
If we added the same, the dependabot PRs would fail, prompting us to update the lock file on the spot. We should update the contributing guide to describe this interaction with dependabot PRs, and recommend using gh pr checkout to help with the process.
Definition of done
Add the pre-commit hook and update contributing guide.
Pitfalls
None