Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Oct 24, 2024
1 parent bb7a75e commit 372ff3e
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 62 deletions.
112 changes: 52 additions & 60 deletions libs/community/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/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
python = ">=3.9,<4.0"
langchain-core = "^0.3.12"
langchain = "^0.3.4"
SQLAlchemy = ">=1.4,<3"
SQLAlchemy = ">=1.4,<2.0.36"
requests = "^2"
PyYAML = ">=5.3"
aiohttp = "^3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ codespell = "^2.2.0"

[tool.poetry.group.typing.dependencies]

[tool.poetry.group.test.dependencies]

[tool.codespell]
skip = '.git,*.pdf,*.svg,*.pdf,*.yaml,*.ipynb,poetry.lock,*.min.js,*.css,package-lock.json,example_data,_dist,examples,templates,*.trig'
# Ignore latin etc
Expand Down

0 comments on commit 372ff3e

Please sign in to comment.