We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5e214 commit ea466a2Copy full SHA for ea466a2
2 files changed
pyproject.toml
@@ -53,7 +53,7 @@ pydantic-converter = ["pydantic>=2.10.6,<3"]
53
sentry = ["sentry-sdk>=2.13.0"]
54
trio-async = ["trio>=0.28.0,<0.29", "trio-asyncio>=0.15.0,<0.16"]
55
cloud-export-to-parquet = [
56
- "pandas>=2.2.2,<3 ; python_version >= '3.10' and python_version < '4.0'",
+ "pandas>=2.3.3,<3 ; python_version >= '3.10' and python_version < '4.0'",
57
"numpy>=1.26.0,<2 ; python_version >= '3.10' and python_version < '3.13'",
58
"boto3>=1.34.89,<2",
59
"pyarrow>=19.0.1",
0 commit comments