Skip to content

Commit

Permalink
compatibility with python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Sep 26, 2024
1 parent 11cda10 commit 8a83bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cozepy/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Optional,
Union,
List,
get_origin,
get_args,
Iterator,
)
from typing_extensions import get_origin # compatibility with python 3.7

import httpx
from httpx import Response
Expand Down
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.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.7"
pydantic = "^2.5.0"
authlib = "^1.2.0"
httpx = "^0.24.0"
typing-extensions = "^4.3.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.0.0"
Expand Down

0 comments on commit 8a83bba

Please sign in to comment.