0.3.0
Pre-release
Pre-release
TheSuperiorStanislav
released this
18 Nov 04:17
·
25 commits
to main
since this release
0.3.0
- Confirm support for python 3.13
- Add
get_s3_client
shortcut fordjango
module - Make
pytest
plugin auto-detect if it'sdjango
project, so that it could
usedjango
storage fors3
setup - Remove explicit
max_length
limit inS3UploadURLField
It causes issues with auto spec generation and validation.
Since it can return full urls with auth query, which can easily pass
a limit specified in model field(which is by default 100), it causes
confusion for openapi specs validators.
What's Changed
- Bump the pip group across 1 directory with 3 updates by @dependabot in #43
- Bump the pip group with 3 updates by @dependabot in #44
- Minor improvements by @TheSuperiorStanislav in #45
- Bump the pip group with 3 updates by @dependabot in #47
- Remove explicit max_length limit in S3UploadURLField by @TheSuperiorStanislav in #46
Full Changelog: 0.2.1...0.3.0