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

Announcement: Resuming Maintenance and Upgrading Py-Googletrans Planned (v4.0) #411

Open
ssut opened this issue Aug 27, 2024 · 6 comments
Open

Comments

@ssut
Copy link
Owner

ssut commented Aug 27, 2024

First of all, I apologize for not maintaining this project for quite a while. My life and work have been so busy, and I just didn't have the enough time to maintain this project properly. Yes, some people may know I was working on other (OSS) projects, but that doesn't mean I abandoned this project. I just thought py-googletrans no longer needed frequent updates because, you guys know, there is already a mature and official Google Translate API.

Yes, here's the good news for you guys: I'm back and ready to re-dive into this project. Here's what I'm planning for now: (1) fixing stuffs (2) modernizing the entire code (yeah, the Python ecosystem has changed and grew a lot).

Thanks so much to everyone who reported issues and using this project even during such downtime. I really appreciate it.

I plan to resolve all the things up to 3 months as I have some planned time off (holiday) things. However there might be some unexpected schedule changes, but I'll do my best to release even an alpha/beta version ASAP.

Thanks so much again to everyone who waited for this project to be re-maintained and taken further.


If you guys have experienced any issues, please report them on this issue.

@ssut ssut pinned this issue Aug 27, 2024
@ssut ssut changed the title Announce: Resuming Maintenance and Upgrading Py-Googletrans Planned Announcement: Resuming Maintenance and Upgrading Py-Googletrans Planned Aug 27, 2024
@ssut ssut changed the title Announcement: Resuming Maintenance and Upgrading Py-Googletrans Planned Announcement: Resuming Maintenance and Upgrading Py-Googletrans Planned (v4.0) Aug 27, 2024
@ssut ssut mentioned this issue Aug 27, 2024
@Josanshuo
Copy link

Thank you for resuming the work.

Wondering if the httpx version could be loosen, so other packages which uses newer version of httpx could be resolved by pip?

For example, I'm trying to upgrade the https:/gradio-app/gradio while using googletrans, it requires the httpx>=0.24.1 which pip couldn't resolve it as googletrans require the httpx==0.13.3.

https:/gradio-app/gradio/blob/b635a317142836c92a0eb20693ad2d4ee43c61f6/requirements.txt#L6

@ssut
Copy link
Owner Author

ssut commented Sep 8, 2024

Thank you for resuming the work.

Wondering if the httpx version could be loosen, so other packages which uses newer version of httpx could be resolved by pip?

For example, I'm trying to upgrade the https:/gradio-app/gradio while using googletrans, it requires the httpx>=0.24.1 which pip couldn't resolve it as googletrans require the httpx==0.13.3.

https:/gradio-app/gradio/blob/b635a317142836c92a0eb20693ad2d4ee43c61f6/requirements.txt#L6

Yes, I’m planning to loosen the version constraint of httpx in a future update. While I’m currently rewriting the entire things, the version constraint will be addressed as well.

@jonbesga
Copy link

Hi, is there any update on the matter of httpx? I'm also facing the version constraint

@c-goosen
Copy link
Contributor

I've done some of the work to have3 a more open httpx version if you want to rather just merge in some changes than do a lot of work yourself. https:/c-goosen/py-googletrans
Could do a PR

@c-goosen
Copy link
Contributor

c-goosen commented Sep 19, 2024

#416

@ssut

@xdevfaheem
Copy link

@ssut any updates regarding http-core dependency conflict?, because of that i couldn't connect it on gradio-app.

luckily i cloned and installed @c-goosen fork, fortunately, it fixed the conflict. can't thank you enough @c-goosen !

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

No branches or pull requests

5 participants