Skip to content

Commit 5287887

Browse files
authored
Merge branch 'main' into qq/langchain
2 parents a1fb12b + 0eba763 commit 5287887

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.8-3.11] - Default Tests"
1+
name: "[Py3.9-3.11] - Default Tests"
22

33
on:
44
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11"]
36+
python-version: ["3.9", "3.10", "3.11"]
3737

3838
steps:
3939
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ aqua = ["jupyter_server"]
212212
# Revisit this section continuously and update to recent version of libraries. focus on pyt3.9/3.10 versions.
213213
testsuite = [
214214
"arff",
215-
"autogen-agentchat~=0.2",
215+
"autogen-agentchat<0.4",
216216
"category_encoders==2.6.3", # set version to avoid backtracking
217217
"cohere==4.53", # set version to avoid backtracking
218218
"faiss-cpu",

0 commit comments

Comments
 (0)