File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
terraform/python/ec2/adot-genai Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ unzip genai-service.zip
8484python3.12 -m pip install fastapi uvicorn[standard] --no-cache-dir
8585python3.12 -m pip install boto3 botocore setuptools --no-cache-dir
8686python3.12 -m pip install opentelemetry-api opentelemetry-sdk opentelemetry-semantic-conventions --no-cache-dir
87- python3.12 -m pip install langchain langchain-community langchain_aws --no-cache-dir
87+
88+ # Temporarily hardcode langchain to 0.3.27, as we suspect later versions break the canary tests for gen-ai
89+ python3.12 -m pip install langchain==0.3.27 langchain-community langchain_aws --no-cache-dir
8890python3.12 -m pip install python-dotenv openlit --no-cache-dir
8991python3.12 -m pip install openinference-instrumentation-langchain --no-cache-dir
9092${ var . get_adot_wheel_command }
You can’t perform that action at this time.
0 commit comments