Skip to content

Commit

Permalink
chore: fix fastapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Aug 12, 2024
1 parent ec9837c commit 90ac771
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
29 changes: 15 additions & 14 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-swagger"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Ruslan Bel'kov <ruslan.belckov@yandex.ru>"]
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.100"
fastapi = ">=0.100"

[tool.poetry.group.dev.dependencies]
requests = "^2.32.3"
Expand Down

0 comments on commit 90ac771

Please sign in to comment.