Skip to content

Commit

Permalink
downgrade DRF
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jun 24, 2024
1 parent 1c3c57e commit 51e3376
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-redis==5.2.0
django-statsd==2.5.2
django-structlog==2.1.3
django-revproxy==0.12.0
djangorestframework==3.15.1
djangorestframework==3.14.0
djangorestframework-csv==2.1.1
djangorestframework-dataclasses==1.2.0
django-fernet-encrypted-fields==0.1.3
Expand Down
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async-generator==1.10
# trio-websocket
async-timeout==4.0.2
# via
# aiohttp
# aiokafka
# redis
attrs==23.2.0
Expand Down Expand Up @@ -194,7 +195,7 @@ django-structlog==2.1.3
# via -r requirements.in
django-two-factor-auth==1.14.0
# via -r requirements.in
djangorestframework==3.15.1
djangorestframework==3.14.0
# via
# -r requirements.in
# djangorestframework-csv
Expand All @@ -218,6 +219,8 @@ drf-spectacular==0.27.1
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via anyio
filelock==3.12.0
# via snowflake-connector-python
frozenlist==1.4.1
Expand Down Expand Up @@ -461,6 +464,7 @@ python-dateutil==2.8.2
# pandas
# pendulum
# posthoganalytics
# temporalio
python-dotenv==0.21.0
# via webdriver-manager
python-statsd==2.1.0
Expand All @@ -473,6 +477,7 @@ pytz==2023.3
# via
# -r requirements.in
# clickhouse-driver
# djangorestframework
# dlt
# infi-clickhouse-orm
# pandas
Expand Down Expand Up @@ -633,6 +638,8 @@ types-setuptools==69.0.0.0
# via requirements-parser
typing-extensions==4.7.1
# via
# anyio
# asgiref
# dlt
# openai
# psycopg
Expand Down

0 comments on commit 51e3376

Please sign in to comment.