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 Python Dependencies #384

Merged
merged 3 commits into from
Nov 24, 2024
Merged

Fix Python Dependencies #384

merged 3 commits into from
Nov 24, 2024

Conversation

waalbert
Copy link
Contributor

@waalbert waalbert commented Nov 22, 2024

  • The main purpose of this PR is to update the Python Motor package to version 3.6.0 to resolve pymongo compatibility issues after the release of pymongo 4.9.X
  • Also updates the other Python packages
  • Updates FastAPI to 0.113.0

Note:

  • With FastAPI >0.113.0 the test_apply_successfully_without_resume pytest fails because the /apply route doesn't seem to like being passed an empty resume file with file name as an empty string "" for the resume parameter. This is seemingly caused by the resume parameter being declared of type Optional[UploadFile] and with FastAPI versions >0.113.0, the empty resume files being sent is seen as of type str. Will attempt to take a look at this in another issue.

Copy link
Contributor

github-actions bot commented Nov 22, 2024

Deploy preview for irvinehacks-site-2024 ready!

Name IrvineHacks 2024 Site
Preview Visit Preview
Commit 5313e13

@waalbert waalbert merged commit 2fa0d03 into main Nov 24, 2024
4 checks passed
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.

2 participants