Skip to content

Commit

Permalink
Fix typing-extensions to 4.6.3
Browse files Browse the repository at this point in the history
Had to fix typing-extensions version since higher versions are not
compatible with databind 4.5 which also breaks pydoc-markdown
  • Loading branch information
alperenkose committed Aug 20, 2024
1 parent a155502 commit 48a5fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pan-python = "^0.17"
xmltodict = "^0.12"
pyopenssl = "^23.2"
packaging = ">=22.0"
typing-extensions = ">=4.12.2"
typing-extensions = "4.6.3"

[tool.poetry.group.dev.dependencies]
pydoc-markdown = "^4.6"
Expand All @@ -35,6 +35,8 @@ flake8-pyproject = "^1.2"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
deepdiff = "^6.3.0"
databind-core = "4.4.2"
databind-json = "4.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 48a5fcc

Please sign in to comment.