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

Commit c43243c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "stapi_fastapi", from="src"}]
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.12,<4.0"
13-
fastapi = "^0.115.0"
13+
fastapi = ">=0.115.0"
1414
pydantic = ">=2.10"
1515
geojson-pydantic = ">=1.1"
1616
pygeofilter = ">=0.2"

0 commit comments

Comments
 (0)