Skip to content

Commit

Permalink
fix: Make dependencies more flexible for sqlmodel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanelli committed Dec 7, 2024
1 parent de30c69 commit 3095cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ authors = [
requires-python = ">=3.8.0"
dependencies = [
"requests>=2,<2.32.0",
"sqlmodel==0.0.18",
"sqlmodel>=0.0.18",
"pydantic>=2,<3",
"sqlalchemy>=1.4",
"sqlalchemy>=2",
"proto-plus>=1",
"protobuf>=4",
"cryptography>=42",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2,<2.32.0
sqlmodel==0.0.18
sqlmodel>=0.0.18
pydantic>=2,<3
sqlalchemy>=1.4
sqlalchemy>=2
proto-plus>=1
protobuf>=4
cryptography>=42
Expand Down

0 comments on commit 3095cc3

Please sign in to comment.