Skip to content

Commit 9fa13c7

Browse files
Set an upper bound for typing-extensions due to python/typing_extensions#265 (comment)
1 parent 196544e commit 9fa13c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

databind.core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Deprecated = "^1.2.12"
1919
nr-date = "^2.0.0"
2020
nr-stream = "^1.0.0"
2121
typeapi = "^2.0.1"
22-
typing-extensions = ">=3.10.0"
22+
typing-extensions = ">=3.10.0,<4.7" # See https://github.com/python/typing_extensions/issues/265#issuecomment-1616809112
2323

2424
[tool.poetry.dev-dependencies]
2525
black = "*"

databind.json/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "^3.6.3"
1818
"databind.core" = "^4.4.0"
1919
nr-date = "^2.0.0"
2020
typeapi = "^2.0.1"
21-
typing-extensions = ">=3.10.0"
21+
typing-extensions = ">=3.10.0,<4.7" # See https://github.com/python/typing_extensions/issues/265#issuecomment-1616809112
2222

2323
[tool.poetry.dev-dependencies]
2424
black = "*"

0 commit comments

Comments
 (0)