Skip to content

Commit 2fb302e

Browse files
committed
Fix
1 parent f122515 commit 2fb302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"requests",
4242
"furl",
4343
"boto3",
44+
"pandas<2.2.0",
4445
"pyjks",
4546
"mock",
4647
"avro==1.11.3",
@@ -59,7 +60,6 @@ dependencies = [
5960
[project.optional-dependencies]
6061
python = [
6162
"numpy<2",
62-
"pandas<2.2.0",
6363
"pyarrow>=10.0",
6464
"confluent-kafka<=2.3.0",
6565
"fastavro>=1.4.11,<=1.8.4",

0 commit comments

Comments
 (0)