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

Not up to date with Emoji module #24

Open
oscarso2000 opened this issue Jul 17, 2022 · 3 comments
Open

Not up to date with Emoji module #24

oscarso2000 opened this issue Jul 17, 2022 · 3 comments

Comments

@oscarso2000
Copy link

Emoji module's newest module doesn't utilize "UNICODE_EMOJI" anymore and thus importing clean-text will result in an error. Having looked into the emoji repo, it now only has "UNICODE_DATA"

@jfilter
Copy link
Owner

jfilter commented Aug 3, 2022

In v0.6.0 I restricted the version of emoji to v1.x, so there should not be a problem if you use v0.6.0. Let me know if you still have the problem.

I'm looking into upgrading emoji for the next release.

@lyndseyjw
Copy link

I'm seeing that v0.6.0 of clean-text is still attempting to import "UNICODE_EMOJI"

@jfilter
Copy link
Owner

jfilter commented Aug 22, 2022

I'm seeing that v0.6.0 of clean-text is still attempting to import "UNICODE_EMOJI"

Which should be fine because it used emoji v1. Do you have problems with v0.6.0?

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

3 participants