Skip to content

Commit 2d71d7e

Browse files
authored
chore: Make dependencies more flexible for sqlmodel. (#97)
1 parent 8169725 commit 2d71d7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ authors = [
1212
requires-python = ">=3.8.0"
1313
dependencies = [
1414
"requests>=2,<2.32.0",
15-
"sqlmodel==0.0.18",
15+
"sqlmodel>=0.0.18",
1616
"pydantic>=2,<3",
17-
"sqlalchemy>=1.4",
17+
"sqlalchemy>=2",
1818
"proto-plus>=1",
1919
"protobuf>=4",
2020
"cryptography>=42",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests>=2,<2.32.0
2-
sqlmodel==0.0.18
2+
sqlmodel>=0.0.18
33
pydantic>=2,<3
4-
sqlalchemy>=1.4
4+
sqlalchemy>=2
55
proto-plus>=1
66
protobuf>=4
77
cryptography>=42

0 commit comments

Comments
 (0)