Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jun 15, 2024

Our "lowest-dependency" tests detectaed that weaviate client depends implicitly on httpx >= 0.19.0 (imports USE_CLIENT_DEFAULTS from httpx and it's missing < 0.19.0). Howeer this error is raised during importing of examples for weaviate in "Always" tests, and closer look at weaviate shows that it actually has >=0.25.0 and it makes sense for all our providers to bump httpx to 0.25.0 as minimum as well as add it to weaviate explicitly..


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Our "lowest-dependency" tests detectaed that weaviate client depends
implicitly on httpx >= 0.19.0 (imports USE_CLIENT_DEFAULTS from
httpx and it's missing < 0.19.0). Howeer this error is raised during
importing of examples for weaviate in "Always" tests, and closer look at
weaviate shows that it actually has >=0.25.0 and it makes sense for all
our providers to bump httpx to 0.25.0 as minimum as well as add it to
weaviate explicitly..
@potiuk potiuk merged commit 35871f8 into apache:main Jun 15, 2024
@potiuk potiuk deleted the add-min-requirement-for-weaviate branch June 15, 2024 10:13
@utkarsharma2 utkarsharma2 added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jul 1, 2024
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
Our "lowest-dependency" tests detectaed that weaviate client depends
implicitly on httpx >= 0.19.0 (imports USE_CLIENT_DEFAULTS from
httpx and it's missing < 0.19.0). Howeer this error is raised during
importing of examples for weaviate in "Always" tests, and closer look at
weaviate shows that it actually has >=0.25.0 and it makes sense for all
our providers to bump httpx to 0.25.0 as minimum as well as add it to
weaviate explicitly..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:google Google (including GCP) related issues provider:weaviate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants