Closed djpecot closed 1 year ago
wmill use an older version of httpx because we pin the generator to an older version:
RUN pipx install openapi-python-client==0.11.6 --include-deps
We just need to test everything work properly with a newer version and this should be solved
I looked a bit and the newer versions generate the client in slightly different ways which might require us or not to redesign the client. Will investigate more this weekend.
Sounds good. To save a little time, even giving a broader range like
wmill>=1.0.0
supabase>=1.0.0
didn't fix anything. I thought giving a range of possible libraries might help, but I'm no pro at dep management :)
Solved starting in wmill 1.166.0
Describe the bug
Followed a simple flow like here: https://www.windmill.dev/docs/advanced/imports#imports-in-python
And am currently unable to manually connect Supabase APAI (I need to access buckets, not via SQL), but am getting an error that seems to do with
httpx
versions mismatching?I popped the log in perplexity and it mentioned some options I don't think I as an end user on the cloud platform am able to do.
To reproduce
Use this as your script in either a flow script or stand-alone script (not sure the terminology)
Expected behavior
Clean non-clashing imports.
Screenshots
No response
Browser information
Version 1.56.14 Chromium: 115.0.5790.114 (Official Build) (x86_64)
Application version
EE v1.165.0-4-ge31d843b
Additional Context
Here's the actual output: