Skip to content

Commit

Permalink
Updating version dependency (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus2281 authored Sep 17, 2024
1 parent 113b930 commit 43821d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers = [
]
dependencies = [
"boto3~=1.34.122",
"langchain_core~=0.2.5",
"langchain~=0.2.3",
"langchain-core~=0.3.0",
"langchain~=0.3.0",
"PyYAML~=6.0.1",
"Requests~=2.32.3",
"solace_pubsubplus>=1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3~=1.34.122
langchain_core~=0.2.5
langchain~=0.2.3
langchain-core~=0.3.0
langchain~=0.3.0
PyYAML~=6.0.1
Requests~=2.32.3
solace_pubsubplus~=1.8.0

0 comments on commit 43821d9

Please sign in to comment.