This pull request updates the dependencies in the pyproject.toml file to ensure compatibility with newer versions and improve code maintainability. The most important changes include upgrading the sentence-transformers version and reformatting the dev dependencies for better readability.
Dependency updates:
Updated sentence-transformers from version 2.0.0 to 2.3.0 in both semantic and all optional dependencies.
Code formatting:
Reformatted the dev dependencies list to have each dependency on a new line for better readability.
This pull request updates the dependencies in the
pyproject.toml
file to ensure compatibility with newer versions and improve code maintainability. The most important changes include upgrading thesentence-transformers
version and reformatting thedev
dependencies for better readability.Dependency updates:
sentence-transformers
from version2.0.0
to2.3.0
in bothsemantic
andall
optional dependencies.Code formatting:
dev
dependencies list to have each dependency on a new line for better readability.