qdrant-haystack 1.0.10__tar.gz → 1.0.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of qdrant-haystack might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdrant-haystack
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: An integration of Qdrant ANN vector database backend with Haystack
5
5
  License: Apache 2.0
6
6
  Author: Kacper Łukawski
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Requires-Dist: farm-haystack (>=1.13.0,<2.0.0)
15
15
  Requires-Dist: qdrant-client (>=1.1.4)
16
- Requires-Dist: tiktoken (<=0.4.0)
16
+ Requires-Dist: tiktoken (>=0.5.1)
17
17
  Requires-Dist: torch (<=2.0.0)
18
18
  Description-Content-Type: text/markdown
19
19
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "qdrant-haystack"
3
- version = "1.0.10"
3
+ version = "1.0.11"
4
4
  description = "An integration of Qdrant ANN vector database backend with Haystack"
5
5
  authors = ["Kacper Łukawski <kacper.lukawski@qdrant.com>"]
6
6
  packages = [
@@ -14,7 +14,7 @@ python = ">=3.8.1,<3.12"
14
14
  qdrant-client = ">=1.1.4"
15
15
  farm-haystack = "^1.13.0"
16
16
  torch = "<=2.0.0"
17
- tiktoken = "<=0.4.0"
17
+ tiktoken = ">=0.5.1"
18
18
 
19
19
  [tool.poetry.dev-dependencies]
20
20
  pytest = "^7.1"