sungwy commented on issue #1085:
URL: 
https://github.com/apache/iceberg-python/issues/1085#issuecomment-2304909347

   Hi @aschreiber1 - sorry that you are running into this issue. Unfortunately 
with Python projects, dealing with the dependency hell and making decisions on 
what remains the minimum version is a tough decision the community will have to 
continue making as the project evolves.
   
   Could you explain a bit more about your setup?
   
   sqlalchemy is an optional dependency that's only installed when using 
`sql-sqlite` or `sql-postgres` extra packages. And as seen in this PR, the 
sqlalchemy dependency and these extra packages were introduced together already 
pinned to this version: 
https://github.com/apache/iceberg-python/commit/be510c677a8e9ea99b2d7b10eb69260cf6f74a0c
   
   So using sql-sqlite or sql-postgres extra packages even in lower versions of 
PyIceberg would have had the same version constraint on sqlalchemy


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to