Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
53ad2ed
chore(mypy): fix redef _
heitorlessa Jul 28, 2022
ab10966
fix(tracer): correct ctx manager and default provider type
heitorlessa Jul 28, 2022
c55a9c1
chore(mypy): add requests type def as dev dep
heitorlessa Jul 28, 2022
3ba9e8a
chore(mypy): ignore lack of botocore types
heitorlessa Jul 28, 2022
f905451
chore(mypy): ignore lack of orjson types
heitorlessa Jul 28, 2022
6c24df6
chore(example): fix constructor default
heitorlessa Jul 28, 2022
23b5179
chore(mypy): ignore sentinel value assignment; needs issue
heitorlessa Jul 28, 2022
91ead7f
docs(examples): fix incorrect type response and Response class
heitorlessa Jul 28, 2022
15b6351
chore(mypy): fix potential none operator
heitorlessa Jul 28, 2022
ff5ec56
chore(mypy): fix return type on graphql merchant
heitorlessa Jul 28, 2022
6718279
chore(mypy): fix missing return
heitorlessa Jul 28, 2022
3ae1575
chore(mypy): ignore sentinel type, missing return
heitorlessa Jul 28, 2022
fe713c3
chore(mypy): ignore present attr defined in custom model; note for te…
heitorlessa Jul 28, 2022
306bfd3
chore(mypy): fix import and type annotation on async graphql
heitorlessa Jul 28, 2022
f1d1ff3
chore(mypy): fix coroutine response not being ready to subscribe
heitorlessa Jul 28, 2022
a9e7ca5
chore(ci): ensure mypy runs on examples
heitorlessa Jul 28, 2022
3135117
chore(mypy): address leftovers
heitorlessa Jul 28, 2022
bb583f4
chore(mypy): use backward compatible List annotation
heitorlessa Jul 28, 2022
cf29df7
chore(mypy): use backward compatible List annotation
heitorlessa Jul 28, 2022
d0ede58
Merge branch 'docs/examples-mypy' of https://github.com/heitorlessa/a…
heitorlessa Jul 28, 2022
cb791a4
chore(mypy): add typing_extensions, 3.6 3.7 compatible changes
heitorlessa Jul 28, 2022
1cbf580
docs(examples): fix highlighting due to backwards compatible typedict…
heitorlessa Jul 28, 2022
5004034
chore: leftover from rebase
heitorlessa Jul 28, 2022
0fd0820
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-power…
heitorlessa Jul 28, 2022
d3d196e
chore(mypy): add leftover assignment ignore
heitorlessa Jul 28, 2022
4a98d0e
Revert "chore(mypy): add leftover assignment ignore"
heitorlessa Jul 28, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(mypy): add requests type def as dev dep
  • Loading branch information
heitorlessa committed Jul 28, 2022
commit c55a9c135faa5e08ac293d316093f43bc20cc9c7
65 changes: 28 additions & 37 deletions 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 @@ -66,6 +66,7 @@ pytest-benchmark = "^3.4.1"
mypy-boto3-cloudwatch = "^1.24.35"
mypy-boto3-lambda = "^1.24.0"
mypy-boto3-xray = "^1.24.0"
types-requests = "^2.28.5"


[tool.poetry.extras]
Expand Down