Skip to content

Commit

Permalink
Fix Protocol issue (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jan 21, 2024
1 parent 1a3d6f2 commit 8983a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
(#703)
- Fix bug in type compatibility check between known-length sequence
types and literal values (#701)
- Fix Protocol compatibility issue with Python 3.13 and an upcoming
release of typing-extensions (#716)

## Version 0.11.0 (October 3, 2023)

Expand Down
1 change: 1 addition & 0 deletions pyanalyze/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def get_attribute_from_value(
"_is_runtime_protocol",
"__protocol_attrs__",
"__callable_proto_members_only__",
"__non_callable_proto_members__",
}


Expand Down

0 comments on commit 8983a67

Please sign in to comment.