Skip to content

Commit

Permalink
Backport: Transformation (#166)
Browse files Browse the repository at this point in the history
* Backport: Transform

* set next release tag

* update dependencies

* missing PIL lib
  • Loading branch information
philkra authored Aug 29, 2023
1 parent f25fd24 commit d737002
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 29 deletions.
134 changes: 108 additions & 26 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xata"
version = "0.12.0"
version = "0.13.0"
description = "Python client for Xata.io"
authors = ["Xata <support@xata.io>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -28,6 +28,7 @@ Faker = "^17.0.0"
sphinx-rtd-theme = "^1.2.0"
mako = "^1.2.4"
pytz = "^2022.7.1"
Pillow = "^9.5.0"
python-magic = "^0.4.22"

[build-system]
Expand Down
Binary file added tests/data/attachments/images/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d737002

Please sign in to comment.