File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.1.0 - 2022/10/07
2+ * [ g-pichler] Added support for SQLAlchemy models mapping
3+ * Upgraded code checking tool and improved code formatting
4+
151.0.4 - 2022/07/25
26* Added better description for usage with Pydantic and TortoiseORM
37* Improved type support
Original file line number Diff line number Diff line change 33# py-automapper
44
55** Version**
6- 1.0.4
6+ 1.1.0
77
88** Author**
99anikolaienko
@@ -15,7 +15,7 @@ anikolaienko
1515The MIT License (MIT)
1616
1717** Last updated**
18- 24 Jul 2022
18+ 7 Oct 2022
1919
2020** Package Download**
2121https://pypi.python.org/pypi/py-automapper
@@ -35,6 +35,7 @@ Table of Contents:
3535 - [ Extensions] ( #extensions )
3636 - [ Pydantic/FastAPI Support] ( #pydanticfastapi-support )
3737 - [ TortoiseORM Support] ( #tortoiseorm-support )
38+ - [ SQLAlchemy Support] ( #sqlalchemy-support )
3839 - [ Create your own extension (Advanced)] ( #create-your-own-extension-advanced )
3940
4041# Versions
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " py-automapper"
3- version = " 1.0.4 "
3+ version = " 1.1.0 "
44description = " Library for automatically mapping one object to another"
55authors = [" Andrii Nikolaienko <anikolaienko14@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments