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: ff1a26b2f04594bb2e5c280a398733e75d1ee3af
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: 63fbadb20e8977e1674ae9e19b33e5fcf3061e87
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +5 −5 poetry.lock
  2. +1 −1 pyproject.toml
10 changes: 5 additions & 5 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.32.0"
uvicorn = "^0.32.1"

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