Skip to content

Commit 9cf3a16

Browse files
authored
Make boto3 version flexible for mitol-django-transcoding (#243)
* Make boto3 version flexible for mitol-django-transcoding * Updating changelog * Revert manual changelog update * Adding changelog fragment * Revert changes to uv.lock file * Regenerating uv.lock without upgrading libraries
1 parent c0ce4eb commit 9cf3a16

File tree

4 files changed

+48
-6
lines changed

4 files changed

+48
-6
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
<!--
15+
### Added
16+
17+
- A bullet item for the Added category.
18+
19+
-->
20+
21+
### Changed
22+
23+
- Made boto3 versioning flexible
24+
25+
<!--
26+
### Deprecated
27+
28+
- A bullet item for the Deprecated category.
29+
30+
-->
31+
<!--
32+
### Fixed
33+
34+
- A bullet item for the Fixed category.
35+
36+
-->
37+
<!--
38+
### Security
39+
40+
- A bullet item for the Security category.
41+
42+
-->

src/transcoding/mitol/transcoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
default_app_config = "mitol.transcoding.apps.Transcoding"
44

5-
__version__ = "2025.4.23"
5+
__version__ = "2025.5.7"
66
__distributionname__ = "mitol-django-transcoding"

src/transcoding/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[project]
22
name = "mitol-django-transcoding"
3-
version = "2025.4.23"
3+
version = "2025.5.7"
44
description = "MIT Open Learning Django app extension for Transcoding jobs"
55
dependencies = [
66
"mitol-django-common",
77
"django-stubs>=1.13.1",
88
"django>=3.0",
9-
"boto3==1.37.11",
9+
"boto3>=1.37.11,<2.0"
1010
]
1111
readme = "README.md"
1212
license = "BSD-3-Clause"
1313
requires-python = ">=3.10"
1414

1515
[tool.bumpver]
16-
current_version = "2025.4.23"
16+
current_version = "2025.5.7"
1717
version_pattern = "YYYY.MM.DD[.INC0]"
1818

1919
[tool.bumpver.file_patterns]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)