We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dea80 commit b8b8636Copy full SHA for b8b8636
aws-opentelemetry-distro/pyproject.toml
@@ -82,6 +82,11 @@ dependencies = [
82
"opentelemetry-instrumentation-urllib3 == 0.54b1",
83
"opentelemetry-instrumentation-wsgi == 0.54b1",
84
"opentelemetry-instrumentation-cassandra == 0.54b1",
85
+ "langchain == 0.3.27",
86
+ "langchain-core == 0.3.72",
87
+ "langchain-aws == 0.1.3",
88
+ "langchain-community == 0.3.27",
89
+ "langgraph == 0.6.3",
90
]
91
92
[project.optional-dependencies]
0 commit comments