rename common -> qdrant_common to avoid name with other python packages#7571
Conversation
|
@Anush008 could you please check that it doesn't break java client? |
Anush008
left a comment
There was a problem hiding this comment.
All imports and tests continue to work like before.
qdrant/java-client#91
|
So such file name turns to be quite common, amirite? We have import "qdrant/common.proto";
import "qdrant/collections.proto";See how Google organizes it: https://github.com/googleapis/googleapis/blob/ded7ed1e4cce7c165c56a417572cebea9bc1d82c/google/bigtable/v2/bigtable.proto |
I am afraid it will unpredictable break some clients. |
Related to qdrant/qdrant-client#1119