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(requirements.txt): Add correct pymongo/motor dependencies #548

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

nuclearcat
Copy link
Member

pymongo got updated and it was not fixed version in dependencies, as result it became incompatible with motor.
Trying to fix versions to working ones.

@@ -4,7 +4,8 @@ fastapi-pagination==0.9.3
fastapi-users[beanie, oauth]==10.4.0
fastapi-versioning==0.10.0
MarkupSafe==2.0.1
motor==3.3.2
pymongo==4.9
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pymongo==4.9
pymongo==4.9.0

pyproject.toml Outdated
"pymongo == 4.9.0",
"motor == 3.6.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it work if we keep packages in alphabetical order or do we need to pin pymongo first?

Suggested change
"pymongo == 4.9.0",
"motor == 3.6.0",
"motor == 3.6.0",
"pymongo == 4.9.0",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, seems there is no requirements, so we can reorder it alphabetically

pymongo got updated and it was not fixed version in dependencies,
as result it became incompatible with motor.
Trying to fix versions to working ones.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@JenySadadia
Copy link
Collaborator

LGTM. Let's wait for staging results.

@nuclearcat nuclearcat added this pull request to the merge queue Sep 23, 2024
Merged via the queue into kernelci:main with commit d503e02 Sep 23, 2024
6 checks passed
@nuclearcat nuclearcat deleted the fix-deps branch September 23, 2024 11:23
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