Skip to content

Commit 33f7572

Browse files
authored
Merge pull request #490 from ag2ai/prepare-for-release
Bump version
2 parents c2b0f8c + 65fd711 commit 33f7572

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

poetry.lock

+1-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-code-generator"
3-
version = "0.0.1"
3+
version = "0.5.4"
44
description = ""
55
authors = ["Koudai Aono <[email protected]>"]
66
readme = "README.md"
@@ -36,10 +36,6 @@ stringcase = "^1.2.0"
3636
PySnooper = ">=0.4.1,<1.2.0"
3737
jinja2 = ">=2.11.2,<4.0.0"
3838
pydantic = "^2.8"
39-
typed-ast = [
40-
{version = ">=1.5.0", python = ">=3.9.8"},
41-
{version = ">=1.4.2", python = "<3.9.8"},
42-
]
4339

4440
#mkdocs = {version = "1.1.2", optional = true}
4541
#mkdocs-material = {version = "5.2.3", optional = true}

0 commit comments

Comments
 (0)