Update pandas requirement from <2.3.0,>=2.0.0 to >=2.0.0,<2.4.0

Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v2.3.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-21 13:30:39 +00:00
committed by GitHub
parent 175ef45909
commit ef4acf5365

View File

@@ -28,7 +28,7 @@ dependencies = [
"nano-vectordb",
"networkx",
"numpy",
"pandas>=2.0.0,<2.3.0",
"pandas>=2.0.0,<2.4.0",
"pipmaster",
"pydantic",
"pypinyin",
@@ -50,7 +50,7 @@ api = [
"networkx",
"numpy",
"openai>=1.0.0,<3.0.0",
"pandas>=2.0.0,<2.3.0",
"pandas>=2.0.0,<2.4.0",
"pipmaster",
"pydantic",
"pypinyin",