Skip to content

Commit

Permalink
Merge branch 'master' into snova-jorgep/sambanovacloud_llm
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpiedrahitao authored Nov 14, 2024
2 parents 6083c59 + f122273 commit 6e47d27
Showing 7 changed files with 87 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/scripts/get_min_versions.py
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
"langchain-community",
"langchain",
"langchain-text-splitters",
"numpy",
"SQLAlchemy",
]

6 changes: 3 additions & 3 deletions libs/community/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -42,11 +42,11 @@ pydantic-settings = "^2.4.0"
langsmith = "^0.1.125"
httpx-sse = "^0.4.0"
[[tool.poetry.dependencies.numpy]]
version = "^1"
version = ">=1.22.4,<2"
python = "<3.12"

[[tool.poetry.dependencies.numpy]]
version = "^1.26.0"
version = ">=1.26.2,<2"
python = ">=3.12"

[tool.ruff.lint]
66 changes: 65 additions & 1 deletion libs/core/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/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ version = "^1.24.0"
python = "<3.12"

[[tool.poetry.group.test.dependencies.numpy]]
version = "^1.26.0"
version = ">=1.26.0,<3"
python = ">=3.12"


37 changes: 13 additions & 24 deletions libs/langchain/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -43,11 +43,11 @@ PyYAML = ">=5.3"
aiohttp = "^3.8.3"
tenacity = ">=8.1.0,!=8.4.0,<10"
[[tool.poetry.dependencies.numpy]]
version = "^1"
version = ">=1.22.4,<2"
python = "<3.12"

[[tool.poetry.dependencies.numpy]]
version = "^1.26.0"
version = ">=1.26.2,<2"
python = ">=3.12"

[tool.ruff.lint]

0 comments on commit 6e47d27

Please sign in to comment.