Skip to content

Commit

Permalink
relax requirements for langchain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rblakemesser authored and aelaguiz committed Mar 21, 2024
1 parent 658a1ed commit 826e352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ joblib = "1.3.2"
jsonpatch = "1.33"
jsonpointer = "2.4"
keyring = "24.3.1"
langchain = "0.1.11"
langchain-anthropic = "0.1.3"
langchain-community = "0.0.20"
langchain-core = "0.1.23"
langchain-openai = "0.0.6"
langchain = "^0.1.11"
langchain-anthropic = "^0.1.3"
langchain-community = "^0.0.20"
langchain-core = "^0.1.23"
langchain-openai = "^0.0.6"
markdown-it-py = "3.0.0"
marshmallow = "3.20.2"
mdurl = "0.1.2"
Expand Down

0 comments on commit 826e352

Please sign in to comment.