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

Update filetype requirement #3732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

upgradvisor-bot
Copy link

Hi there! Upgradvisor has identified that one of your repository’s dependencies has a newer version available, and we recommend you upgrade.

Your code currently pins filetype 1.0.9 when filetype 1.2.0 is available. The attached graph shows the dependency path of your repository relative to filetype. Your code is shown in green (each node is a method), and your code calling filetype is shown in orange. Changes between version 1.0.9 and 1.2.0 are shown as starred.

From the attached graph and manual tracing conducted by the team, between the two versions of filetype, the only major change is utils.get_bytes, in which it only adds an hasattr method to check if the parameter obj exists a read parameter. This change does not affect lbry-sdk, as it neither have nor use the read parameter. Thus, we determine that it is a safe upgrade.

Upgradvisor is a research project from Columbia University’s RCS lab. Our goal is to provide meaningful information for developers (like you) on how to upgrade their software dependencies. If you have any questions or feedback please reach out to the Upgradvisor team at yaniv.david@columbia.edu.

Screenshot 2023-02-12 at 5 52 54 PM

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

1 participant