Skip to content

Commit

Permalink
fix: Add version constraints for standard library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 26, 2024
1 parent b693ed4 commit fc4e7bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ FlashRank = "0.4"
GoogleGenAI = "0.3"
HTTP = "1.10.8"
JSON3 = "1"
LinearAlgebra = "<0.0.1, 1"
Logging = "<0.0.1, 1"
OpenAI = "0.9"
Pkg = "<0.0.1, 1"
PrecompileTools = "1"
Preferences = "1"
Random = "<0.0.1, 1"
REPL = "<0.0.1, 1"
Snowball = "0.1"
SparseArrays = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
StreamCallbacks = "0.4, 0.5"
Unicode = "<0.0.1, 1"

0 comments on commit fc4e7bb

Please sign in to comment.