Skip to content

Commit ec8b560

Browse files
author
github-actions
committed
Update last typeshed commit
1 parent f1838f0 commit ec8b560

File tree

8 files changed

+36
-1
lines changed

8 files changed

+36
-1
lines changed

data/changelogs/click-shell.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.1.0.20250821 (2025-08-21)
2+
3+
[click-shell] Add stubs for click-shell ([#14578](https://github.com/python/typeshed/pull/14578))
4+

data/changelogs/jsonschema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.25.1.20250821 (2025-08-21)
2+
3+
Update jsonschema stubs to track latest changes ([#14591](https://github.com/python/typeshed/pull/14591))
4+
15
## 4.25.0.20250809 (2025-08-09)
26

37
Mark stub-only private symbols as `@type_check_only` in third-party stubs (#14545)

data/changelogs/lupa.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.5.0.20250821 (2025-08-21)
2+
3+
[lupa] Improve Lua table annotations ([#14359](https://github.com/python/typeshed/pull/14359))
4+
5+
Support get/set/del from Lua tables.
6+
Lua table values are all Any because we can't typecheck across language boundaries.
7+
Support unpack_returned_tuples in the LuaRuntime constructor.
8+
19
## 2.5.0.20250701 (2025-07-01)
210

311
[stubsabot] Bump lupa to 2.5.* (#14279)

data/changelogs/networkx.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.5.0.20250821 (2025-08-21)
2+
3+
networkx Final and Literal from python-type-stubs ([#14601](https://github.com/python/typeshed/pull/14601))
4+
5+
Correct type annotations on NetworkX DiGraphs ([#14595](https://github.com/python/typeshed/pull/14595))
6+
7+
Add detailed stubs for networkx.drawing.nx_pydot ([#14594](https://github.com/python/typeshed/pull/14594))
8+
9+
networkx: complete the nx_latex module ([#14581](https://github.com/python/typeshed/pull/14581))
10+
111
## 3.5.0.20250819 (2025-08-19)
212

313
networkx: complete the layout module ([#14580](https://github.com/python/typeshed/pull/14580))

data/changelogs/openpyxl.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.5.20250821 (2025-08-21)
2+
3+
Upgrade to mypy 1.17.1 ([#14598](https://github.com/python/typeshed/pull/14598))
4+
15
## 3.1.5.20250809 (2025-08-09)
26

37
Mark stub-only private symbols as `@type_check_only` in third-party stubs (#14545)

data/changelogs/paramiko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0.20250821 (2025-08-21)
2+
3+
[paramiko] Fix keepalive parameter type from int to float ([#14596](https://github.com/python/typeshed/pull/14596))
4+
15
## 4.0.0.20250809 (2025-08-09)
26

37
Mark stub-only private symbols as `@type_check_only` in third-party stubs (#14545)

data/last_typeshed_commit.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a56044cd6c4a6dd3e41cc9b37e798da5a9446fe
1+
bfd07fbb747efa1d257db0c69ccd1e5581d08f06

data/uploaded_packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ types-chevron
6060
types-click
6161
types-click-default-group
6262
types-click-log
63+
types-click-shell
6364
types-click-spinner
6465
types-click-web
6566
types-colorama

0 commit comments

Comments
 (0)