We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbb143 commit 2a0018fCopy full SHA for 2a0018f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "egglog_python"
3
-version = "10.0.0"
+version = "10.0.1"
4
edition = "2021"
5
6
docs/changelog.md
@@ -4,6 +4,8 @@ _This project uses semantic versioning_
## UNRELEASED
7
+## 10.0.1 (2025-04-06)
8
+
9
- Fix bug on resolving types if not all imported to your module [#286](https://github.com/egraphs-good/egglog-python/pull/286)
10
- Also stops special casing including `Callable` as a global. So if you previously included this in a `TYPE_CHECKING` block so it wasn
11
available at runtime you will have to move this to a runtime import if used in a type alias.
0 commit comments