Skip to content

Commit b442434

Browse files
authored
python(fix): update pandas and pandas-stub upperbound version (#492)
1 parent 44b05a7 commit b442434

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords = ["sift", "sift-stack", "siftstack", "sift_py"]
2626
dependencies = [
2727
"grpcio~=1.13",
2828
"PyYAML~=6.0",
29-
"pandas~=2.0",
29+
"pandas>=2.0,<3.1",
3030
"protobuf>=5.0",
3131
"pydantic~=2.10",
3232
# Support python 3.9+ typing in older versons of python.
@@ -36,7 +36,7 @@ dependencies = [
3636
"requests-toolbelt~=1.0",
3737
"alive-progress~=3.0",
3838
# May move these to optional dependencies in the future.
39-
"pandas-stubs~=2.0",
39+
"pandas-stubs>=2.0,<4.0",
4040
"types-PyYAML~=6.0",
4141
"types-protobuf>=5.0",
4242
"typing-extensions~=4.6",

0 commit comments

Comments
 (0)