Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ django-celery-results
packaging>=21.0
pycountry
langcodes==3.5.0
pydantic==2.11.9
pydantic==2.12.0
latex2mathml==3.78.0
markdown-it-py==4.0.0
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ pyasn1-modules==0.2.8
# via google-auth
pycountry==24.6.1
# via -r requirements.in
pydantic==2.11.9
pydantic==2.12.0
# via -r requirements.in
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pyparsing==2.4.7
# via httplib2
Expand Down Expand Up @@ -256,13 +256,13 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.1
# via django
typing-extensions==4.13.0
typing-extensions==4.15.0
# via
# pydantic
# pydantic-core
# referencing
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
# via kombu
Expand Down
Loading