potiuk commented on code in PR #40683: URL: https://github.com/apache/airflow/pull/40683#discussion_r1671984187
########## airflow/providers/pgvector/provider.yaml: ########## @@ -43,7 +43,9 @@ integrations: dependencies: - apache-airflow>=2.7.0 - apache-airflow-providers-postgres>=5.7.1 - - pgvector>=0.2.3 + # limiting to <=0.2.5 version due to https://github.com/pgvector/pgvector-python/issues/79 + # observed in 0.3.0. + - pgvector>=0.2.3,<=0.2.5 Review Comment: Better to set `!=0.3.0` . Seems that the fix is already merged and scheduled to be released in 0.3.1, so `!=0.3.0` is also future-proof -- 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]
