Skip to content

Commit c5dc098

Browse files
committed
fixing typo and specifying exact range of compatible langchain versions
1 parent e1b8a11 commit c5dc098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-unittests-py38-cov-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
pip install -e ".[forecast]"
7474
- name: "Install featurestore marketplace dependencies"
7575
run: |
76-
pip install -e ".[feature-store-marketplace]
76+
pip install -e ".[feature-store-marketplace]"
7777
- name: "Run unitary tests folder with maximum ADS dependencies"
7878
timeout-minutes: 40
7979
shell: bash

ads/llm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
langchain>=0.0.295
1+
langchain>=0.0.295,<0.0.350
22
pydantic>=1.10.13,<3
33
typing-extensions>=4.2.0

0 commit comments

Comments
 (0)