Skip to content

Commit cb6e258

Browse files
committed
making version compatible
1 parent f6cabb3 commit cb6e258

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

dspy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
HFClientTGI = dsp.HFClientTGI
2525
HFClientVLLM = HFClientVLLM
2626

27-
2827
Anyscale = dsp.Anyscale
2928
Together = dsp.Together
3029
HFModel = dsp.HFModel

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ docs = [
5757
"autodoc_pydantic",
5858
"sphinx-reredirects>=0.1.2",
5959
"sphinx-automodapi==0.16.0",
60+
6061
]
6162
dev = ["pytest>=6.2.5"]
6263

@@ -82,7 +83,7 @@ python = ">=3.9,<3.12"
8283
pydantic = "2.5.0"
8384
backoff = "^2.2.1"
8485
joblib = "^1.3.2"
85-
openai = "0.28.1"
86+
openai = ">=0.28.1,<2.0.0"
8687
pandas = "^2.1.1"
8788
regex = "^2023.10.3"
8889
ujson = "^5.8.0"

0 commit comments

Comments
 (0)