qdrant / qdrant-haystack

An integration of Qdrant ANN vector database backend with Haystack
Apache License 2.0
42 stars 11 forks source link

Python 3.11 support #18

Closed adityaguru149 closed 1 year ago

adityaguru149 commented 1 year ago

I see python 3.11+ is not supported at present python = ">=3.8.1,<=3.11. Is there some know issue or it is just not tested?

How to enable support for python 3.11+?

kacperlukawski commented 1 year ago

@adityaguru149 Python 3.12 is still in a beta preview

TuanaCelik commented 1 year ago

@kacperlukawski I think with the current setup of the poetry config file you also won't get the patch releases of 3.11 though. So you'll get a conflict if you have say 3.11.1 installed. Changing it to <3.12 should do it?

kacperlukawski commented 1 year ago

@TuanaCelik You're absolutely right. Thanks for noticing that! I'll be changed soon.