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
Hi @stefanches7,
this is an issue related to dependencies, specifically, openai changed dependency on httpx, but are not actually compatible with 0.28. We have fixes in branches, but not in a state where we can merge into main. I recommend you downgrade httpx to 0.27.2 in whichever package manager you use (e.g., manually define httpx = "0.27.2" in pyproject.toml and rerun poetry lock).
Describe the bug
Client.init() got an unexpected keyword argument 'proxies'
To Reproduce
pytest benchmark/test_biocypher_query_generation
Stack trace
Expected behavior
Set the
OpenAI
client runningDesktop (please complete the following information):
Linux stefan-dev 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Additional context
Using biochatter behind the corporate proxy (DKFZ).
The text was updated successfully, but these errors were encountered: