langchain-ai / langchain-weaviate

MIT License
35 stars 15 forks source link

Allow newer versions of simsimd (<7.x) #213

Open graipher opened 3 days ago

graipher commented 3 days ago

Fixes #212

Increase allowed version range for simsimd to allow for the current 6.x version. This should allow installing this package with Python 3.13.

graipher commented 3 days ago

Arguably, the Python version constraint should also be changed to python = ">=3.9,<3.14" to make it more explicit that any newer Python version is not automatically usable.