Skip to content

Commit

Permalink
Merge pull request #344 from jwang-paradise/fix-sqlmodel-requirement
Browse files Browse the repository at this point in the history
fix: version requirement too strict for `sqlmodel`
  • Loading branch information
MadcowD authored Oct 29, 2024
2 parents ceacdbb + 1813e1e commit b44bb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cattrs = "^23.2.3"
openai = "^1.51.0"
anthropic = { version = "^0.34.2", optional = true }
groq = { version = "^0.11.0", optional = true }
sqlmodel = "^0.0.21"
sqlmodel = ">=0.0.21, <0.1.0"
uvicorn = "^0.30.3"
requests = "^2.32.3"
typing-extensions = "^4.12.2"
Expand Down

0 comments on commit b44bb1a

Please sign in to comment.