langchain
663b0933 - Allow passing auth objects in TextRequestsWrapper (#7701)

Commit
2 years ago
Allow passing auth objects in TextRequestsWrapper (#7701) - Description: This allows passing auth objects in request wrappers. Currently, we can handle auth by editing headers in the RequestsWrappers, but more complex auth methods, such as Kerberos, could be handled better by using existing functionality within the requests library. There are many authentication options supported both natively and by extensions, such as requests-kerberos or requests-ntlm. - Issue: Fixes #7542 - Dependencies: none Co-authored-by: eric.speidel@de.bosch.com <eric.speidel@de.bosch.com>
Author
Parents
Loading