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
marlonkeating
dad77f52f8
feat: Upgrade Python dependency edx-enterprise
...
fix: flex groups reject enrollments from outside the org
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-13 18:39:59 +00:00
Feanil Patel
7d7847f38a
chore: Run make upgrade
2025-05-09 13:44:19 -04:00
Feanil Patel
c42e021155
build: Pin django-user-tasks.
...
The latest version only works with Django 5.2 so we'll either need to
fix that or just wait till we're ready to do that bump.
2025-05-09 13:44:19 -04:00
Feanil Patel
ef93d6b863
build: Pin lxml and xmlsec.
...
The newest versions don't match the version of libxml2 that is available
on the ubuntu servers. This causes an error at runtime.
2025-05-09 13:43:59 -04:00
Feanil Patel
ad37bc5c38
Merge pull request #36689 from wgu-ram-chandra/issue-35274-unpin-edx-i18n-tools
...
chore: update edx-i18n-tools constraint to allow newer versions
2025-05-09 09:30:21 -04:00
Feanil Patel
e4a002a409
Merge pull request #36618 from wgu-ram-chandra/issue-35278-unpin-charset-normalizer
...
chore: update charset-normalizer constraint to allow newer versions
2025-05-09 09:29:09 -04:00
Ram Chandra Bhavirisetty
40de4a9f35
chore: update edx-i18n-tools constraint to allow newer versions
2025-05-09 03:36:59 +00:00
feanil
aaa6629cbd
feat: Upgrade Python dependency certifi
...
Update to the latest certifi.
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-08 19:42:42 +00:00
Braden MacDonald
2e91a05112
fix: Bugs with "Publish All Changes" in Library [FC-0083] ( #36640 )
...
* fix: "[created] received a naive datetime"
* fix: leaky "isolation" of events was causing test failures
* fix: make lib events more specific, emit them async, handle hierarchy correctly
* chore: bump openedx-events to 10.2.0 for new library PUBLISHED events
2025-05-08 11:57:07 -07:00
Feanil Patel
4ff7c3936f
Merge pull request #36674 from openedx/feanil/update_more_requirementst
...
chore: Upgrade type stubs and other related packages.
2025-05-08 14:27:19 -04:00
katrinan029
1d8e5726d1
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-07 21:02:27 +00:00
Feanil Patel
2d78390f02
chore: Upgrade type stubs and other related packages.
...
Upgrade typing related packages and update to ignore one new annotation
complaint and drop and older complaint that is no longer relevant.
2025-05-07 14:38:45 -04:00
Feanil Patel
5483f5cca9
chore: Upgrade various python packages.
...
Manually update them because we seemed to be running into issues with
some of them. Upgrade as much as we can to narrow it down.
2025-05-07 13:45:21 -04:00
Ram Chandra Bhavirisetty
dcb0cfa5c0
Merge branch 'master' into issue-35278-unpin-charset-normalizer
2025-05-06 13:30:03 -06:00
Feanil Patel
0d20b49d17
Merge pull request #36657 from wgu-ram-chandra/issue-35270-unpin-moto
...
chore: remove moto version constraint after verifying compatibility
2025-05-06 13:40:47 -04:00
github-actions[bot]
75c4ffc20f
feat: Upgrade Python dependency edx-celeryutils ( #36666 )
...
chore: update edx-celeryutils package with Django 5.2 support
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-06 19:13:27 +05:00
iloveagent57
5858e29de5
feat: Upgrade Python dependency edx-enterprise
...
fix: enterprise 5.13.3 | handling the xpert v2 response correctly
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-06 09:57:43 -04:00
marlonkeating
6c2c4333bb
feat: Upgrade Python dependency edx-enterprise
...
fix: enterprise-customer-support sorting/pagination using view
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-05-05 14:54:01 +00:00
Ram Chandra Bhavirisetty
4b4faac644
chore: remove moto version constraint after verifying compatibility
2025-05-04 01:28:25 +00:00
Ram Chandra Bhavirisetty
c0b4ed8405
Merge branch 'master' into issue-35278-unpin-charset-normalizer
2025-05-01 10:14:36 -06:00
Rômulo Penido
174cd583e2
chore: upgrade openedx-learning to 0.26.0 ( #36630 )
2025-04-30 13:36:09 -07:00
katrinan029
b1f0f49584
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-04-30 16:56:40 +00:00
Ram Chandra Bhavirisetty
aee54d6d98
Merge branch 'master' into issue-35278-unpin-charset-normalizer
2025-04-30 08:50:31 -06:00
katrinan029
da9d89f260
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-04-29 21:31:29 +00:00
jesperhodge
1d95a56dd8
feat: Upgrade Python dependency edx-enterprise.
...
Sync django state of enterprise_customer_user with db
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2025-04-29 14:02:47 -04:00
Ram Chandra Bhavirisetty
a0eb275afc
chore: update charset-normalizer constraint to allow newer versions
2025-04-29 10:27:07 -06:00