Skip to content

Commit cf559f2

Browse files
authored
Merge pull request #7 from dotX12/dev-1.0
Fix versions pyproject.toml
2 parents eafdfee + 6e2e5fc commit cf559f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "pyfa-converter"
3-
version = "0.1.0"
3+
version = "1.0.1.0"
44
description = "Pydantic to fastapi model converter."
55
authors = ["dotX12 <dev@shitposting.team>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.10"
9-
fastapi = "^0.65.0"
10-
pydantic = "^1.6.2"
8+
python = ">= 3.8"
9+
fastapi = ">= 0.65"
10+
pydantic = ">= 1.6"
1111
python-multipart = "^0.0.5"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)