Skip to content

Commit

Permalink
fix(deps): update dependency transformers to v4.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 33a7627 commit 77a84e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions services/cache/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 services/cache/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uvicorn = "^0.32.0"
gptcache = "^0.1.44"
pydantic = "^2.8.2"
onnxruntime = "^1.17.0"
transformers = "4.45.1"
transformers = "4.46.3"
numpy = "^1.26.4"
torch = "^2.4.0"
flax = "^0.10.0"
Expand Down
14 changes: 7 additions & 7 deletions services/rule/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 services/rule/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.115.0"
transformers = "4.45.1"
transformers = "4.46.3"
torch = "^2.3.1"
rule-engine = "^4.5.0"
presidio-analyzer = "^2.2.355"
Expand Down

0 comments on commit 77a84e6

Please sign in to comment.