-
Notifications
You must be signed in to change notification settings - Fork 11
/
requirements.in
74 lines (74 loc) · 2.46 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ======================================================================
# If any top level dependency is added, updated or deleted be
# sure to check pyproject.toml too. pyproject.toml is the *only*
# dependencies file used by downstream and hence *must* be synchronized.
# It is also recommended that dependencies in pyproject.toml use the '~=' version qualifier.
#
# See the following for details:
# - https://peps.python.org/pep-0518
# - https://peps.python.org/pep-0631
# - https://peps.python.org/pep-0508
# ======================================================================
ansible-anonymizer==1.5.0
ansible-risk-insight==0.2.7
ansible-lint==24.2.2
# pin aiohttp on 3.10.2 to address SNYK-PYTHON-AIOHTTP-7675597
# aiohttp is used by langchain and langchain-community that
# specify a version ^3.8.3
aiohttp==3.10.2
boto3==1.26.84
# pin black on 24.3.0 to address PYSEC-2024-48.
black==24.3.0
certifi@git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9
cryptography==43.0.1
Django==4.2.16
django-deprecate-fields==0.1.1
django-extensions==3.2.1
django-health-check==3.17.0
django-import-export==3.2.0
django-oauth-toolkit==2.3.0
django_prometheus==2.2.0
django-test-migrations==1.3.0
djangorestframework==3.15.2
drf-spectacular==0.27.2
grpcio==1.66.2
# pin idna on 3.7 to address GHSA-jjg7-2v4v-x38h
# remove this once requests and yarl is updated to properly
# pull a version of idna >= 3.7.
idna==3.7
ipython==8.10.0
# pin jwcrypto on 1.5.6 to address GHSA-j857-7rvv-vj97
# remove this once django-oauth-toolkit is updated to properly
# pull a version of jwcrypto >= 1.5.6.
jwcrypto==1.5.6
# pin jinja2 on 3.1.4 to address GHSA-h75v-3vvj-5mfj
# remove this once ansible-core or torch are updated
jinja2==3.1.4
# pin jsonpickle on 3.3.0 to address SNYK-PYTHON-JSONPICKLE-8136229
# remove this once ansible-risk-insight is updated
jsonpickle==3.3.0
langchain==0.3.6
langchain-community==0.3.4
launchdarkly-server-sdk==8.3.0
protobuf==5.28.2
psycopg[binary]==3.1.8
pydantic==2.9.2
PyDrive2==1.20.0
pytz
pyjwt==2.8.0
pyOpenSSL==24.2.1
PyYAML==6.0
requests==2.32.0
segment-analytics-python==2.2.2
# pin sqlparse on 0.5.0 to address GHSA-2m57-hf25-phgg
# Remove once a Django>4.2.11 is released with an updated dep on sqlparse
sqlparse==0.5.0
social-auth-app-django==5.4.1
social-auth-core==4.5.4
slack-sdk==3.31.0
# UPDATED MANUALLY: waiting for parent package to be updated
urllib3==1.26.19
uwsgi==2.0.22
uwsgi-readiness-check==0.2.0
django-allow-cidr==0.6.0
django-csp==3.7