Skip to content

Commit

Permalink
Fix requirements (use langchain-core=^0.3) (#3)
Browse files Browse the repository at this point in the history
* Fix

* Fix

* Fix
  • Loading branch information
sfc-gh-nmoiseyev authored Sep 26, 2024
1 parent 95e59a8 commit 7e2674f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Environments
.venv*
4 changes: 2 additions & 2 deletions libs/snowflake/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
langchain-core = ">=0.2.40,<0.4"
langchain-core = "^0.3"
snowflake = ">=0.8.0,<1.0"

[tool.poetry.group.test]
Expand Down

0 comments on commit 7e2674f

Please sign in to comment.