Skip to content

Commit

Permalink
fix upper version for core to 0.3 instead of 3 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored May 15, 2024
1 parent 37f41e5 commit 21bf92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ httpx = ">=0.23.0" # May be able to decrease this version
fastapi = {version = ">=0.90.1,<1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
pydantic = ">=1"
langchain-core = ">=0.1,<3"
langchain-core = ">=0.1,<0.3"
orjson = ">=2"
pyproject-toml = "^0.0.10"

Expand Down

0 comments on commit 21bf92f

Please sign in to comment.