You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dependency to httpx >= 0.25.0 everywhere (#40256)
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..
0 commit comments