Fix
* fix: remove SyntaxWarnings in py312 (2325)
* fix: Resolve conflicting dependencies
These errors where discovered when trying to install the package using `uv`.
We have a problem with salesforce-lavis, which is not compatible with the current set of dependencies.
* fix: Remove syntax warnings occuring in python 3.12
Python 3.12.0 (main, Oct 2 2023, 20:56:14) [Clang 16.0.3 ] on darwin
Type &34;help&34;, &34;copyright&34;, &34;credits&34; or &34;license&34; for more information.
>>> import mteb no syntax warnings
>>>
([`fc176ad`](https://github.com/embeddings-benchmark/mteb/commit/fc176ad3df466ccb4a31a0f9b90aad1de96ca87a))