-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements and poetry lock (#1933)
- Loading branch information
Showing
6 changed files
with
1,283 additions
and
1,326 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
#replace_package_name_marker | ||
name = "dspy" | ||
#replace_package_version_marker | ||
version = "2.5.30" | ||
version = "2.5.43" | ||
description = "DSPy" | ||
readme = "README.md" | ||
authors = [{ name = "Omar Khattab", email = "[email protected]" }] | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
# project dependencies function similarly to requirements.txt, | ||
# `pip install .` will pull from pyproject.toml dependencies | ||
dependencies = [ | ||
"backoff~=2.2", | ||
"backoff", | ||
"joblib~=1.3", | ||
"openai", | ||
"pandas", | ||
|
@@ -132,10 +132,8 @@ pgvector = { version = "^0.2.5", optional = true } | |
llama-index = { version = "^0.10.30", optional = true } | ||
jinja2 = "^3.1.3" | ||
magicattr = "^0.1.6" | ||
litellm = "^1.51.0" | ||
litellm = { version = "==1.53.7", extras = ["proxy"] } | ||
diskcache = "^5.6.0" | ||
redis = "^5.1.1" | ||
falkordb = "^1.0.9" | ||
json-repair = "^0.30.0" | ||
tenacity = ">=8.2.3" | ||
asyncer = "0.0.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters