Skip to content

Commit

Permalink
Merge pull request #7 from dotX12/dev-1.0
Browse files Browse the repository at this point in the history
Fix versions pyproject.toml
  • Loading branch information
dotX12 authored Sep 2, 2022
2 parents eafdfee + 6e2e5fc commit cf559f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pyfa-converter"
version = "0.1.0"
version = "1.0.1.0"
description = "Pydantic to fastapi model converter."
authors = ["dotX12 <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.65.0"
pydantic = "^1.6.2"
python = ">= 3.8"
fastapi = ">= 0.65"
pydantic = ">= 1.6"
python-multipart = "^0.0.5"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit cf559f2

Please sign in to comment.