Skip to content

Commit

Permalink
Merge pull request #221 from xen0n/issue220
Browse files Browse the repository at this point in the history
Add missing typing_extensions dep
  • Loading branch information
xen0n authored Nov 2, 2024
2 parents d7e2876 + 49c7e06 commit d0b9532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ safe_licenses = [
"GPLv2 with linking exception",
"MIT License",
"Mozilla Public License 2.0 (MPL 2.0)", # needs mention in license notices
"Python Software Foundation License",
]


Expand All @@ -74,6 +75,7 @@ types-cffi = "^1.16.0.20240106"
types-pygit2 = "^1.14.0.20240317"
types-PyYAML = "^6.0.12.20240311"
types-requests = "^2.31.0.20240311"
typing-extensions = "^4.12.2"

[tool.poetry.group.dev.dependencies]
mypy = "^1.9.0"
Expand Down

0 comments on commit d0b9532

Please sign in to comment.