Skip to content

Commit 146ce23

Browse files
Merge pull request #87 from smokeyScraper/poetry_fixes
[chore]: update poetry modules
2 parents a0bfbbe + 319c41a commit 146ce23

File tree

3 files changed

+15
-31
lines changed

3 files changed

+15
-31
lines changed

backend/requirements.txt

-6.34 KB
Binary file not shown.

poetry.lock

Lines changed: 13 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ dependencies = [
1111
"py-cord (>=2.6.1,<3.0.0)",
1212
"pygithub (>=2.6.1,<3.0.0)",
1313
"slack-sdk (>=3.34.0,<4.0.0)",
14-
"dotenv (>=0.9.9,<0.10.0)",
1514
"sentence-transformers (>=3.4.1,<4.0.0)",
1615
"torch (>=2.6.0,<3.0.0)",
17-
"python-dotenv (>=1.0.1,<2.0.0)",
1816
"pydantic (>=2.10.6,<3.0.0)",
1917
"langgraph (>=0.4.7,<0.5.0)",
2018
"langchain-tavily (>=0.2.0,<0.3.0)",
2119
"tavily-python (>=0.7.3,<0.8.0)",
22-
"langchain[google-genai] (>=0.3.25,<0.4.0)",
2320
"pydantic-settings (>=2.9.1,<3.0.0)",
2421
"langsmith (>=0.3.45,<0.4.0)",
2522
"weaviate-client (>=4.15.0,<5.0.0)",
23+
"langchain-google-genai (>=2.1.5,<3.0.0)",
24+
"python-dotenv (>=1.1.1,<2.0.0)",
2625
]
2726

2827
[tool.poetry]

0 commit comments

Comments
 (0)