Metadata-Version: 2.4
Name: langchain-aws
Version: 1.4.1
Summary: An integration package connecting AWS and LangChain
Project-URL: Source Code, https://github.com/langchain-ai/langchain-aws/tree/main/libs/aws
Project-URL: Repository, https://github.com/langchain-ai/langchain-aws
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: boto3>=1.42.42
Requires-Dist: langchain-core>=1.2.15
Requires-Dist: numpy<3,>=1.0.0
Requires-Dist: pydantic<3,>=2.10.6
Provides-Extra: anthropic
Requires-Dist: anthropic[bedrock]; extra == 'anthropic'
Requires-Dist: langchain-anthropic; extra == 'anthropic'
Provides-Extra: nova-sonic
Requires-Dist: aws-sdk-bedrock-runtime; (python_version >= '3.12') and extra == 'nova-sonic'
Provides-Extra: tools
Requires-Dist: beautifulsoup4>=4.13.4; extra == 'tools'
Requires-Dist: bedrock-agentcore>=1.4.0; (python_version >= '3.10') and extra == 'tools'
Requires-Dist: playwright>=1.53.0; extra == 'tools'
Provides-Extra: valkey
Requires-Dist: valkey-glide-sync>=2.0.0; extra == 'valkey'
Description-Content-Type: text/markdown

# langchain-aws

This package contains the LangChain integrations with AWS.

## Installation

```bash
pip install -U langchain-aws
```

All integrations in this package assume that you have the credentials setup to connect with AWS services.

## 📖 Documentation

For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_aws/). For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Docs](https://docs.langchain.com/oss/python/integrations/providers/aws).

## 📕 Releases & Versioning

See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.

## 💁 Contributing

As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

For detailed information on how to contribute, see the [Contributing Guide](https://github.com/langchain-ai/langchain-aws/blob/main/.github/CONTRIBUTING.md).
