Commit f0b1f6e
authored
[Python GenAI Sample App] Temporarily hardcode langchain to older working version 0.3.27 (#472)
*Issue description:*
- python has genai workflow failures
https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/18730013353/job/53426255842
- Looks like there are a lot of Langchain changes around the time of
when the failures started happening:
https://pypi.org/project/langchain/#history
*Description of changes:*
- Temporarily hardcode langchain to older working version 0.3.27
*Rollback procedure:*
We safely revert this commit if needed.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 4ca5d60 commit f0b1f6e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments