Skip to content

Commit

Permalink
(internal, python): python generator uses python 3.9 and pins mypy (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jun 9, 2024
1 parent a1f84db commit 360a06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions generators/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions generators/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = []

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pydantic = "^1.9.2,<=1.10.14"
typer = {extras = ["all"], version = "^0.6.1"}
fern-fern-generator-exec-sdk = {version = "0.0.846", source = "fern-prod"}
Expand All @@ -16,7 +16,7 @@ fern-fern-ir-v39 = "^0.0.3473"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
typing_extensions = "4.10.0"
mypy = "^0.971"
mypy = "0.971"
black = "^22.6.0"
flake8 = "^5.0.4"
isort = "^5.10.1"
Expand Down

0 comments on commit 360a06e

Please sign in to comment.