Skip to content

Commit 8815056

Browse files
Updated deps to work for python 3.12. fixed deprecation warnings
1 parent 3b02664 commit 8815056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["Kacper Łukawski <kacper.lukawski@qdrant.com>"]
66

77
[tool.poetry.dependencies]
8-
python = ">=3.9,<3.12"
8+
python = ">=3.9,<3.13"
99
qdrant-client = "^1.8.0"
1010
typer = "^0.6.1"
1111
jsons = "^1.6.3"
@@ -25,7 +25,7 @@ ml-dtypes = "^0.4.0"
2525
boto3 = "^1.39.4"
2626

2727

28-
[tool.poetry.dev-dependencies]
28+
[tool.poetry.group.dev.dependencies]
2929
pre-commit = "^2.20.0"
3030
pytest = "^7.1"
3131

0 commit comments

Comments
 (0)