File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.6.3 - 2025-06-21
5
+ ------------------
6
+
7
+ This update helps verify compatibility with Python 3.13.
8
+
9
+ - Added new test environments in the CI pipeline to ensure compatibility with Python 3.13.
10
+ - No changes to runtime code or dependencies.
11
+
12
+ Contributed by [ Luis Gustavo] ( https://github.com/Ckk3 ) via [ PR #254 ] ( https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/254/ )
13
+
14
+
4
15
0.6.2 - 2025-05-24
5
16
------------------
6
17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " strawberry-sqlalchemy-mapper"
3
3
packages = [{ include = " strawberry_sqlalchemy_mapper" , from = " src" }]
4
- version = " 0.6.2 "
4
+ version = " 0.6.3 "
5
5
description = " A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
6
6
authors = [
" Tim Dumol <[email protected] >" ]
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments