This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9f9ccb8cdb3 bump qdrant_client>=1.15.1 (#54066)
9f9ccb8cdb3 is described below
commit 9f9ccb8cdb3f5e983d07d5938a154dc43db22149
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Aug 3 20:28:00 2025 +0300
bump qdrant_client>=1.15.1 (#54066)
---
providers/qdrant/pyproject.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/providers/qdrant/pyproject.toml b/providers/qdrant/pyproject.toml
index cefd3b2ba35..25c17e7637e 100644
--- a/providers/qdrant/pyproject.toml
+++ b/providers/qdrant/pyproject.toml
@@ -58,8 +58,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
- "qdrant_client>=1.10.1",
- "portalocker>=2.8.1",
+ "qdrant_client>=1.15.1",
]
[dependency-groups]