Raymond Zhou
56f6ef3238
Revert "chore: Upgrade Python requirements" ( #37126 )
2025-08-06 17:30:33 +05:00
edX requirements bot
df0bb51163
chore: Upgrade Python requirements
2025-08-04 22:54:03 -04:00
edX requirements bot
61946bba00
chore: Upgrade Python requirements
2025-07-30 13:47:43 -04:00
Ahtisham Shahid
7d3582c4ff
chore: update forum version ( #37089 )
2025-07-30 14:14:26 +00:00
Feanil Patel
adcc3a2a7c
chore: Run make upgrade
2025-07-28 10:09:20 -04:00
sameeramin
5274accb49
feat: Upgrade Python dependency enterprise-integrated-channels
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-24 14:30:55 +00:00
marlonkeating
ccc4b4b52e
feat: Upgrade Python dependency edx-enterprise
...
feat: adds EDIT_HIGHLIGHTS_ENABLED toggle
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-22 20:01:36 +00:00
Kyle McCormick
aa68800e5f
feat: Upgrade openedx-learning to get better Container admin pages ( #37049 )
...
Upgrades openedx-learning from 0.26.0 to 0.27.0.
Full upgrade details:
https://github.com/openedx/openedx-learning/releases/tag/v0.27.0
2025-07-22 13:21:38 -04:00
github-actions[bot]
9c07c074a9
feat: Upgrade Python dependency edx-enterprise ( #37057 )
...
chore: upgrade edx-enterprise to 6.2.12
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
Co-authored-by: bcitro <67378070+bcitro@users.noreply.github.com >
2025-07-22 12:00:26 -04:00
Ram Chandra Bhavirisetty
c9912b2661
feat: remove mongodb_proxy in favor of MongoDB's built-in retryReads ( #37011 )
...
This PR removes the usage of the custom `mongodb_proxy` package from
edx-platform, replacing it with MongoDB's built-in retry functionality via
`retryReads=True`.
Changes:
* Removed all references to `mongodb_proxy.MongoProxy` from connection logic.
* Updated `connect_to_mongodb()` to always use `retryReads=True`.
* Uninstalled `openedx-mongodbproxy` from edx-platform requirements.
Fixes: https://github.com/openedx/edx-platform/issues/35210
2025-07-21 13:52:55 -04:00
sameeramin
2b44070e6d
feat: Upgrade Python dependency edx-enterprise
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-17 12:54:30 +00:00
sameeramin
3668863abd
feat: Upgrade Python dependency enterprise-integrated-channels
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-16 13:54:05 +00:00
marlonkeating
f0dd71a7a7
feat: Upgrade Python dependency edx-enterprise
...
fix: update pbkdf2 to address security vulnerability
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-16 00:01:26 +00:00
sameeramin
82a2dcb10f
feat: Upgrade Python dependency enterprise-integrated-channels
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-04 13:18:34 +00:00
irfanuddinahmad
81b0f35f2c
feat: Upgrade Python dependency edx-enterprise
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-07-03 13:48:14 +00:00
sameeramin
631352fe05
feat: Upgrade Python dependency enterprise-integrated-channels
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-06-30 11:57:31 +00:00
jawad khan
e101298fed
feat: send mobile push notifications ( #36272 )
...
* feat: send mobile braze notifications
* fix: fixed pylint issues
* feat: Added push_notification flag and preferences
* fix: fixed pylint issues
* fix: Moved braze logic to edx-ace
* fix: Un delete admin file
* fix: Added review suggestions
* fix: Added review suggestions
* fix: updated migration file
* fix: Removed all braze references from changes
* fix: fixed test cases
* fix: removed braze metnion in code
* fix: fixed migration file issue
* fix: Added review suggestions
* fix: bumped edx-ace version
2025-06-30 10:48:48 +05:00
sameeramin
b0316a0325
feat: Upgrade Python dependency enterprise-integrated-channels
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-06-25 14:43:12 +00:00
github-actions[bot]
3651b74738
feat: Upgrade Python dependency enterprise-integrated-channels ( #36949 )
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
Co-authored-by: sameeramin <35958006+sameeramin@users.noreply.github.com >
2025-06-25 14:13:03 +05:00
Muhammad Sameer Amin
0e9bda8a35
feat: add enterprise-integrated-channels dependency ( #36935 )
...
* feat: add `enterprise-integrated-channels` dependency
* feat: Recompile Python dependencies
Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master`
* feat: add `enterprise-integrated-channels` dependency
* feat: Recompile Python dependencies
Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master`
2025-06-24 14:23:54 +05:00
katrinan029
64b8ae9474
feat: Upgrade Python dependency edx-enterprise
...
version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-06-18 16:44:28 +00:00
Tim McCormack
447fd0b6cb
feat: Upgrade to codejail 4.0.0 ( #36916 )
...
This brings an important security improvement -- codejail won't default to
running in unsafe mode, which can happen if certain configuration errors
are present.
Properly configured installations shouldn't be affected. We just need to
adjust some unit tests to opt into unsafe mode.
Changes:
- Update `edx-codejail` dependency to [version 4.0.0](https://github.com/openedx/codejail/blob/master/CHANGELOG.rst#400---2025-06-13 )
- Define a `use_unsafe_codejail` decorator that allows running a unit test (or entire TestCase class) in unsafe mode
- Use that decorator as needed, based on which tests started failing
2025-06-17 09:33:52 -04:00
github-actions[bot]
01d0e1d1a7
feat: Upgrade Python dependency edx-enterprise ( #36920 )
...
* feat: Upgrade Python dependency edx-enterprise
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
* fix: typo fix to trigger tests
---------
Co-authored-by: kiram15 <31229189+kiram15@users.noreply.github.com >
Co-authored-by: Kira Miller <kira.miller15@yahoo.com >
2025-06-16 14:28:47 -06:00
katrinan029
4c0035c66f
feat: Upgrade Python dependency edx-enterprise
...
version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-06-12 23:12:19 +00:00
github-actions[bot]
1551cc00ce
feat: Upgrade Python dependency edx-enterprise ( #36899 )
2025-06-12 15:37:09 +00:00
github-actions[bot]
714303dbc8
feat: Upgrade Python dependency edx-enterprise ( #36893 )
...
* feat: Upgrade Python dependency edx-enterprise
2025-06-12 09:46:13 +05:00
Usama Sadiq
0611c7891a
Remove user tasks constraint ( #36887 )
...
* fix: remove django-user-tasks package constraint
2025-06-11 11:44:52 +05:00
Feanil Patel
a0e170f064
Merge pull request #36855 from openedx/repo-tools/upgrade-python-requirements-c080f96
...
chore: Upgrade Python requirements
2025-06-04 23:19:03 -04:00
Feanil Patel
3d664b0ae8
Merge pull request #36609 from musanaeem/musa/admin-revamp-dropdowns
...
Single Select Autocomplete Added to Student Admin
2025-06-04 11:37:29 -04:00
Feanil Patel
a01f4b110c
Merge pull request #36814 from wgu-taylor-payne/update-django-simple-history
...
chore: remove version constraint on django-simple-history
2025-06-04 11:12:04 -04:00
edX requirements bot
2c856bda46
chore: Upgrade Python requirements
2025-06-04 10:58:13 -04:00
hinakhadim
a58b650f4f
fix: add django-autocomplete-light package in kernel.in and make compile
2025-06-03 17:24:24 -04:00
Feanil Patel
6f8eba4d87
build: Properly pin mypy based on django-stubs compatibility.
...
Django stubs by default doesn't pin mypy but has an extras that does
properly pin it to versions that are compatible. For us it doesn't make
sense to not use this extra as we will always need a version of Mypy
that works with djnago-stubs.
2025-06-03 13:22:15 -04:00
edX requirements bot
86ded1c552
chore: Upgrade Python requirements
2025-06-02 10:55:07 -04:00
Taylor Payne
4f588231ee
chore: remove version constraint on django-simple-history and update to 3.8.0
...
Remove pin on 3.4.0 to allow newer versions of the package.
2025-05-30 08:24:35 -06:00
katrinan029
321430c429
feat: Upgrade Python dependency edx-enterprise
...
version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-28 18:14:41 +00:00
Tim McCormack
4856539b22
fix: Upgrade edx-django-utils, dropping newrelic; fix test and typo ( #36799 )
...
This upgrades edx-django-utils to a version that drops the newrelic
dependency. However, I also needed to fix a test that was sensitive to the
number of warnings that the code under test produced. With newrelic gone,
there's an additional warning.
- Fix test so that it isn't sensitive to unrelated warnings
- Fix typo in warning
For reference, this is the new warning:
```
"WARNING:edx_django_utils.monitoring.internal.backends:Could not load OPENEDX_TELEMETRY option 'edx_django_utils.monitoring.NewRelicBackend': Exception('Could not load New Relic monitoring backend; package not present.')"
```
This is expected due to edx-django-utils still defaulting to NR for
telemetry. (Perhaps the subject of a future breaking change.)
2025-05-27 11:32:43 -04:00
Feanil Patel
0721460edd
Merge pull request #36735 from wgu-ram-chandra/issue-35271-unpin-markdown
...
chore: update markdown dependency to allow newer versions
2025-05-27 09:25:29 -04:00
katrinan029
fbf55876f2
feat: Upgrade Python dependency edx-enterprise
...
version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-22 15:52:32 +00:00
github-actions[bot]
93b493b240
feat: Upgrade Python dependency edx-enterprise ( #36769 )
...
* feat: Upgrade Python dependency edx-enterprise
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
* fix: typo fix to trigger changes
---------
Co-authored-by: kiram15 <31229189+kiram15@users.noreply.github.com >
Co-authored-by: Kira Miller <kira.miller15@yahoo.com >
2025-05-21 16:32:40 -06:00
Ram Chandra Bhavirisetty
6c29b7934a
Merge branch 'master' into issue-35271-unpin-markdown
2025-05-21 09:48:27 -06:00
edX requirements bot
26b4edf985
chore: Upgrade Python requirements ( #36751 )
...
* chore: Upgrade Python requirements
Co-authored-by: Feanil Patel <feanil@axim.org >
2025-05-20 14:19:08 -04:00
Ram Chandra Bhavirisetty
d6bbb3ed82
Merge branch 'master' into issue-35271-unpin-markdown
2025-05-19 21:33:19 -06:00
Feanil Patel
3c9688047e
Merge pull request #36728 from wgu-ram-chandra/issue-35273-unpin-event-tracking
...
chore: update event-tracking constraint to allow newer versions
2025-05-19 10:48:25 -04:00
Ram Chandra Bhavirisetty
f39075cf3b
Merge branch 'master' into issue-35271-unpin-markdown
2025-05-17 00:27:53 -06:00
Ram Chandra Bhavirisetty
0b1fc08012
chore: update markdown dependency to allow newer versions
2025-05-17 05:42:01 +00:00
github-actions[bot]
7680bf931c
feat: Upgrade Python dependency django-multi-email-field ( #36730 )
...
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
Co-authored-by: UsamaSadiq <41958659+UsamaSadiq@users.noreply.github.com >
2025-05-16 20:14:29 +05:00
Ram Chandra Bhavirisetty
1679e1ae4d
chore: update event-tracking constraint to allow newer versions
2025-05-16 06:18:28 +00:00
Ram Chandra Bhavirisetty
8ba1d50123
chore: update django-storages constraint to allow newer versions
2025-05-14 01:12:28 +00:00
github-actions[bot]
92af214b40
feat: Upgrade Python dependency edx-enterprise ( #36710 )
...
* feat: Upgrade Python dependency edx-enterprise
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
* fix: typo fix to trigger tests
---------
Co-authored-by: kiram15 <31229189+kiram15@users.noreply.github.com >
Co-authored-by: Kira Miller <kira.miller15@yahoo.com >
2025-05-13 16:19:42 -06:00