-
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.
Bugfix/signature replace and pydantic 2.10 (#1855)
* feat(dspy): add datamodel-code-generator to dev reqs * fix(dspy): fix signature replace for pydantic v2.10 * fix(dspy): fix signature replace for pydantic v2.10
- Loading branch information
1 parent
2aa6f01
commit ff6f5a8
Showing
2 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
black==24.2.0 | ||
datamodel-code-generator==0.26.3 | ||
litellm[proxy]==1.51.0 | ||
pillow==10.4.0 | ||
pre-commit==3.7.0 | ||
pytest==8.3.3 | ||
pytest-env==1.1.3 | ||
pytest-mock==3.12.0 | ||
ruff==0.3.0 | ||
torch==2.2.1 | ||
transformers==4.38.2 | ||
pillow==10.4.0 | ||
litellm[proxy]==1.51.0 |