Fokko commented on code in PR #2071:
URL: https://github.com/apache/iceberg-python/pull/2071#discussion_r2140786719
##########
poetry.lock:
##########
@@ -4472,59 +4716,61 @@ files = [
{file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash =
"sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"},
{file = "pyyaml-6.0.2.tar.gz", hash =
"sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"},
]
-markers = {main = "extra == \"ray\" or extra == \"hf\""}
+markers = {main = "python_version == \"3.9\" and (extra == \"ray\" or extra ==
\"hf\") or extra == \"hf\" or extra == \"ray\""}
[[package]]
name = "pyyaml-env-tag"
-version = "0.1"
-description = "A custom YAML tag for referencing environment variables in YAML
files. "
+version = "1.1"
+description = "A custom YAML tag for referencing environment variables in YAML
files."
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.9"
groups = ["docs"]
files = [
- {file = "pyyaml_env_tag-0.1-py3-none-any.whl", hash =
"sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069"},
- {file = "pyyaml_env_tag-0.1.tar.gz", hash =
"sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"},
+ {file = "pyyaml_env_tag-1.1-py3-none-any.whl", hash =
"sha256:17109e1a528561e32f026364712fee1264bc2ea6715120891174ed1b980d2e04"},
+ {file = "pyyaml_env_tag-1.1.tar.gz", hash =
"sha256:2eb38b75a2d21ee0475d6d97ec19c63287a7e140231e4214969d0eac923cd7ff"},
]
[package.dependencies]
pyyaml = "*"
[[package]]
name = "ray"
-version = "2.44.0"
+version = "2.46.0"
Review Comment:
Ideally, we don't want to bump Ray as part of this PR. Maybe add the
`<=2.44.0` constraint to Ray for now?
--
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]