Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 5406c95

Browse files
author
Phil Varner
committed
update poetry dependencies to be >= rather than caret
1 parent 4884e78 commit 5406c95

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

poetry.lock

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ readme = "README.md"
99
packages = [{include = "stapi_fastapi", from="src"}]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.12.0"
12+
python = ">=3.12,<4.0"
1313
fastapi = "^0.115.0"
14-
pydantic = "^2.10.1"
15-
geojson-pydantic = "^1.1.1"
16-
pygeofilter = "^0.2.4"
17-
returns = "^0.23.0"
14+
pydantic = ">=2.10"
15+
geojson-pydantic = ">=1.1"
16+
pygeofilter = ">=0.2"
17+
returns = ">=0.23"
1818

1919
[tool.poetry.group.dev]
2020
optional = true

0 commit comments

Comments
 (0)