Skip to content

Commit bad7f62

Browse files
Relax the dependency on python3-sqlalchemy.
This makes the binary package installable on Debian 13 as well.
1 parent 08b8ec1 commit bad7f62

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pirogue-mongoose (1.0.5) bookworm; urgency=medium
2+
3+
* Relax the dependency on python3-sqlalchemy, making the binary package
4+
installable on Debian 13 as well.
5+
6+
-- Cyril Brulebois <cyril@debamax.com> Thu, 16 Apr 2026 18:17:32 +0200
7+
18
pirogue-mongoose (1.0.4) bookworm; urgency=medium
29

310
* Remove unused PirogueAdminClientAdapter

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pydantic==1.10.4",
2929
"pyyaml>=6.0.3",
3030
"requests==2.28.1",
31-
"sqlalchemy==1.4.46",
31+
"sqlalchemy>=1.4.46",
3232
"watchdog==2.2.1",
3333
]
3434

0 commit comments

Comments
 (0)