We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fe854 commit c276441Copy full SHA for c276441
pyproject.toml
@@ -3,7 +3,7 @@
3
dependencies = [
4
"black (>=25.1.0,<25.1.1)",
5
"fastapi (>=0.115.8,<0.116.0)",
6
- "fonttools (>=4.55.8,<5.0.0)",
+ "fonttools (>=4.56.0,<5.0.0)",
7
"freetype-py (>=2.5.1,<3.0.0)",
8
"python-multipart (>=0.0.20,<0.0.21)",
9
"requests (>=2.32.3,<3.0.0)",
@@ -20,7 +20,7 @@
20
21
[build-system]
22
build-backend = "poetry.core.masonry.api"
23
- requires = ["poetry-core>=2.0.1,<3.0.0"]
+ requires = ["poetry-core>=2.1.0,<3.0.0"]
24
25
[tool.isort]
26
profile = "black"
0 commit comments