Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 3c16b24

Browse files
authored
Merge pull request #117 from Not-Diamond/ENG-4187_high-vulnerabilities-fix
chore: update dependencies in poetry.lock and pyproject.toml, bumping urllib3 to 2.6.2 and langchain-core to 0.3.80
2 parents 12f49f7 + da82409 commit 3c16b24

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ langchain-mistralai = { version = ">=0.2.10", optional = true }
2626
langchain-together = { version = ">=0.3.0", optional = true }
2727
langchain-cohere = { version = ">=0.4.3", optional = true }
2828
requests = ">=2.31"
29-
urllib3 = ">=2.5.0"
29+
urllib3 = ">=2.6.0"
3030
transformers = { version = ">=4.53.0", optional = true }
3131
pypdf = { version = ">=6.1.3", optional = true }
3232
openai = { version = ">=1.66.3", optional = true }

0 commit comments

Comments
 (0)