dannycjones commented on issue #3034:
URL: https://github.com/apache/iceberg-rust/issues/3034#issuecomment-5623834675
>Claude also suggest to include the pyo3 0.29 bump from main, which closes
the two advisories currently ignored in the audit config.
I had a look at this, it's not possible due to pyarrow also depending on it.
I'll leave out of scope for 0.11.
```
error: failed to select a version for `pyo3`.
... required by package `pyiceberg_core_rust v0.11.0 (bindings/python)`
versions that meet the requirements `^0.29` are: 0.29.2, 0.29.1, 0.29.0
package `pyo3` links to the native library `python`, but it conflicts with a
previous package which links to `python` as well:
package `pyo3 v0.28.2`
... which satisfies dependency `pyo3 = "^0.28.0"` of package
`arrow-pyarrow v58.4.0`
... which satisfies dependency `arrow-pyarrow = "^58.4.0"` of package
`arrow v58.4.0`
... which satisfies dependency `arrow = "^58.4"` of package
`pyiceberg_core_rust v0.11.0`
note: only one package in the dependency graph may specify the same links
value
```
--
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]