Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kharvd committed Nov 17, 2024
1 parent eb5991a commit 86f9938
Showing 1 changed file with 10 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,17 +17,17 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"anthropic==0.34.1",
"attrs==24.2.0",
"black==24.4.2",
"cohere==5.8.1",
"anthropic~=0.39.0",
"attrs~=24.2.0",
"black~=24.10.0",
"cohere~=5.11.4",
"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.12.2",
"openai~=1.54.4",
"prompt-toolkit~=3.0.48",
"pytest~=8.3.3",
"PyYAML~=6.0.2",
"rich~=13.9.4",
"typing_extensions~=4.12.2",
"pydantic<2",
]

Expand Down

0 comments on commit 86f9938

Please sign in to comment.