Fokko commented on code in PR #6745:
URL: https://github.com/apache/iceberg/pull/6745#discussion_r1100602879


##########
python/pyproject.toml:
##########
@@ -50,33 +50,33 @@ include = [
 [tool.poetry.dependencies]
 python = "^3.8"
 mmhash3 = "3.0.1"
-requests = "2.28.2"
+requests = ">=2.28.1,<=2.28.2"
 click = "8.1.3"
-rich = "13.3.1"
-pyyaml = "6.0.0"
+rich = ">=13.0.0,<=13.3.1"
+pyyaml = ">=5.4.0,<=6.0.0"
 
 pydantic = "1.10.4"
-fsspec = "2023.1.0"
+fsspec = ">=2022.8.2,<=2023.1.0"
 
 pyparsing = "3.0.9"
 
 zstandard = "0.19.0"
 
-pyarrow = { version = "11.0.0", optional = true }
+pyarrow = { version = ">=8.0.0,<=11.0.0", optional = true }
 
-pandas = { version = "1.5.3", optional = true }
+pandas = { version = ">=1.4.4,<=1.5.3", optional = true }
 
-duckdb = { version = "0.6.1", optional = true }
+duckdb = { version = ">=0.6.0,<=0.6.1", optional = true }
 
 python-snappy = { version = "0.6.1", optional = true }
 
 thrift = { version = "0.16.0", optional = true }
 
-boto3 = {version = "1.24.59", optional = true}
+boto3 = { version = "1.24.59", optional = true }

Review Comment:
   Would be cool if we can get some kind of TOML linter.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to