Skip to content

Commit 5fc2526

Browse files
dependabot[bot]autofix-ci[bot]asukaminato0721
authored andcommitted
chore(deps-dev): bump the dev group in /api with 6 updates (langgenius#34579)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
1 parent c19e032 commit 5fc2526

3 files changed

Lines changed: 41 additions & 39 deletions

File tree

api/core/rag/datasource/vdb/milvus/milvus_vector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def create_collection(
352352

353353
# Create Index params for the collection
354354
index_params_obj = IndexParams()
355+
assert index_params is not None
355356
index_params_obj.add_index(field_name=Field.VECTOR, **index_params)
356357

357358
# Create Sparse Vector Index for the collection

api/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ package = false
111111
dev = [
112112
"coverage~=7.13.4",
113113
"dotenv-linter~=0.7.0",
114-
"faker~=40.11.0",
114+
"faker~=40.12.0",
115115
"lxml-stubs~=0.5.1",
116-
"basedpyright~=1.38.2",
116+
"basedpyright~=1.39.0",
117117
"ruff~=0.15.5",
118118
"pytest~=9.0.2",
119119
"pytest-benchmark~=5.2.3",
@@ -139,15 +139,15 @@ dev = [
139139
"types-olefile~=0.47.0",
140140
"types-openpyxl~=3.1.5",
141141
"types-pexpect~=4.9.0",
142-
"types-protobuf~=6.32.1",
142+
"types-protobuf~=7.34.1",
143143
"types-psutil~=7.2.2",
144144
"types-psycopg2~=2.9.21",
145-
"types-pygments~=2.19.0",
145+
"types-pygments~=2.20.0",
146146
"types-pymysql~=1.1.0",
147147
"types-python-dateutil~=2.9.0",
148148
"types-pywin32~=311.0.0",
149149
"types-pyyaml~=6.0.12",
150-
"types-regex~=2026.3.32",
150+
"types-regex~=2026.4.4",
151151
"types-shapely~=2.1.0",
152152
"types-simplejson>=3.20.0",
153153
"types-six>=1.17.0",
@@ -166,7 +166,7 @@ dev = [
166166
"import-linter>=2.3",
167167
"types-redis>=4.6.0.20241004",
168168
"celery-types>=0.23.0",
169-
"mypy~=1.19.1",
169+
"mypy~=1.20.0",
170170
# "locust>=2.40.4", # Temporarily removed due to compatibility issues. Uncomment when resolved.
171171
"sseclient-py>=1.8.0",
172172
"pytest-timeout>=2.4.0",

api/uv.lock

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)