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-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==26.3.1
black==26.5.1
pytokens==0.4.1
60 changes: 30 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
atproto==0.0.65
autobahn==25.12.2
automat==25.4.16
boto3==1.43.3
botocore==1.43.3
cbor2==6.0.1
boto3==1.43.10
botocore==1.43.10
cbor2==6.1.1
celery[redis]==5.6.3
cfgv==3.5.0
channels==4.3.2
channels-redis==4.3.0
constantly==23.10.4
coverage==7.13.5
cryptography==47.0.0
coverage==7.14.0
cryptography==48.0.0
cssbeautifier==1.15.4
daphne==4.2.1
Deprecated==1.3.1
Expand All @@ -19,11 +19,11 @@ dj-rest-auth==7.2.0
django-allauth==65.16.1
django-anymail==15.0
django-cors-headers==4.9.0
django-import-export==4.4.0
django-import-export==4.4.1
django-storages==1.14.6
django-stubs-ext==6.0.3
django-stubs==6.0.3
django-unfold==0.92.0
django-stubs-ext==6.0.4
django-stubs==6.0.4
django-unfold==0.94.0
Django==6.0.5
djangochannelsrestframework==1.3.0
djangorestframework-simplejwt==5.5.1
Expand All @@ -36,27 +36,27 @@ drf-spectacular==0.29.0
drf-standardized-errors==0.16.0
editorconfig==0.17.1
feedparser==6.0.12
gunicorn==25.3.0
gunicorn==26.0.0
httpx==0.28.1
hyperlink==21.0.0
identify==2.6.19
incremental==24.11.0
inflection==0.5.1
jmespath==1.1.0
jsbeautifier==1.15.4
langchain-core==1.3.3
langchain-core==1.4.0
langchain-protocol==0.0.15
langgraph-checkpoint==4.0.3
langgraph-prebuilt==1.0.13
langgraph-sdk==0.3.13
langgraph==1.1.10
langsmith==0.8.0
langgraph-checkpoint==4.1.0
langgraph-prebuilt==1.1.0
langgraph-sdk==0.3.14
langgraph==1.2.0
langsmith==0.8.5
libipld==3.3.2
librt==0.9.0
librt==0.11.0
markdown==3.10.2
Mastodon.py==2.2.1
msgpack==1.1.2
mypy==1.20.2
mypy==2.1.0
nodeenv==1.10.0
opentelemetry-api>=1.41.1
opentelemetry-exporter-otlp-proto-http>=1.41.1,<2
Expand All @@ -73,29 +73,29 @@ pyasn1-modules==0.4.2
pyasn1==0.6.3
pylint-django==2.7.0
pylint-plugin-utils==0.9.0
pyopenssl==26.1.0
pyopenssl==26.2.0
pytest-django==4.12.0
pytest-mock==3.15.1
pytest==9.0.3
python-dotenv==1.2.2
qdrant-client==1.17.1
qdrant-client==1.18.0
requests-toolbelt==1.0.0
ruff==0.15.12
ruff==0.15.13
s3transfer==0.17.0
sentence-transformers==5.4.1
sentence-transformers==5.5.0
service-identity==24.2.0
standardwebhooks==1.0.1
structlog==25.5.0
svix==1.92.2
twisted==25.5.0
svix==1.93.0
twisted==26.4.0
txaio==25.12.2
types-Deprecated==1.3.1.20260408
types-python-dateutil==2.9.0.20260408
types-pyyaml==6.0.12.20260408
types-requests==2.33.0.20260503
ujson==5.12.0
types-Deprecated==1.3.1.20260508
types-python-dateutil==2.9.0.20260518
types-pyyaml==6.0.12.20260518
types-requests==2.33.0.20260518
ujson==5.12.1
uritemplate==4.2.0
uuid-utils==0.14.1
uuid-utils==0.15.0
watchdog==6.0.0
websockets==16.0
wrapt==2.1.2
Expand Down
Loading