Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kharvd authored and CrustyCode committed Nov 11, 2024
1 parent 9e31e62 commit 4fabb32
Show file tree
Hide file tree
Showing 2 changed files with 1,543 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"anthropic==0.25.9",
"attrs==23.2.0",
"anthropic==0.34.1",
"attrs==24.2.0",
"black==24.4.2",
"cohere==5.5.3",
"google-generativeai==0.5.4",
"mistralai==0.1.8",
"openai==1.30.1",
"prompt-toolkit==3.0.43",
"pytest==7.3.1",
"PyYAML==6.0.1",
"cohere==5.8.1",
"google-generativeai==0.7.2",
"openai==1.42.0",
"prompt-toolkit==3.0.47",
"pytest==8.3.2",
"PyYAML==6.0.2",
"rich==13.7.1",
"typing_extensions==4.11.0",
"typing_extensions==4.12.2",
"pydantic<2",
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit 4fabb32

Please sign in to comment.