Skip to content

Commit

Permalink
Bump LiteLLM
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Jan 11, 2025
1 parent 3d3c545 commit 66c0763
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 61 deletions.
2 changes: 1 addition & 1 deletion js/sdk/package-lock.json

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

2 changes: 1 addition & 1 deletion js/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2r-js",
"version": "0.4.12",
"version": "0.4.14",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down
62 changes: 5 additions & 57 deletions py/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 py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "r2r"
readme = "README.md"
version = "3.3.26"
version = "3.3.27"

description = "SciPhi R2R"
authors = ["Owen Colegrove <owen@sciphi.ai>"]
Expand Down Expand Up @@ -61,7 +61,7 @@ future = { version = "^1.0.0", optional = true }
graspologic = { version = "^3.4.1", optional = true }
gunicorn = { version = "^21.2.0", optional = true }
hatchet-sdk = { version = "^0.38.0", optional = true }
litellm = { version = "^1.57.5", optional = true }
litellm = { version = "^1.57.7", optional = true }
networkx = { version = "^3.3", optional = true }
ollama = { version = "^0.3.1", optional = true }
passlib = { version = "^1.7.4", optional = true }
Expand Down

0 comments on commit 66c0763

Please sign in to comment.