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

watchgod package from requirements was renamed to watchfiles #1589

Closed
FloridaDataGuy opened this issue Oct 18, 2023 · 2 comments · Fixed by #2134
Closed

watchgod package from requirements was renamed to watchfiles #1589

FloridaDataGuy opened this issue Oct 18, 2023 · 2 comments · Fixed by #2134
Assignees
Labels
Community Issue: Bug Report Python Pull requests that update Python code Quick Win Low/Medium priorities but quick to do

Comments

@FloridaDataGuy
Copy link

Description

watchgod package from requirements was renamed to watchfiles, consider upgrading.

Context

Kedro-Viz requires watchgod~=0.8.2. This package was renamed to watchfiles.
In turn watchgod 0.8.2 requires anyio>=3.0.0,<4.
This will stay forever because package watchgod is not updated anymore while package watchfiles is.
Package anyio released version 4+ and will keep updating. Some other packages already support anyio 4+.
More packages in the near future will support and require anyio 4+.

Currently this is not that big of an issue, but in the future this may be a deadlock for pip to resolve.

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

  • Python version used (if relevant): 3.10.13
@tynandebold
Copy link
Member

Thanks for this, @FloridaDataGuy. Would you be able to create a PR to solve this?

@tynandebold tynandebold moved this from Inbox to Backlog in Kedro-Viz Oct 24, 2023
@FloridaDataGuy
Copy link
Author

Thanks for this, @FloridaDataGuy. Would you be able to create a PR to solve this?

Yes. I'll work on it.

@rashidakanchwala rashidakanchwala added the Python Pull requests that update Python code label Nov 9, 2023
@astrojuanlu astrojuanlu added the Quick Win Low/Medium priorities but quick to do label Jul 18, 2024
@rashidakanchwala rashidakanchwala moved this from Backlog to Todo in Kedro-Viz Sep 30, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in Kedro-Viz Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Issue: Bug Report Python Pull requests that update Python code Quick Win Low/Medium priorities but quick to do
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants