pragmatic_segmenter icon indicating copy to clipboard operation
pragmatic_segmenter copied to clipboard

Dependency from Unicode creates circular dep that breaks most of my bundle installs

Open palladius opened this issue 9 months ago • 0 comments

In Gemfile: langchainrb was resolved to 0.12.0, which depends on pragmatic_segmenter was resolved to 0.3.23, which depends on unicode

This breaks in

  • ruby 3.2.4
  • 3.2.2 and 3.3.0
  • 3.3.1 ❌

it basically only owrks on 3.1.2 and 3.2.1 of the ones i tried.

Can we please use a different and more maintained unicode library?

palladius avatar May 09 '24 09:05 palladius