Skip to content

fix: add support for babel>=2.14.0 and updated Locale.number_symbols format - #18

Open
Alex-ley-scrub wants to merge 1 commit into
snoopyjc:masterfrom
Scrub-AI:master
Open

fix: add support for babel>=2.14.0 and updated Locale.number_symbols format#18
Alex-ley-scrub wants to merge 1 commit into
snoopyjc:masterfrom
Scrub-AI:master

Conversation

@Alex-ley-scrub

Copy link
Copy Markdown

fixes #17

@mutricyl

Copy link
Copy Markdown

@snoopyjc would it be possible to merge this PR and release a new version of ssf ?

@Alex-ley-scrub

Copy link
Copy Markdown
Author

@mutricyl I doubt we're getting a response since the repo has no commits in 6 years... 😞

But you can (and probably already do) just use your fork in your pyproject.toml JohanBekker@33a746f

This is what we do with our fork:

pyproject.toml

[project]
...
dependencies = [
    ...
    "ssf @ git+https://github.com/Scrub-AI/ssf.git@0.2.3",
    ...
]

mostly posting for anyone else who comes here and wants a quick fix

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.

broken with babel==2.14.0

2 participants