Skip to content

Commit 435ec4e

Browse files
committed
Chore: Format pyproject.toml using recent pyproject-fmt
1 parent fad026f commit 435ec4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ dynamic = [
8383
dependencies = [
8484
"backports.zoneinfo<1; python_version<'3.9'",
8585
"crate>=2,<3",
86-
"geojson<4,>=2.5",
86+
"geojson>=2.5,<4",
8787
"importlib-metadata; python_version<'3.8'",
8888
"importlib-resources; python_version<'3.9'",
89-
"sqlalchemy<2.1,>=1",
89+
"sqlalchemy>=1,<2.1",
9090
"verlib2<0.4",
9191
]
9292
optional-dependencies.all = [

0 commit comments

Comments
 (0)