Skip to content

Commit 32a3e0c

Browse files
chore(deps): update python-nonmajor (#78)
* chore(deps): update python-nonmajor * Update pyproject.toml --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 42ce10b commit 32a3e0c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ dependencies = [
1212
"langchain-core>=0.1.1, <1.0.0",
1313
"langchain-community>=0.0.18, <1.0.0",
1414
"redis>=5.0.0, <6.0.0",
15-
"numpy==1.24.4; python_version<='3.8'",
16-
"numpy>=1.24.4, <2.0.0; python_version>'3.8'",
15+
"numpy>=1.24.4, <2.0.0",
1716
]
1817
classifiers = [
1918
"Intended Audience :: Developers",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.2.1
1+
langchain-core==0.2.7
22
langchain-community==0.2.0
3-
redis==5.0.4
3+
redis==5.0.6
44
numpy===1.24.4; python_version <= "3.8"
55
numpy==1.26.4; python_version > "3.8"

0 commit comments

Comments
 (0)