snazy commented on code in PR #2560:
URL: https://github.com/apache/polaris/pull/2560#discussion_r2363126086


##########
client/python/pyproject.toml:
##########
@@ -78,11 +78,15 @@ ignore-packages = [
     "cffi",                  # MIT License (MIT)
     "click",                 # BSD-3-Clause
     "cryptography",          # Apache-2.0 or BSD-3-Clause
+    "dulwich",               # Apache-2.0 or GPL-2.0-or-later
     "fsspec",                # BSD-3-Clause
     "jaraco.functools",      # MIT License (MIT)
     "jeepney",               # MIT License (MIT)
     "more-itertools",        # MIT License (MIT)
     "mypy_extensions",       # MIT License (MIT)
+    "poetry",                # MIT License (MIT)
+    "poetry-core",           # MIT License (MIT)
+    "polaris",               # Apache-2.0

Review Comment:
   this one is weird - not sure whether it looks up polaris:1.1.0 from pypi?



##########
client/python/pyproject.toml:
##########
@@ -78,11 +78,15 @@ ignore-packages = [
     "cffi",                  # MIT License (MIT)
     "click",                 # BSD-3-Clause
     "cryptography",          # Apache-2.0 or BSD-3-Clause
+    "dulwich",               # Apache-2.0 or GPL-2.0-or-later

Review Comment:
   pip-licenses doesn't know about the new dulwich version (via poetry)



##########
client/python/pyproject.toml:
##########
@@ -78,11 +78,15 @@ ignore-packages = [
     "cffi",                  # MIT License (MIT)
     "click",                 # BSD-3-Clause
     "cryptography",          # Apache-2.0 or BSD-3-Clause
+    "dulwich",               # Apache-2.0 or GPL-2.0-or-later
     "fsspec",                # BSD-3-Clause
     "jaraco.functools",      # MIT License (MIT)
     "jeepney",               # MIT License (MIT)
     "more-itertools",        # MIT License (MIT)
     "mypy_extensions",       # MIT License (MIT)
+    "poetry",                # MIT License (MIT)
+    "poetry-core",           # MIT License (MIT)

Review Comment:
   pip-licenses doesn't know about the new poetry version (transitively 
poetry-code)



-- 
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]

Reply via email to