Skip to content

Commit

Permalink
Merge pull request #256 from uploadcare/filelens-profile
Browse files Browse the repository at this point in the history
`profile` in `content_info`
  • Loading branch information
evgkirov authored Oct 5, 2023
2 parents cbbe43e + f482161 commit b6c127e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.3](https://github.com/uploadcare/pyuploadcare/compare/v4.1.2...v4.1.3) - 2023-10-05

### Added

- For `AudioStreamInfo`:
- added `profile` field.

### Changed

- `pyuploadcare` now officially supports Python 3.12 (please notice that if you're using Django, that doesn't support Python 3.12 as of yet).
Expand Down
1 change: 1 addition & 0 deletions pyuploadcare/api/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class AudioStreamInfo(Entity):
bitrate: Optional[Decimal]
codec: Optional[str]
sample_rate: Optional[Decimal]
profile: Optional[str]
channels: Optional[str]


Expand Down

0 comments on commit b6c127e

Please sign in to comment.