Skip to content

Commit

Permalink
chore: upgrade pypika-tortoise and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed Nov 19, 2024
1 parent ad95762 commit 0998a22
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ Changelog
------
Fixed
^^^^^
- TODO
- Fix enums not quoted (#1776)

Added
^^^^^
- JSONField adds optional generic support, and supports OpenAPI document generation by specifying `field_type` as a pydantic BaseModel (#1763)

Changed
^^^^^^^
- Change old pydantic docs link to new one (#1775).


0.21.7
0.21.7 <../0.21.7>`_ - 2024-10-14
------
Fixed
^^^^^
Expand All @@ -36,11 +38,7 @@ Added
- Add POSIX Regex support for PostgreSQL and MySQL (#1714)
- support app=None for tortoise.contrib.fastapi.RegisterTortoise (#1733)

Changed
^^^^^^^
- Change old pydantic docs link to new one (#1775).

0.21.6
0.21.6 <../0.21.6>`_ - 2024-08-17
------
Fixed
^^^^^
Expand Down
22 changes: 9 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tortoise-orm"
version = "0.21.7"
version = "0.21.8"
description = "Easy async ORM for python, built with relations in mind"
authors = ["Andrey Bondar <andrey@bondar.ru>", "Nickolas Grigoriadis <nagrigoriadis@gmail.com>", "long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
pypika-tortoise = { git = "https://github.com/waketzheng/pypika-tortoise.git", branch = "fix-enums-not-quoted" }
pypika-tortoise = "^0.2.2"
iso8601 = "^2.1.0"
aiosqlite = ">=0.16.0, <0.21.0"
pytz = "*"
Expand Down

0 comments on commit 0998a22

Please sign in to comment.