Skip to content

Commit

Permalink
update deps: fastapi, uvicorn, pydantic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Oct 11, 2024
1 parent 4864271 commit 1c45b7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.113.0",
"uvicorn == 0.30.6",
"fastapi[all] == 0.115.0",
"uvicorn == 0.31.1",
"pyyaml == 6.0.2",
"geojson_pydantic == 1.1.1",
"pyproj ~= 3.7.0",
"pydantic-settings == 2.4.0",
"pydantic-settings == 2.5.2",
"email-validator == 2.2.0",
"geodense ~= 2.0.2",
]
Expand Down
26 changes: 13 additions & 13 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c45b7f

Please sign in to comment.