fix: requests>=2.32.3 for langchain-tavily compatibility
This commit is contained in:
parent
5b5ecea4c3
commit
da5f5d5a78
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ markdown
|
|||
|
||||
## Web Scraping & HTTP
|
||||
beautifulsoup4==4.12.2 # Required for HTML/XML parsing
|
||||
requests==2.31.0
|
||||
requests>=2.32.3,<3
|
||||
requests-oauthlib==1.3.1 # Required for Google OAuth2Session
|
||||
chardet>=5.0.0 # Für Zeichensatzerkennung bei Webinhalten
|
||||
aiohttp>=3.8.0 # Required for SharePoint operations (async HTTP)
|
||||
|
|
|
|||
Loading…
Reference in a new issue