- Bump PORTREVISION for dependency change
from setup.py:
# Match snowflake-connector-python, to ensure compatibility in dbt-snowflake
"cffi>=1.9,<2.0.0",
It is needed for upcoming py-cffi 2.0.0 update. This port does not uses cffi but
list it to ensure compatibility. As of Oct 2025, databases/py-dbt-snowflake and
databases/py-snowflake-connector-python do not use py-cffi.