revert: add ChatAnthropicBedrockWrapper (#35371)

This commit is contained in:
ccurme
2026-02-20 15:58:35 -05:00
committed by GitHub
parent be1c3fcc1d
commit 00538ff5fc
14 changed files with 12 additions and 871 deletions

View File

@@ -28,9 +28,6 @@ dependencies = [
"pydantic>=2.7.4,<3.0.0",
]
[project.optional-dependencies]
bedrock = ["anthropic[bedrock]"]
[project.urls]
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic"
Documentation = "https://reference.langchain.com/python/integrations/langchain_anthropic/"
@@ -63,7 +60,7 @@ test = [
]
lint = ["ruff>=0.13.1,<0.14.0"]
dev = ["langchain-core"]
test_integration = ["requests>=2.32.3,<3.0.0", "langchain-core", "anthropic[bedrock]"]
test_integration = ["requests>=2.32.3,<3.0.0", "langchain-core"]
typing = [
"mypy>=1.17.1,<2.0.0",
"types-requests>=2.31.0,<3.0.0",