Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: darioblanco/fastapi-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5d2f1210bba13fa6099a104b7a27c5e6f695d6e
Choose a base ref
..
head repository: darioblanco/fastapi-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9fd17a183f2befd42ad4c2997fd7ca55e3255bc
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +4 −4 poetry.lock
  2. +1 −1 pyproject.toml
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ psycopg2-binary = "^2.9.6"
pytz = "^2023.3"
sqlalchemy = "^2.0.18"
sqlalchemy-utils = "^0.41.1"
uvicorn = "^0.30.4"
uvicorn = "^0.30.5"

# Dependency groups are supported for organizing your dependencies
[tool.poetry.group.dev.dependencies]