We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b02664 commit 8815056Copy full SHA for 8815056
pyproject.toml
@@ -5,7 +5,7 @@ description = ""
5
authors = ["Kacper Łukawski <[email protected]>"]
6
7
[tool.poetry.dependencies]
8
-python = ">=3.9,<3.12"
+python = ">=3.9,<3.13"
9
qdrant-client = "^1.8.0"
10
typer = "^0.6.1"
11
jsons = "^1.6.3"
@@ -25,7 +25,7 @@ ml-dtypes = "^0.4.0"
25
boto3 = "^1.39.4"
26
27
28
-[tool.poetry.dev-dependencies]
+[tool.poetry.group.dev.dependencies]
29
pre-commit = "^2.20.0"
30
pytest = "^7.1"
31
0 commit comments