We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b423a8 commit a158381Copy full SHA for a158381
docs/changelog.md
@@ -5,6 +5,8 @@ _This project uses semantic versioning_
5
## UNRELEASED
6
7
- Fix bug on resolving types if not all imported to your module [#286](https://github.com/egraphs-good/egglog-python/pull/286)
8
+ - Also stops special casing including `Callable` as a global. So if you previously included this in a `TYPE_CHECKING` block so it wasn
9
+ available at runtime you will have to move this to a runtime import if used in a type alias.
10
11
## 10.0.0 (2025-03-28)
12
0 commit comments