langchain/libs
Nicolò Boschi a500527030
infra: google-vertexai relax types-requests deps range (#16264)
- **Description:** At the moment it's not possible to include in the
same project langchain-google-vertexai and boto3 (e.g. use bedrock and
vertex in the same application) because of the dependency resolutions
conflict. boto3 is still using urllib3 1.x, meanwhile
langchain-google-vertexai -> types-requests depends on urllib3 2.x. [the
last version of types-requests that allows urllib3 1.x is
2.31.0.6](https://pypi.org/project/types-requests/#description).
In this PR I allow the vertexai package to get that version also. 
  
- **Twitter handle:** nicoloboschi
2024-01-22 14:54:41 -08:00
..
cli cli[patch]: pypi fields (#16410) 2024-01-22 14:28:30 -07:00
community community[minor]: Bedrock async methods (#12477) 2024-01-22 14:44:49 -08:00
core core[patch]: Fix f-string formatting in error message for configurable_fields (#16411) 2024-01-22 14:08:44 -08:00
experimental core[patch]: simple prompt pretty printing (#15968) 2024-01-12 21:08:51 -05:00
langchain multiple: update langsmith dep (#16407) 2024-01-22 14:23:11 -07:00
partners infra: google-vertexai relax types-requests deps range (#16264) 2024-01-22 14:54:41 -08:00