File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changes for crate
4
4
5
5
Unreleased
6
6
==========
7
+ - Python: Fixed "implicit namespace packages" migration by omitting
8
+ ``__init__.py `` from ``crate `` namespace package, see `PEP 420 `_
9
+ and `Package Discovery and Namespace Package » Finding namespace packages `_.
10
+
7
11
8
12
2024/11/05 1.0.0
9
13
================
@@ -44,6 +48,7 @@ Unreleased
44
48
45
49
46
50
.. _Migrate from crate.client to sqlalchemy-cratedb : https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html
51
+ .. _Package Discovery and Namespace Package » Finding namespace packages : https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#namespace-packages
47
52
.. _PEP 420 : https://peps.python.org/pep-0420/
48
53
.. _sqlalchemy-cratedb : https://pypi.org/project/sqlalchemy-cratedb/
49
54
You can’t perform that action at this time.
0 commit comments