File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88# replace_package_name_marker
99name =" dspy"
1010# replace_package_version_marker
11- version =" 2.6.6 "
11+ version =" 2.6.8 "
1212description = " DSPy"
1313readme = " README.md"
1414authors = [{
name =
" Omar Khattab" ,
email =
" [email protected] " }]
@@ -53,6 +53,9 @@ dependencies = [
5353[tool .setuptools .packages .find ]
5454include = [" dspy*" ]
5555
56+ [tool .setuptools ]
57+ include-package-data = true
58+
5659[project .optional-dependencies ]
5760anthropic = [" anthropic>=0.18.0,<1.0.0" ]
5861chromadb = [" chromadb~=0.4.14" ]
@@ -85,7 +88,7 @@ homepage = "https://github.com/stanfordnlp/dspy"
8588
8689[tool .poetry ]
8790name = " dspy"
88- version = " 2.6.3 "
91+ version = " 2.6.8 "
8992description = " DSPy"
9093authors = [
" Omar Khattab <[email protected] >" ]
9194license = " MIT"
You can’t perform that action at this time.
0 commit comments