|
2 | 2 | authors = [{ name = "Bean", email = "[email protected]" }]
|
3 | 3 | dependencies = [
|
4 | 4 | "black (>=25.1.0,<25.1.1)",
|
5 |
| - "fastapi (>=0.115.8,<0.116.0)", |
6 |
| - "fonttools (>=4.55.8,<5.0.0)", |
| 5 | + "fastapi (>=0.115.12,<0.116.0)", |
| 6 | + "fonttools (>=4.57.0,<5.0.0)", |
7 | 7 | "freetype-py (>=2.5.1,<3.0.0)",
|
8 | 8 | "python-multipart (>=0.0.20,<0.0.21)",
|
9 | 9 | "requests (>=2.32.3,<3.0.0)",
|
10 | 10 | "svgpathtools (>=1.6.1,<2.0.0)",
|
11 |
| - "uvicorn (>=0.34.0,<0.35.0)", |
12 |
| - "yuanfen (>=2025.1.13.1,<2026.0.0.0)", |
| 11 | + "uvicorn (>=0.34.2,<0.35.0)", |
| 12 | + "yuanfen (>=2025.3.15.3,<2026.0.0.0)", |
13 | 13 | ]
|
14 | 14 | description = "Font2svg server-side project, written in Python."
|
15 | 15 | license = { text = "MIT" }
|
16 | 16 | name = "font2svg-api"
|
17 | 17 | readme = "README.md"
|
18 |
| - requires-python = ">=3.13" |
| 18 | + requires-python = ">=3.13.3" |
19 | 19 | version = "0.1.0"
|
20 | 20 |
|
21 | 21 | [build-system]
|
22 | 22 | build-backend = "poetry.core.masonry.api"
|
23 |
| - requires = ["poetry-core>=2.0.1,<3.0.0"] |
| 23 | + requires = ["poetry-core>=2.1.3,<3.0.0"] |
24 | 24 |
|
25 | 25 | [tool.isort]
|
26 | 26 | profile = "black"
|
|
0 commit comments