Spider84pr
Spider84pr
I am especially doubting if i must import Request?
I have look in existing stubs and I found how to do it. Hopefully it is correct. If something wrong - please teIll me - I will fix it
Some tests failed I have googled and added to Response import # type: ignore[import-untyped] Now all test are passed but I dont know is this trick a legal one
I have added httpx in dependencies and annotated kwargs
Do I need to do something ro fix the tests?
Hello. I have problems that I cannot solve myself for getting two remaining test to work. Authlib requires cryptography for work. I have installed if on my local machine and...
@sobolevn I've added entries in stubtest_allowlist.txt and I will work it in next PR but I cannot resolve the remaining two test. Must I just wait? I am also tried...
@sobolevn thanks for corrected me.Also I have succesfully setup stub_ uploader on local machine. Hopefully it will help me in future PRs.