Skip to content

Commit eb6eb76

Browse files
committed
Merge branch 'feature/feature-store-marketplace-operator' of github.com:oracle/accelerated-data-science into feature/feature-store-marketplace-operator
2 parents 96646c4 + b6dfdd2 commit eb6eb76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ pii = [
194194
"spacy==3.6.1",
195195
]
196196
llm = [
197-
"langchain>=0.0.295",
197+
"langchain>=0.0.295,<=0.0.350",
198198
"evaluate>=0.4.0",
199199
]
200200

0 commit comments

Comments
 (0)