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
It seems the httpx dependency requirement is set to be httpx = "^0.27.0", however, when using all versions that satisfy this requirement, I get a InvalidURL: Invalid port: ':1]' error which is easily fixed if I downgrade to httpx==0.23.3 as suggested by this other post which ran into the same issue in the openai client.
I think this dependency requirement should be changed as it seems incompatible out of the box. Or is there perhaps something I'm doing wrong on my end that's making it so that the proper version isn't working? I haven't changed any default settings or ports or anything.
The text was updated successfully, but these errors were encountered:
It seems the httpx dependency requirement is set to be
httpx = "^0.27.0"
, however, when using all versions that satisfy this requirement, I get aInvalidURL: Invalid port: ':1]'
error which is easily fixed if I downgrade to httpx==0.23.3 as suggested by this other post which ran into the same issue in the openai client.I think this dependency requirement should be changed as it seems incompatible out of the box. Or is there perhaps something I'm doing wrong on my end that's making it so that the proper version isn't working? I haven't changed any default settings or ports or anything.
The text was updated successfully, but these errors were encountered: