0.7.3 fix imports (?) in .sqlalchemy, add experimental .glue, docs for .sqlalchemy

This commit is contained in:
Yusur 2025-10-18 14:48:32 +02:00
parent 7e80c84de6
commit 10e6c202f0
9 changed files with 184 additions and 70 deletions

View file

@ -10,7 +10,7 @@ license = "Apache-2.0"
readme = "README.md"
dependencies = [
"suou==0.7.1",
"suou==0.7.2",
"itsdangerous",
"toml",
"pydantic",
@ -28,7 +28,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14"
]
[project.urls]