-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure use the prod pydantic version (#214)
* fix: ensure use the prod pydantic version * fix: now eox-tenant needs edx-organizations eduNEXT/eox-tenant@fb03ee5#diff-ffb9a8aa35f8e58dd818a724713720da25a2847e19d36b4bbf5da7d5744415e0 * fix: eox-tenant using contraint version
- Loading branch information
Showing
6 changed files
with
79 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ asgiref==3.8.1 | |
# via | ||
# django | ||
# django-simple-history | ||
attrs==23.2.0 | ||
attrs==24.2.0 | ||
# via openedx-events | ||
beautifulsoup4==4.12.3 | ||
# via bs4 | ||
|
@@ -30,9 +30,9 @@ celery==5.4.0 | |
# via | ||
# eox-core | ||
# event-tracking | ||
certifi==2024.6.2 | ||
certifi==2024.7.4 | ||
# via requests | ||
cffi==1.16.0 | ||
cffi==1.17.0 | ||
# via | ||
# cryptography | ||
# pynacl | ||
|
@@ -55,7 +55,7 @@ click-repl==0.3.0 | |
# via celery | ||
code-annotations==1.8.0 | ||
# via edx-toggles | ||
cryptography==42.0.8 | ||
cryptography==43.0.0 | ||
# via | ||
# jwcrypto | ||
# pyjwt | ||
|
@@ -144,6 +144,8 @@ djangorestframework-jsonapi==5.0.0 | |
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
dnspython==2.6.1 | ||
# via pymongo | ||
drf-jwt==1.19.2 | ||
# via edx-drf-extensions | ||
drf-yasg==1.21.7 | ||
|
@@ -169,7 +171,7 @@ edx-drf-extensions==8.0.0 | |
# edx-proctoring | ||
# edx-when | ||
# eox-core | ||
edx-i18n-tools==1.6.0 | ||
edx-i18n-tools==1.6.2 | ||
# via -r requirements/base.in | ||
edx-opaque-keys[django]==2.10.0 | ||
# via | ||
|
@@ -182,25 +184,26 @@ edx-opaque-keys[django]==2.10.0 | |
# openedx-events | ||
edx-proctoring==4.18.1 | ||
# via eox-core | ||
edx-rest-api-client==5.7.0 | ||
edx-rest-api-client==5.7.1 | ||
# via edx-proctoring | ||
edx-toggles==5.2.0 | ||
# via event-tracking | ||
edx-when==2.5.0 | ||
# via edx-proctoring | ||
eox-core==10.3.0 | ||
eox-core==10.5.1 | ||
# via -r requirements/base.in | ||
eox-tenant==11.2.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
# eox-theming | ||
eox-theming==7.0.0 | ||
eox-theming==7.2.0 | ||
# via -r requirements/base.in | ||
event-tracking==2.4.0 | ||
event-tracking==3.0.0 | ||
# via | ||
# -r requirements/base.in | ||
# edx-proctoring | ||
fastavro==1.9.4 | ||
fastavro==1.9.5 | ||
# via openedx-events | ||
fs==2.4.16 | ||
# via xblock | ||
|
@@ -218,15 +221,12 @@ jsonfield==3.1.0 | |
# via edx-proctoring | ||
jwcrypto==1.5.6 | ||
# via django-oauth-toolkit | ||
kombu==5.3.7 | ||
kombu==5.4.0 | ||
# via celery | ||
lxml[html_clean]==5.2.2 | ||
lxml==5.3.0 | ||
# via | ||
# edx-i18n-tools | ||
# lxml-html-clean | ||
# xblock | ||
lxml-html-clean==0.1.1 | ||
# via lxml | ||
mako==1.3.5 | ||
# via | ||
# -r requirements/base.in | ||
|
@@ -238,14 +238,14 @@ markupsafe==2.1.5 | |
# xblock | ||
nelp-custom-registration-fields @ git+ssh://[email protected]/nelc/nelp-custom-registration-fields.git@main | ||
# via -r requirements/base.in | ||
newrelic==9.11.0 | ||
newrelic==9.13.0 | ||
# via edx-django-utils | ||
oauthlib==3.2.2 | ||
# via | ||
# django-oauth-toolkit | ||
# requests-oauthlib | ||
# social-auth-core | ||
openedx-events==9.10.0 | ||
openedx-events==9.11.0 | ||
# via | ||
# -r requirements/base.in | ||
# eox-core | ||
|
@@ -254,38 +254,38 @@ openedx-filters==1.9.0 | |
# via -r requirements/base.in | ||
packaging==24.1 | ||
# via drf-yasg | ||
path==16.14.0 | ||
path==16.16.0 | ||
# via edx-i18n-tools | ||
pbr==6.0.0 | ||
# via stevedore | ||
phonenumbers==8.13.39 | ||
phonenumbers==8.13.43 | ||
# via -r requirements/base.in | ||
polib==1.2.0 | ||
# via edx-i18n-tools | ||
prompt-toolkit==3.0.47 | ||
# via click-repl | ||
psutil==5.9.8 | ||
psutil==6.0.0 | ||
# via edx-django-utils | ||
pycparser==2.22 | ||
# via cffi | ||
pycryptodomex==3.20.0 | ||
# via | ||
# edx-proctoring | ||
# pyjwkest | ||
pydantic==2.7.4 | ||
pydantic==2.8.2 | ||
# via -r requirements/base.in | ||
pydantic-core==2.18.4 | ||
pydantic-core==2.20.1 | ||
# via pydantic | ||
pyjwkest==1.4.2 | ||
# via edx-drf-extensions | ||
pyjwt[crypto]==2.8.0 | ||
pyjwt[crypto]==2.9.0 | ||
# via | ||
# drf-jwt | ||
# edx-drf-extensions | ||
# edx-proctoring | ||
# edx-rest-api-client | ||
# social-auth-core | ||
pymongo==3.13.0 | ||
pymongo==4.4.0 | ||
# via | ||
# edx-opaque-keys | ||
# event-tracking | ||
|
@@ -312,13 +312,13 @@ pytz==2024.1 | |
# event-tracking | ||
# tincan | ||
# xblock | ||
pyyaml==6.0.1 | ||
pyyaml==6.0.2 | ||
# via | ||
# code-annotations | ||
# drf-yasg | ||
# edx-i18n-tools | ||
# xblock | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via | ||
# django-oauth-toolkit | ||
# edx-drf-extensions | ||
|
@@ -354,15 +354,15 @@ six==1.16.0 | |
# python-dateutil | ||
slumber==0.7.1 | ||
# via edx-rest-api-client | ||
social-auth-app-django==5.4.1 | ||
social-auth-app-django==5.4.2 | ||
# via -r requirements/base.in | ||
social-auth-core==4.5.4 | ||
# via | ||
# eox-core | ||
# social-auth-app-django | ||
soupsieve==2.5 | ||
soupsieve==2.6 | ||
# via beautifulsoup4 | ||
sqlparse==0.5.0 | ||
sqlparse==0.5.1 | ||
# via django | ||
stevedore==5.2.0 | ||
# via | ||
|
@@ -395,9 +395,9 @@ wcwidth==0.2.13 | |
# via prompt-toolkit | ||
web-fragments==2.2.0 | ||
# via xblock | ||
webob==1.8.7 | ||
webob==1.8.8 | ||
# via xblock | ||
xblock==4.0.1 | ||
xblock==5.0.0 | ||
# via edx-when | ||
xmltodict==0.13.0 | ||
# via -r requirements/base.in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.