Closed ShahriyarR closed 1 month ago
In pyproject.toml:
pyproject.toml
[tool.poetry.dependencies] python = "^3.9" pydantic = "^2.8.2" httpx = "^0.27.2"
But for ruff:
[tool.ruff] target-version = "py311" line-length = 100
Better to make the Python versions consistent. If we want backward compatibility, then we need to remove the new things from the code base such as StrEnum which comes from Python 3.11 only.
Azərbaycanca davam edək) Python versiyalarının üstündə işləyəcəm hələ
Yox :dagger:
In
pyproject.toml
:But for ruff:
Better to make the Python versions consistent. If we want backward compatibility, then we need to remove the new things from the code base such as StrEnum which comes from Python 3.11 only.